SA-MP Forums Archive
Class Selection - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Class Selection (/showthread.php?tid=369761)



Class Selection - trapstar2020 - 18.08.2012

Everytime i go for class selection im not seeing the skin like i go for itz class n blank but spawn button there n everything if u want a screen ill post one asap


Re: Class Selection - trapstar2020 - 18.08.2012



Uploaded with ImageShack.us


Re: Class Selection - Avi57 - 18.08.2012

do u added more classes ?
Like : AddPlayerClass.................................... ............................................. ?


Re: Class Selection - trapstar2020 - 18.08.2012

yes i have 2 classes atm one is swat and one is a cop


Re: Class Selection - Avi57 - 18.08.2012

use this :
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
        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);
    return 1;
}



Re: Class Selection - trapstar2020 - 18.08.2012

then when i spawn i spawn into a int world


Re: Class Selection - trapstar2020 - 18.08.2012

actually thank you much appreciated ill just change the on player spawn to set it back to normal it work so thanks alot


Re: Class Selection - trapstar2020 - 18.08.2012

problem solve even better all i needed 2 waz change the to a couple steps back ty dude


Re: Class Selection - Avi57 - 18.08.2012

No Problem