whiplk

[CODE] - clearChat

Oct 17th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.14 KB | None | 0 0
  1. clearChat(playerid, linhas)
  2. {
  3.     if (linhas <= 0) return 0;
  4.  
  5.     SendClientMessage(playerid, -1, " ");
  6.     return clearChat(playerid, linhas-1);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment