03.08.2009, 23:15
Yes,
i would use TextDraw. Check SA-MP wiki.
there are some functions for making a textdraw.
TextDrawFont, TextDrawAlignment, TextDrawSetOutline, ...
Just enter TextDrawCreate at the search box in sa-mp wiki, the other functions will stand at Related Functions.
https://sampwiki.blast.hk/wiki/TextDrawCreate
Make a textdraw, then put at OnPlayerConnect (or OnPlayerSpawn):
TextDrawShowForPlayer(playerid, Text:MyTextDraw);
and your website will remain there the whole time.
i would use TextDraw. Check SA-MP wiki.
there are some functions for making a textdraw.
TextDrawFont, TextDrawAlignment, TextDrawSetOutline, ...
Just enter TextDrawCreate at the search box in sa-mp wiki, the other functions will stand at Related Functions.
https://sampwiki.blast.hk/wiki/TextDrawCreate
Make a textdraw, then put at OnPlayerConnect (or OnPlayerSpawn):
TextDrawShowForPlayer(playerid, Text:MyTextDraw);
and your website will remain there the whole time.

