How to make Join & Leave Textdraws? - 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: How to make Join & Leave Textdraws? (
/showthread.php?tid=355467)
How to make Join & Leave Textdraws? -
Uberanwar - 30.06.2012
Hi I'm Uberanwar and I want to know how to make Join and Leave textdraws in my gamemode..
Join & Leave textdraws like..
JOIN:
LEAVE:
TIMEOUT:
KICK:
I got a join and leave filterscript I got from my friend but the filterscript is bugged so I want to make the textdraws myself.
Re: How to make Join & Leave Textdraws? -
[KHK]Khalid - 30.06.2012
You know how to create textdraws already, don't ya? If no you can check
this tutorial. Use
OnPlayerDisconnect to detect when a player leaves the server; you also gotta use
TextDrawSetString to put your formatted join/leave/timeout/kick message into the textdraw.
Re: How to make Join & Leave Textdraws? -
Uberanwar - 30.06.2012
Quote:
Originally Posted by HellSphinX
You know how to create textdraws already, don't ya? If no you can check this tutorial. Use OnPlayerDisconnect to detect when a player leaves the server; you also gotta use TextDrawSetString to put your formatted join/leave/timeout/kick message into the textdraw.
|
Thanks man, I'll read
Re: How to make Join & Leave Textdraws? -
Niko_boy - 30.06.2012
Quote:
Originally Posted by HellSphinX
You know how to create textdraws already, don't ya? If no you can check this tutorial. Use OnPlayerDisconnect to detect when a player leaves the server; you also gotta use TextDrawSetString to put your formatted join/leave/timeout/kick message into the textdraw.
|
Sure why not!