01.08.2018, 18:21
https://sampwiki.blast.hk/wiki/TextDrawCreate
https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer
example
https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer
example
PHP код:
static Text:td;
//on filterscriptinit or gamemodeinit
td = TextDrawCreate(550.0, 3.5, "website.com");
//onplayerconnect
TextDrawShowForPlayer(playerid, td);