20.01.2010, 17:10
What's the code for including playerlogins/logoffs in the F9 kill menu?
I know, easy question. I am new
I know, easy question. I am new
//onplayerconnect:
SendDeathMessage(INVALID_PLAYER_ID,playerid,200);
//onplayerdisconnect:
SendDeathMessage(INVALID_PLAYER_ID,playerid,201);