21.08.2012, 07:31
WHat command processors are you using? if you are using ZCMD or somthing like that you'll have to return 1 on the player command text callback.
oterwise,
OnPLayerCommandText(playerid); will return a error message if you return your command to 0, (this will happen if the command processor don't find your command and will then return 0, if you don't want this error message when you have typed your command you should return 1 after all successfully done commands.
Hope it helped
oterwise,
OnPLayerCommandText(playerid); will return a error message if you return your command to 0, (this will happen if the command processor don't find your command and will then return 0, if you don't want this error message when you have typed your command you should return 1 after all successfully done commands.
Hope it helped