SA-MP Forums Archive
Custom Text on Billboards - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Custom Text on Billboards (/showthread.php?tid=273117)



Custom Text on Billboards - Sam789 - 31.07.2011

Hi...

I have been on a range of servers over the past week and I have seen on certain servers there are signs with custom text on them like the image shows below.

Does anyone know how to do this

Thank You Sam789


Re: Custom Text on Billboards - Davz*|*Criss - 31.07.2011

Its this https://sampwiki.blast.hk/wiki/Create3DTextLabel

And here is an Example:

pawn Код:
Create3DTextLabel("WEST\nVanuatu\nLong Point.",0xFF0000FF,YourXcoord,YourYCoord,YourZCoord,40.0,0);
Put this Under 'OnGameModeInit'

Thanks

Davz~


Re: Custom Text on Billboards - Sam789 - 31.07.2011

Ok thanks Mate, ill have a go