How to draw pictures on objects
#5

Fire up "charmap.exe", set it to Webdings and find the symbol you need:



Take note of the char code at the bottom. Now go to this site and find the char code in the table: http://www.tamasoft.co.jp/en/general-info/webdings.html
In this case our char code is 9A so we pick column 9 and go down to A, which brings us to "љ". This is the character you'll have to input in your Pawn script to get the desired symbol for SetObjectMaterialText.

pawn Code:
SetObjectMaterialText(objectid, "љ", .fontface = "Webdings")
You will want to attach the object to the vehicle before setting the material, though. Use one of those planes that were added in 0.3e as a drawing board. If remember correctly, plane002 (model 19476) is a good size.
Reply


Messages In This Thread
How to draw pictures on objects - by mirou123 - 14.12.2014, 17:47
Re: How to draw pictures on objects - by M4D - 14.12.2014, 17:50
Re: How to draw pictures on objects - by mirou123 - 14.12.2014, 17:54
Re: How to draw pictures on objects - by mirou123 - 16.12.2014, 10:29
Re: How to draw pictures on objects - by Vince - 16.12.2014, 11:26
Re: How to draw pictures on objects - by mirou123 - 17.12.2014, 10:38

Forum Jump:


Users browsing this thread: 1 Guest(s)