21.07.2011, 22:40
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?
//OnPlayerConnect:
SendDeathMessage(playerid, INVALID_PLAYER_ID, 200);
//OnPlayerDisconnect:
SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);