Object Material + - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Object Material + (
/showthread.php?tid=366467)
Object Material + -
Qur - 06.08.2012
Hey.. I'm trying to change the color of that marker.. i tried here for change it to red.. but for some reason it doesnt work..
i've tried many ways.. with double "none" and just the color.. with red objects etc..
pawn Код:
myobject = CreateObject(19198,246.7969,62.3257,1003.6406,0.0,0.0,0.0,300.0);
SetObjectMaterial(myobject, 0, 18657, "none", "none", 0xFF0000FF);
and the other thing.. is
anyone have any ideas for good markers for enterances/exits of building?
thanks!
Re: Object Material + -
Ranama - 06.08.2012
Use Pickups instead of objects, that's what almost everyone else does and I think it's better
Re: Object Material + -
Qur - 06.08.2012
You mean to use the "i" pick up?
but I hate it

haha
another idea?