NO_TEAM
#1

Hello guys,
i need your help for no team i have one event system but when player join in event he is again team how to make player no team?
Thnx
Reply
#2

SetPlayerTeam(playerid,NO_TEAM);

?
Reply
#3

pawn Код:
public OnPlayerConnect(playerid)
{
 SetPlayerTeam(playerid,NO_TEAM);
 return 1;
}
Reply
#4

i have try with this but dont work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)