Wiruspwns

Untitled

Aug 12th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. YCMD:rac(playerid, params[], help)
  2. {
  3. if(IsPlayerConnected(playerid))
  4. {
  5. if(PlayerInfo[playerid][pAdmin] < 1337)
  6. {
  7. SCM(playerid, BELA, "Niste ovlasteni da koristite ovu komandu!");
  8. return 1;
  9. }
  10. new string[128];
  11. SetTimer("RACtime", 15000, 0);
  12. format(string, sizeof(string), "{FFFFFF}[{FF6600}RAC{FFFFFF}]: Sva nekoriscena vozila bice respawnana za {009999}15 {FFFFFF}sekundi od strane Admina");
  13. SendClientMessageToAll(CRVENA,string);
  14. }
  15. return 1;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment