07.03.2015, 12:28
well i can't get this to work and i think you don't understand what my problem is
I want to show the Team Selection menu when players presses F4 then kill or /switchteam then kill
Its not working,when i press F4 and kill myself it shows me CJ skin
I want to show the Team Selection menu when players presses F4 then kill or /switchteam then kill
Код:
public OnPlayerRequestClass(playerid,classid) { if(PInfo[playerid][Logged] == 1) { ShowCustomTeamSelection(playerid); TogglePlayerSpectating(playerid,1); } return 1; }