Joining the server
#2

pawn Код:
public OnPlayerConnect(playerid)
{
        new string[64], name[24];
        GetPlayerName(playerid, name, sizeof(name));
        format(string, sizeof(string), "%s has joined the server", name);
        SendClientMessageToAll(COLOR, string);
        return 0;
}
Hope that helped.
Reply


Messages In This Thread
Joining the server - by Dannu13 - 16.11.2010, 16:30
Re: Joining the server - by Sinner - 16.11.2010, 17:45

Forum Jump:


Users browsing this thread: 1 Guest(s)