13.10.2011, 21:50
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.
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.