Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if(Chatlb == 1)
  2. {
  3. format(string, sizeof(string), "[ID: %d] %s", playerid, text);
  4. SendPlayerMessageToAll(playerid, string);
  5. }
  6. else
  7. {
  8. ChatProximo(playerid, text);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement