07.12.2011, 18:48
Em guys a question how i can disable the f4 button i mean the player must press a command to choose class instead of typing "f4"and /kill
Cheers.
Cheers.
if(!strcmp(cmdtext, "/reclass", true, 8))
{
ForceClassSelection(playerid);
SetPlayerHealth(playerid,0);
SendClientMessage(playerid,-1,"Sent To Class Selection ... Please Wait");
return 1;
}