Advertisement
mrdrifter

Untitled

Feb 16th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. stock RunComment(playerid, command[])
  2. {
  3.  
  4. new f;
  5. f = strfind(command, "/", true);
  6. if(command[0] != '/' && f != -1)
  7. {
  8. strdel(command, 0, f);
  9. }
  10.  
  11. CallRemoteFunction("OnPlayerCommandText", "ds", playerid, command);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement