Advertisement
mrdrifter

Untitled

Feb 27th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. public OnPlayerText(playerid, text[])
  3. {
  4. if(text[0] == '@')
  5. {
  6. text[0] = '/';
  7. CallLocalFunction("OnPlayerCommandText", "is", playerid, text)
  8. return 0;
  9. }
  10.  
  11. return 1;
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement