28.08.2012, 12:35
hey guys there is a lil question. how to edit these 2 callbacks to send the message i want instead of default invalid command message?
Код:
OnPlayerCommandReceived(playerid, cmdtext[]) { return 1; } OnPlayerCommandPerformed(playerid, cmdtext[], success) { return 1; }