Spawn Selection not showing
#1

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.
Reply
#2

Try using functions such as:
https://sampwiki.blast.hk/wiki/SetPlayerPos
https://sampwiki.blast.hk/wiki/SetPlayerCameraPos
https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt

Essentially you will be placing a player's position and then setting the camera a bit away from the player and have the camera face the person. Best of luck!
Reply
#3

pawn Код:
//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);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)