Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Gde Su timeri dodati :
  2. SetTimer("MenjanjeImena",1000,1);
  3. Pri kraju skripte dodati:
  4. ////////////////////////////
  5. forward MenjanjeImena();
  6. public MenjanjeImena()
  7. {
  8. new var = random(4);
  9. switch (var)
  10. {
  11. case 0: SendRconCommand("hostname John Bot #1 ");
  12. case 1: SendRconCommand("hostname John Bot #2");
  13. case 2: SendRconCommand("hostname John Bot #3");
  14. case 3: SendRconCommand("hostname John Bot #4 ");
  15. }
  16. }
  17. ////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement