Object
#1

How to make OBJECT more bigger or more smaller what should i DO ?
Reply
#2

you can use SetObjectMaterial like

pawn Код:
myobject = CreateObject(19371, X, Y, Z+0.5, 0.0, 0.0, 0.0, 300.0);
SetObjectMaterial(myobject, materialindex, modelid, txdname[], texturename[], materialcolor)
.
https://sampwiki.blast.hk/wiki/SetObjectMaterial
Reply
#3

[remove sorry fail ]
Reply
#4

Quote:
Originally Posted by XtremeR
Посмотреть сообщение
you can use SetObjectMaterial like

pawn Код:
myobject = CreateObject(19371, X, Y, Z+0.5, 0.0, 0.0, 0.0, 300.0);
SetObjectMaterial(myobject, materialindex, modelid, txdname[], texturename[], materialcolor)
.
https://sampwiki.blast.hk/wiki/SetObjectMaterial
SetObjectMaterial is not for resizing object. It's for changing object's texture/color.
Reply
#5

Quote:
Originally Posted by SamiHam
Посмотреть сообщение
How to make OBJECT more bigger or more smaller what should i DO ?
You can't change objects scale, you would need to create your own object and put it in the CUSTOM.img file.
Reply
#6

how to create my own object?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)