ploxarik

example v2

Feb 27th, 2021
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.31 KB | None | 0 0
  1. //in timer
  2. if(PlayerInfo[playerid][estamute] > 0 && PlayerInfo[playerid][muted] == 1)
  3. {
  4.     PlayerInfo[playerid][estamute] -=1;
  5.     if(PlayerInfo[playerid][estamute] == 1)
  6.     {
  7.         PlayerInfo[playerid][muted] = 0;
  8.         PlayerInfo[playerid][estamute] = 0;
  9.         SendClientMessage(playerid, -1 ,"Chat is available again");
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment