SA-MP Forums Archive
hud - 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: hud (/showthread.php?tid=657140)



hud - Jaua10 - 01.08.2018

Hey guys how can i put my website and time of the server for example:



thanks in advance


Re: hud - Lokii - 01.08.2018

https://sampwiki.blast.hk/wiki/TextDrawCreate
https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer

example

PHP код:
static Text:td;
//on filterscriptinit or gamemodeinit
td TextDrawCreate(550.03.5"website.com");
//onplayerconnect
TextDrawShowForPlayer(playeridtd);