Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. CMD:cc(playerid, params[])
  2. {
  3. if(PlayerInfo[playerid][pGM] == 0 && PlayerInfo[playerid][pAdmin] == 0) {
  4. return SCM(playerid,-1,""ORANGE2"* Nemate ovlascenje za upotrebu ove komande.");
  5. }
  6.  
  7. if(GetTimeEx() < cctime) {
  8. return SCM(playerid,-1,""ORANGE2"* Chat se moze cistiti svakih 5 sekundi.");
  9. }
  10.  
  11. static string[128]; foreach(Player,i) { OcistiChat(i, 120); }
  12. format(string,sizeof(string),""SPLAVA"[SA:RP] "SIVA"Chat ocistio %s.",GetName(playerid));
  13. SCMTA(-1,string);
  14. SCMTA(-1, " "SPLAVA"| "SIVA"www."SPLAVA"sa-rpg"SIVA".com "SPLAVA"|");
  15. cctime = GetTimeEx() + 5;
  16. return 1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement