Map Voting But the PlayerClass dont work?
#3

ehh?

i have this:

new LV;
new LS;

then when they vote:

if they voted for LS

LV = 0;
LS = 1;

if they voted for LV

Lv=1;
LS=0;

but actually everything work and the whole scripts is Huge but the porblem is that the Playerclasses dont spawn on the map where they need to spawn.. thats just the problem.

but if i go to OnPlayerSpawn and put this:

if(LS == 1)
{
if(Team bla bla == Team_cop)
{
SetPos(playerid,X,Y,Z);
}
}

if(LV == 1)
{
if(Team bla bla == Team_cop)
{
SetPos(playerid,X,Y,Z);
}
}

then the pos work but that does only 1 position...and i want more positions.
Reply


Messages In This Thread
Map Voting But the PlayerClass dont work? - by NeverKnow - 13.10.2011, 21:01
Re: Map Voting But the PlayerClass dont work? - by SVRP - 13.10.2011, 21:43
Re: Map Voting But the PlayerClass dont work? - by NeverKnow - 13.10.2011, 21:50
Re: Map Voting But the PlayerClass dont work? - by SVRP - 13.10.2011, 23:34
Re: Map Voting But the PlayerClass dont work? - by NeverKnow - 14.10.2011, 05:51
Re: Map Voting But the PlayerClass dont work? - by NeverKnow - 14.10.2011, 12:23

Forum Jump:


Users browsing this thread: 1 Guest(s)