03.12.2010, 23:32
The correct format for SetPlayerPos is
The correct format for SetPlayerCameraPos is
And the correct format for SetPlayerCameraLookAt is
And remove the ; at line 66 after else
All of this information can be found at SA-MP's wiki page.
pawn Код:
SetPlayerPos(playerid,Float:x,Float:y,Float:z)
pawn Код:
SetPlayerCameraPos(playerid,Float:x,Float:y,Float:z)
pawn Код:
SetPlayerCameraLookAt(playerid,Float:x,Float:y,Float:z)
All of this information can be found at SA-MP's wiki page.