27.07.2013, 23:43
Check this out, https://sampwiki.blast.hk/wiki/PAWN_for_Begginers
You should read it all and it will help you a lot. The part you want is this
You should read it all and it will help you a lot. The part you want is this
pawn Код:
OnPlayerRequestClass(playerid, classid)
SetPlayerPos(playerid, x, y, z);
SetPlayerCameraPos(playerid, x, y, z);
SetPlayerFacingAngle(playerid, angle);
SetPlayerCameraLookAt(playerid, x, y, z);