#1

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



thanks in advance
Reply
#2

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); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)