Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

status cueundefined

status cue

@status cue
About
Posts
14
Topics
0
Shares
0
Groups
0
Followers
3
Following
0

Posts

Recent Best Controversial

  • How do i add bots in my server?
    status cueundefined status cue

    Won't send you the whole script because it kinda took time for me

    dobots(a)
    {
        for(i = 0; i < a; i++)
        {
        	wait 1;
            thread maps\mp\bots\_bot::spawn_bot("autoassign");
        }
        wait 0.01;
    }
    

    thread it like this: self thread doBots(6);
    ^ 6 would spawn
    or put it in your menu as example on my base:

     addFunction("adminMenu", "Spawn 6 Bots",::doBots, 6 );
    
    BO2 Server Hosting Support
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate