How to do that?
#1

Hello

I want to put this. when the person connect appears blue icon and when disconnect appear red

something the attach file
Reply
#2

Well. I don't think this is possible. Because that picture is a picture of the deadlist.
Youcan just make a SendClientMessageToAll
Reply
#3

You can't modify the deathlist by putting those icons in there. You can't actually put them anywhere. Do as Bartje01 said, use SendClientMessageToAll or create textdraws to make it look cooler.
Reply
#4

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

pawn Код:
public OnPlayerDisconnect(playerid)
{
  SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)