Help with this
#8

pawn Код:
public OnPlayerSpawn(playerid)
{
    new rand = random(4);
    if(gTeam[playerid] == COP) { SetPlayerPos(playerid,SpawnCops[rand][0],SpawnCops[rand][1],SpawnCops[rand][2]); SetPlayerFacingAngle(playerid,SpawnCops[rand][3]);}
    else
    {
        rand = random(4);
        SetPlayerPos(playerid,SpawnCivillian[rand][0],SpawnCivillian[rand][1],SpawnCivillian[rand][2]);
        SetPlayerFacingAngle(playerid,SpawnCivillian[rand][3]);
    }
    return 1;
}
Don't tell me it returns Undentified symbol...
Reply


Messages In This Thread
Help with this - by Face9000 - 24.01.2012, 15:10
Re: Help with this - by Vince - 24.01.2012, 15:11
Re: Help with this - by Face9000 - 24.01.2012, 15:12
Re: Help with this - by Konstantinos - 24.01.2012, 15:14
Re: Help with this - by Face9000 - 24.01.2012, 15:15
Re: Help with this - by Face9000 - 24.01.2012, 18:09
Re: Help with this - by Wesley221 - 24.01.2012, 18:17
Re: Help with this - by [XST]O_x - 24.01.2012, 18:23
Re: Help with this - by Konstantinos - 24.01.2012, 18:38
Re: Help with this - by [XST]O_x - 24.01.2012, 18:56

Forum Jump:


Users browsing this thread: 4 Guest(s)