How to make this?
#1

Hey guy, ho to make this sign?

Reply
#2

i think you can do that with SetObjectMaterialText

to know more about it visit the samp wiki >> https://sampwiki.blast.hk/wiki/SetObjectMaterialText

a tutorial about SetObjectMaterialText >> https://sampforum.blast.hk/showthread.php?tid=361737
Reply
#3

Quote:
Originally Posted by GGW
Посмотреть сообщение
i think you can do that with SetObjectMaterialText

to know more about it visit the samp wiki >> https://sampwiki.blast.hk/wiki/SetObjectMaterialText

a tutorial about SetObjectMaterialText >> https://sampforum.blast.hk/showthread.php?tid=361737
I know that, but as he put the picture?
Reply
#4

Here you go :


Quote:
Originally Posted by Vince
Посмотреть сообщение
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 Код:
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.
The thread link >> https://sampforum.blast.hk/showthread.php?tid=550754
Reply
#5

Quote:
Originally Posted by GGW
Посмотреть сообщение
Thanksss u!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)