Skip Spawn
#1

How do i make it so that it skips the class selection and spawns you automaticallly at a certain x y z point?
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid)
{
    SpawnPlayer(playerid)
    SetPlayerPos(playerid, X, Y, Z); //Change your coords
    return 1;
}
Reply
#3

thanks dude
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)