[Help] Making object invisible but touchable.
#1

How can I make some object invisible but touchable? like this object: vgsSairportland06 (8171)
There is any way to make it with Incognito's streamer? if not, there is good way to make it?
Thanks
Reply
#2

new oid = CreateObject(blahblahblah);
SetObjectMaterial(oid, 0, 0, "none", "none", 0xFF00FF00);
Reply
#3

I can see part of him... There is another way?
Reply
#4

pawn Код:
SetObjectMaterial(oid, 0, 0, "none", "none", 0xFF00FF00);
SetObjectMaterial(oid, 1, 0, "none", "none", 0xFF00FF00);//second parameter is materialindex and every object have 0 or more
Reply
#5

Thanks, there is way that I know the amount of indexs of everyone? or another way to make object invisible?
Reply
#6

Yeah SAMP editor

http://s8.postimg.org/lnu8zo2ph/asdas.png
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)