Posts: 1,840
Threads: 399
Joined: Oct 2010
Reputation:
0
Heey all,
How can i make if a team dies the other team will be that team?
And they will respawn?
Thanks Admigo
Posts: 1,239
Threads: 16
Joined: Mar 2011
Reputation:
0
What are you team variables?
Posts: 305
Threads: 28
Joined: Apr 2011
Reputation:
0
OnPlayerDeath
if( gTeam[playerid] == p)
{
gTeam[playerid]=VP
}
else if( gTeam[playerid] == VP)
{
gTeam[playerid]=p
}
That's is what you mean ?
Posts: 1,840
Threads: 399
Joined: Oct 2010
Reputation:
0
How can i detect if player pressed f4(force)?