SA-MP Forums Archive
[Include] Text Draw Message by DarkLight - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Text Draw Message by DarkLight (/showthread.php?tid=615450)



Text Draw Message by DarkLight - DarkLight - 22.08.2016

DarkLight's Message
PHP код:
#include <dlmsg> 
Message style 1
Код:
SendMessage(playerid,"Test",0);
SS


Message style 2
Код:
SendMessage(playerid,"Test",1);
SS


Message style 3
Код:
SendMessage(playerid,"Test",2);
SS


Click here to Download



Re: Text Draw Message by DarkLight - HoussamMaroc - 03.09.2016

Very useful