How To Make MASSIVE Letters
#1

Ok there's this building and i wanna write in HUGE letters LOUNGE how do i do it?
Reply
#2

Well I don't think it's possible to write on the building , but you could use Create3DTextLabel

https://sampwiki.blast.hk/wiki/Create3DTextLabel
Reply
#3

https://sampwiki.blast.hk/wiki/SetObjectMaterialText
Reply
#4

Quote:
Originally Posted by HellSphinX
Посмотреть сообщение
Oh I guess it is possible , I haven't checked out the new 0.3e functions lol
Reply
#5

Yea, pretty sure you can just make an invisible object and then add the text to it. Simple, really.
Reply
#6

shit, i still done get how to actually make it work on gamemode startup can somone please help or explain step by step?
Reply
#7

i want it to say VIP LOUNGE on building id 4141 like VIP then LOUNGE underneath it in the center of the building in purple writing

PIC OF BUILDING:
Reply
#8

I am not sure what an invisible object ID is, but you can try something like this:

pawn Код:
//On GameModeInit

new Text = CreateObject(InvisibleObjectIDHere, PosX, PosY, PosZ, RotX, RotZ, Distance);
SetObjectMaterialText(Text, "Test_Text", 0, OBJECT_MATERIAL_SIZE_256x128,\
"Arial", 28, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
I suggest making a script that allows you to use the new 0.3e object moving features to correctly position text IG and then save it to a text file or something for future use, if you decide to add the new position to make it look smoother.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)