Can Anyone Help[+REP]
#3

Quote:
Originally Posted by Iloveimpulse
Посмотреть сообщение
  • How to show ID like Deadly[6]
How to add that when player connects like this one and when he disconnects also if he dies show a death icon
Also How to make a Welcome Dialog after Players Login. Im using LuXadmin
For The id go under OnPlayerText:
PHP код:
if(IsPlayerConnected(playerid))
{
    new 
idMSG[150];
    
format(idMSG,sizeof(idMSG),"%s [%d]: {FFFFFF}%s"PlayerName(playerid), playeridtext);
    
SendClientMessageToAll(GetPlayerColor(playerid), idMSG);
    return 
1;

For The Death Window: under OnPlayerDisconnect:
PHP код:
SendDeathMessage(INVALID_PLAYER_IDplayerid,201); 
Under OnPlayerConnect:
PHP код:
SendDeathMessage(INVALID_PLAYER_IDplayerid200); 
and for the dialog goto OnPlayerConnect:
PHP код:
ShowPlayerDialog(playerid,DIALOG_STYLE_MSGBOX,"Your Server Name","Welcome To Your server's name, And Enjoy Your Stay"); 
and rep+ me if u like them
Im Always Slow
Reply


Messages In This Thread
Can Anyone Help[+REP] - by Iloveimpulse - 29.07.2014, 20:58
Re: Can Anyone Help[+REP] - by SickAttack - 29.07.2014, 21:06
Re: Can Anyone Help - by youssefehab500 - 29.07.2014, 21:07
Re: Can Anyone Help[+REP] - by Iloveimpulse - 30.07.2014, 08:51
Re: Can Anyone Help[+REP] - by Sawalha - 30.07.2014, 09:03
Re: Can Anyone Help[+REP] - by Iloveimpulse - 30.07.2014, 10:27
Re: Can Anyone Help[+REP] - by Iloveimpulse - 30.07.2014, 18:22
Re: Can Anyone Help[+REP] - by SickAttack - 30.07.2014, 18:27
Re: Can Anyone Help[+REP] - by Iloveimpulse - 30.07.2014, 18:28
Re: Can Anyone Help[+REP] - by SickAttack - 30.07.2014, 18:30

Forum Jump:


Users browsing this thread: 3 Guest(s)