06.07.2010, 07:13
Put this code in your script under the OnPlayerRequestClass callback:
Put this under OnPlayerSpawn:
Just an example of some class selection co-ordinates, I'm sure if you search you will find some more.
pawn Код:
SetPlayerInterior(playerid,14);
SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
SetPlayerFacingAngle(playerid, 270.0);
SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
pawn Код:
SetPlayerInterior(playerid, 0);