stupid noob problem here.
#7

The lines are correct.
pawn Код:
// the random spawn
new Float:truckers[][4] =
{
    (1767.3986, -2040.7504, 12.7799, 270),
    (-2131.4541, -229.8926, 34.7430, 296)
};

// on player spawn
new truck = random(sizeof(truckers));
SetPlayerPos(playerid, truckers[truck][0], truckers[truck][1], truckers[truck][2]);
SetPlayerFacingAngle(playerid, truckers[truck][3]);
SetCameraBehindPlayer(playerid);
@moh_ Same warnings
Reply


Messages In This Thread
stupid noob problem here. - by kikito - 09.04.2012, 15:16
Re: stupid noob problem here. - by WarriorEd22 - 09.04.2012, 15:23
Re: stupid noob problem here. - by kikito - 09.04.2012, 15:23
Re: stupid noob problem here. - by Kakioshe22 - 09.04.2012, 15:25
Re: stupid noob problem here. - by Roel - 09.04.2012, 15:26
Re: stupid noob problem here. - by Moh_ - 09.04.2012, 15:28
Re: stupid noob problem here. - by kikito - 09.04.2012, 15:28
Re: stupid noob problem here. - by ViniBorn - 09.04.2012, 15:29
Re: stupid noob problem here. - by Roel - 09.04.2012, 15:30
Re: stupid noob problem here. - by kikito - 09.04.2012, 15:31

Forum Jump:


Users browsing this thread: 1 Guest(s)