adding connect icon
#1

Hi all,i need to add connect chat on my gm.

Here is:



Thanks for the help
Reply
#2

In OnPlayerConnect

pawn Код:
SendDeathMessage(INVALID_PLAYER_ID,playerid, 200);
Reply
#3

Thanks! I will test after
Reply
#4

And how to add the disconnect icon?
Reply
#5

pawn Код:
public OnPlayerConnect(playerid)
{
    SendDeathMessage(INVALID_PLAYER_ID,playerid, 200);
    return 1;
}

public OnPlayerDisconnect(playerid)
{
    SendDeathMessage(INVALID_PLAYER_ID,playerid,201);
    return 1;
}
Reply
#6

Thanks alot!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)