mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
start csv msg
This commit is contained in:
parent
c12f94bca7
commit
841d4bc0db
@ -371,6 +371,7 @@ watchSaveWaypointsCommand()
|
|||||||
}
|
}
|
||||||
logprint("*/return waypoints;\n}\n\n\n\n");
|
logprint("*/return waypoints;\n}\n\n\n\n");
|
||||||
|
|
||||||
|
PrintLn("********* Start Bot Warfare WPDump *********");
|
||||||
PrintLn(level.waypointCount);
|
PrintLn(level.waypointCount);
|
||||||
for(i = 0; i < level.waypointCount; i++)
|
for(i = 0; i < level.waypointCount; i++)
|
||||||
{
|
{
|
||||||
@ -400,6 +401,7 @@ watchSaveWaypointsCommand()
|
|||||||
|
|
||||||
PrintLn(str);
|
PrintLn(str);
|
||||||
}
|
}
|
||||||
|
PrintLn("\n\n\n\n\n\n");
|
||||||
|
|
||||||
self iprintln("Saved!!!");
|
self iprintln("Saved!!!");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user