Posts: 162
Threads: 61
Joined: Jun 2011
Reputation:
0
Hey can anyone help me with a string that doesnt carry a varible it just carrys some text and a colour
format(string, 25, "LV:S"...... Its for a car plate
Posts: 484
Threads: 49
Joined: Feb 2011
SetVehicleNumberPlate(GetPlayerVehicleID(playerid) , "~b~LV:S");
?
Posts: 162
Threads: 61
Joined: Jun 2011
Reputation:
0
Im trying to add a colour to it though and you need a string for that
Posts: 484
Threads: 49
Joined: Feb 2011
You dont need string :/
SetVehicleNumberPlate(GetPlayerVehicleID(playerid) , "{FF0000}LV:S");
Just enter code for color...
http://www.computerhope.com/htmcolor.htm