07.03.2015, 11:49
So without using OnPlayerRequestClass i can't make that happen?
This is my team selection,just a little script
This is my team selection,just a little script
Код:
if(clickedid == USAText) { TextDrawHideForPlayer(playerid,Team); TextDrawHideForPlayer(playerid,TeamBox); TextDrawHideForPlayer(playerid,USAText); TextDrawHideForPlayer(playerid,TalibanText); TextDrawShowForPlayer(playerid,Box); TextDrawShowForPlayer(playerid,Class); TextDrawShowForPlayer(playerid,Soldier); TextDrawShowForPlayer(playerid,JetTrooper); TextDrawShowForPlayer(playerid,Spy); TextDrawShowForPlayer(playerid,Sniper); SetPlayerTeam(playerid, 0); SelectTextDraw(playerid,COLOR_RED); }