connect message not working
#2

Try this....
Код:
public OnPlayerConnect( playerid )
{
    new
        _name[ MAX_PLAYER_NAME ],
        _msg[ 64 ]
    ;
    GetPlayerName( playerid, _name, MAX_PLAYER_NAME );
    format( _msg, sizeof( _msg ), "%s [id(%d)] has just connected to xxx...", _name, playerid );
    SendClientMessageToAll( 0xFFFF00FF, _msg );
    return 1;
}
Reply


Messages In This Thread
connect message not working - by EmilLykke - 03.10.2014, 13:43
Re: connect message not working - by highstreetsrp - 03.10.2014, 13:48
Re: connect message not working - by JJack - 03.10.2014, 13:50
Re: connect message not working - by Eth - 03.10.2014, 13:51
Re: connect message not working - by EmilLykke - 03.10.2014, 13:53

Forum Jump:


Users browsing this thread: 1 Guest(s)