Connected to:
#1

It is possible to remove the Connected to: servername or It's not ? because once the player is joining my welcome message appear before Connected to:
Reply
#2

That's odd... or is it supposed to be like this? I don't remember...
Anyway if that's disturbing you you can use a timer to delay the message.

pawn Код:
public OnPlayerConnect(playerid)
{
    SetTimerEx("TimerWelcome", 1500, false, "d", playerid);
    return 1;
}

forward TimerWelcome(player);
public TimerWelcome(player)
{
    SendClientMessage(player, -1, "Welcome to vernz's server!");
    return 1;
}
Reply
#3

He said he wants to REMOVE the name...

Simply remove the "hostname" from your "server.cfg"-file...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)