Advertisement
RodneyFrancalim

Chat com uso de '![TEXTO]'

Jul 31st, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.18 KB | None | 0 0
  1. public OnPlayerText( playerid, text[] )
  2. {
  3.     if( text[ 0 ] == '!' )
  4.     {
  5.         strdel( text, 0, 1 );
  6.         ChatGang( playerid, text );
  7.         return 1;
  8.     }
  9.     return 1;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement