How do I get this???
#1

How do I get a blue computer icon on the deathlst when someone join the server and a red computer when someone leaves the server?
Reply
#2

Add this:
pawn Код:
//OnPlayerConnect:
SendDeathMessage(playerid, INVALID_PLAYER_ID, 200);
//OnPlayerDisconnect:
SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);
Reply
#3

Quote:
Originally Posted by Fj0rtizFredde
Посмотреть сообщение
Add this:
pawn Код:
//OnPlayerConnect:
SendDeathMessage(playerid, INVALID_PLAYER_ID, 200);
//OnPlayerDisconnect:
SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);
Okay, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)