Message on connect and position..
#1

Hello!

what's wrong in the code? since it sends the message before Connected To:
Bug:


Code:
Код:
public OnPlayerConnect(playerid)
{
    ClearChat(playerid); //clear the chat first
    SendClientMessage(playerid, -1, "Welcome to latvia stunt server!"); //then send the message
    return 1;
}

stock ClearChat(playerid)
{
    for(new i = 0; i < 50; i++) SendClientMessage(playerid, -1," ");
    return 1;
}
And how can i have same position on login as i have on class selection?
Reply


Messages In This Thread
Message on connect and position.. - by DaZZleViirus - 13.01.2014, 17:08
Re: Message on connect and position.. - by MatriXgaMer - 13.01.2014, 17:24
Re: Message on connect and position.. - by DaZZleViirus - 13.01.2014, 17:27

Forum Jump:


Users browsing this thread: 1 Guest(s)