Street name script

First, thanks to the guy that made this script avaible.

Now, can you guys help me get the street name to be in the top center of the screen?

Script; http://pastebin.com/DmDJutuV

I just use PLD with my server

Try

SetTextCentre( true )
DrawText( 0.5, 0.005 )

If that doesn’t work then you might have to estimate the length of the text with string.len() or yourstring:len(), calculate how many pixels that would be, divide that by the horizontal resolution and subtract that from 0.5 on the X axis.


Edit: SetTextCentre( true ) will work.

where do we put the scrpit in

This post is two years old lol. You can find all the relevant information here