Bad class selection
#2

Put this code in your script under the OnPlayerRequestClass callback:

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);
Put this under OnPlayerSpawn:
pawn Код:
SetPlayerInterior(playerid, 0);
Just an example of some class selection co-ordinates, I'm sure if you search you will find some more.
Reply


Messages In This Thread
Bad class selection - by Nonameman - 06.07.2010, 06:45
Re: Bad class selection - by TheInnocentOne - 06.07.2010, 07:13
Re: Bad class selection - by ToPhrESH - 06.07.2010, 07:28
Re: Bad class selection - by ViruZZzZ_ChiLLL - 06.07.2010, 10:49
Re: Bad class selection - by Nonameman - 06.07.2010, 19:59

Forum Jump:


Users browsing this thread: 1 Guest(s)