Posts: 384
Threads: 91
Joined: Oct 2010
Reputation:
0
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
Posts: 701
Threads: 91
Joined: Mar 2012
do u added more classes ?
Like : AddPlayerClass.................................... ............................................. ?
Posts: 384
Threads: 91
Joined: Oct 2010
Reputation:
0
yes i have 2 classes atm one is swat and one is a cop
Posts: 701
Threads: 91
Joined: Mar 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;
}
Posts: 384
Threads: 91
Joined: Oct 2010
Reputation:
0
then when i spawn i spawn into a int world
Posts: 384
Threads: 91
Joined: Oct 2010
Reputation:
0
problem solve even better all i needed 2 waz change the to a couple steps back ty dude
Posts: 701
Threads: 91
Joined: Mar 2012
No Problem