Posts: 249
Threads: 54
Joined: May 2009
Reputation:
0
How can I make it so when someone goes up to my pickup it will say "San Fierro Police Department" and then under that it'll say "Type /enter to enter this building" how would I do that? I know how to make it at the bottom right but.. how do I put it in the middle?
Posts: 89
Threads: 0
Joined: Jul 2009
Reputation:
0
Use another style and some newline characters (~n~), or use a textdraw.
Posts: 389
Threads: 18
Joined: May 2009
Reputation:
0
GameTextForPlayer(playerid,~r~San Fierro Police Department ~n~~b~Type /enter to enter this building,100,0);
Ecko