Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 0.16 KB | Hits: 66 | Expires: Never
Copy text to clipboard
  1. public OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3.  
  4. }
  5.  
  6.  
  7. THIS NEEDS TO CHANGE TO
  8.  
  9.  
  10. public OnPlayerCommandText(playerid, cmdtext[])
  11. {
  12.  
  13.     return 1;
  14. ]