[HELP] Connect / Disconnect icon
#1

How do I make it so when someone disconnects/connects it shows these boxes:




Thanks
Reply
#2

Have a look. I used that script once It should be available for download.
Reply
#3

Put this under OnPlayerConnect:

Код:
SendDeathMessage(playerid, INVALID_PLAYER_ID, 200);
And this under OnPlayerDisconnect:

Код:
SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);
Reply
#4

Thanks a bunch
Reply
#5

which one is the connect one and which one is the disconnect one?
Reply
#6

Quote:
Originally Posted by [SU
BP13 ]
which one is the connect one and which one is the disconnect one?
Depends on how you want it.
Scroll down to the very bottom; https://sampwiki.blast.hk/wiki/Weapons
Reply
#7

Quote:
Originally Posted by [SU
BP13 ]
which one is the connect one and which one is the disconnect one?
Connect

SendDeathMessage(playerid, INVALID_PLAYER_ID, 200);

Disconnect

SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);
Reply
#8

Quote:
Originally Posted by //exora
Quote:
Originally Posted by [SU
BP13 ]
which one is the connect one and which one is the disconnect one?
Depends on how you want it.
Scroll down to the very bottom; https://sampwiki.blast.hk/wiki/Weapons
wow that's a great link for everything thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)