Advertisement
ploxarik

example

Feb 27th, 2021
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.21 KB | None | 0 0
  1. new string[15];
  2. if(PlayerInfo[playerid][muted] == 1)
  3. {
  4.     format(string, sizeof(string), "You have a chat ban! Until removed: %d second(s)",PlayerInfo[playerid][estamute]);
  5.     SendClientMessage(playerid, -1, string);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement