Spawn Bug
#3

pawn Код:
new randomspawn = random(sizeof(RandomPlayerSpawns));

PlayerPos[0] = RandomPlayerSpawns[randomspawn][XPOS];
PlayerPos[1] = RandomPlayerSpawns[randomspawn][YPOS];
PlayerPos[2] = RandomPlayerSpawns[randomspawn][ZPOS];
PlayerPos[3] = RandomPlayerSpawns[randomspawn][TrAngle];

SetPlayerPos(playerid,PlayerPos[0],PlayerPos[1],PlayerPos[2]);
SetPlayerFacingAngle(playerid, PlayerPos[3]);
SetCameraBehindPlayer(playerid);
[/QUOTE]
Where i Must add this ?
Reply


Messages In This Thread
Spawn Bug - by anassmaroc - 21.09.2015, 11:55
Re: Spawn Bug - by IceBilizard - 21.09.2015, 12:32
Re : Re: Spawn Bug - by anassmaroc - 21.09.2015, 12:41
Re: Spawn Bug - by IceBilizard - 21.09.2015, 12:43
Re : Spawn Bug - by anassmaroc - 21.09.2015, 12:48
Re: Spawn Bug - by IceBilizard - 21.09.2015, 12:50
Re : Spawn Bug - by anassmaroc - 21.09.2015, 12:54
Re: Spawn Bug - by IceBilizard - 21.09.2015, 12:55
Re : Spawn Bug - by anassmaroc - 21.09.2015, 13:01
Re: Re : Spawn Bug - by IceBilizard - 21.09.2015, 13:48

Forum Jump:


Users browsing this thread: 2 Guest(s)