F9 Menu - Login/logoffs
#1

What's the code for including playerlogins/logoffs in the F9 kill menu?
I know, easy question. I am new
Reply
#2

Bump.

Need fast help
Reply
#3

https://sampwiki.blast.hk/wiki/SendDeathMessage

OnPlayerConnect and OnPlayerDisconnect.
Reply
#4

pawn Код:
//onplayerconnect:
SendDeathMessage(INVALID_PLAYER_ID,playerid,200);

//onplayerdisconnect:
SendDeathMessage(INVALID_PLAYER_ID,playerid,201);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)