HELP Message : .... Has joined the server
#4

pawn Код:
public OnPlayerConnect( playerid )
{
    new
        string[ 64 ],
        name[ MAX_PLAYER_NAME ]
    ;
    GetPlayerName( playerid, name, MAX_PLAYER_NAME );
    format( string, sizeof( string ), "%s (id:%d) Has Joined The Server", name, playerid );
    SendClientMessageToAll( 0xFFFF00FF, string );
    return 1;
}
Reply


Messages In This Thread
HELP Message : .... Has joined the server - by firemanjv - 17.12.2012, 17:21
Re: HELP Message : .... Has joined the server - by firemanjv - 26.12.2012, 09:38
Re: HELP Message : .... Has joined the server - by mineralo - 26.12.2012, 09:42
Re: HELP Message : .... Has joined the server - by Konstantinos - 26.12.2012, 09:43
Re: HELP Message : .... Has joined the server - by firemanjv - 26.12.2012, 09:48

Forum Jump:


Users browsing this thread: 1 Guest(s)