03.04.2010, 18:15
Hi I want to do a code that when a player enter a wrong command it says (SERVER) Wrong command.
Is simple but i cant do :S
Please help me
Is simple but i cant do :S
Please help me
return 1;
}
else
SendClientMessage(playerid,COLOR_WHITE,"<!>ERROR: The command %s does not exist.Please try /help, /teles or /v to spawn a vehicle.",cmdtext);
return 1;
}
return 1;
}return 0;
}