Advertisement
ScriptzMoDz

BO2 Bot Spawning [GSC]

Sep 20th, 2014
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. doBots(a)
  2. {
  3. for(i = 0; i < a; i++)
  4. {
  5. self thread maps\mp\bots\_bot::spawn_bot("team");
  6. wait 1;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement