need help to create something in onplayerdisconnect - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: need help to create something in onplayerdisconnect (
/showthread.php?tid=489083)
need help to create something in onplayerdisconnect -
iThePunisher - 20.01.2014
i wanted to make when someone crash or quit or kicked/banned to show it on the screen near the map or down at killing list
Re: need help to create something in onplayerdisconnect -
gtascripterultimate - 20.01.2014
new string[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string, 64, "%s has left the server", pName);
SendClientMessageToAll(0xADFF2FFF, string);
This when player go out from server.
How to show in the mini-map corner, do-it-yourself (I think TextDrawCreate)
Re: need help to create something in onplayerdisconnect -
amirab - 20.01.2014
you can use one box message
if you didn't find add my Skype