F4 button
#1

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.
Reply
#2

Just spawn them when they reach the class selection menu unless they used the command previously
Reply
#3

Joe Wouldn't that spawn them when they connect xD
Reply
#4

no i mean when he is playing not when he connect and he choose skin...i mean when he has already started playing and he want to change skin again ..must press /reclass(example) instead of "f4"and /kill
Reply
#5

pawn Код:
if(!strcmp(cmdtext, "/reclass", true, 8))
{
    ForceClassSelection(playerid);

    SetPlayerHealth(playerid,0);

    SendClientMessage(playerid,-1,"Sent To Class Selection ... Please Wait");
   
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)