Skip class selection
#1

I want the player to just spawn when he logs in without having this class selection thing.. without the spawn button and such..
Reply
#2

Use SpawnPlayer at login.
Reply
#3

Not working, anyone else?
Reply
#4

PHP код:
public OnPlayerConnect(playerid)
{
    
SpawnPlayer(playerid);
    return 
1;

Reply
#5

I know and it's not working.
Reply
#6

pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerSkin(playerid,0); // player must have skin
    SpawnPlayer(playerid);
    return 1;
}
Reply
#7

Still putting me in class selection.
Reply
#8

[ame]http://www.youtube.com/watch?v=2G3o6Os1n30[/ame]

Maybe this will help you
Reply
#9

Maybe you didn't watch this video until the end but it's still showing him the class selection.
Reply
#10

Do you have any filterscript or something else that would return player to class selection?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)