mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-26 14:11:49 +00:00
start csv msg
This commit is contained in:
@ -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!!!");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user