06.11.2012, 20:23
When a player connects to my server, it does not show the classes i added but they still work. Like if you do the left and right arrows, it changes the class but you just cant see what you chose.
//put this under public OnPlayerRequestClass(playerid, classid)
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1642.7007,-2240.8914,13.4941);
SetPlayerFacingAngle(playerid, 265.7682);
SetPlayerCameraPos(playerid,1460.0, -1324.0, 287.2);
SetPlayerCameraLookAt(playerid,1374.5, -1291.1, 239.0);