Dialog box
#1

Delete
Reply
#2

You cant remove it. But you can add like when he connects it will instantly spawn him so it wont show anything before that.
PHP код:
public OnPlayerConnect(playerid)
{
    
SpawnPlayer(playerid);
        return 
1;

Reply
#3

You could use this too:

pawn Код:
public OnPlayerConnect(playerid)
{
    TogglePlayerSpectating(playerid, 1);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)