Advertisement
BigETI

Untitled

Aug 15th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.22 KB | None | 0 0
  1. if(isnull(text)) return 0;
  2. // ...
  3. if(GetPVarType(playerid, "ChatText") != 0) if(!strcmp(ReturnPVarString(playerid, "ChatText"), text, true)) GivePVarInt(playerid, "CountSpam", 1);
  4. SetPVarString(playerid, "ChatText", text);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement