01.08.2011, 11:13
This line is wrong: SetPlayerPos(playerid, 2045.2092,-1115.9816,26.3617,357.7352);
Use it like this:
Use it like this:
pawn Код:
// x y z
SetPlayerPos(playerid, 2045.2092, -1115.9816, 26.3617);
SetPlayerFacingAngle(playerid, 357.7352);