SA-MP Forums Archive
Vending machine ID? - 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: Vending machine ID? (/showthread.php?tid=498183)



Vending machine ID? - KingH0rn - 02.03.2014

Hey, I found the other vending machine ID's but I can't seem to find this one:

http://i.imgur.com/o17vlIN.png

If anyone could help me it would be great.

Thanks.


Re: Vending machine ID? - PrivatioBoni - 02.03.2014

https://sampwiki.blast.hk/wiki/Game_Object_ID_List

Control+f "Vending" should be useful, assuming it is classed as a vending machine.


Re: Vending machine ID? - blewert - 02.03.2014

something similar to this intrigued me a while back, so I ended up writing a script producing all(?) different types of vending machines in a line. The one you're looking for is non-solid (you can walk through it), but here's some screenshots of the results:




if for some reason you're interested in the script (though it really doesn't serve much purpose) it's available here.


Re: Vending machine ID? - KingH0rn - 02.03.2014

Quote:
Originally Posted by blewert
Посмотреть сообщение
something similar to this intrigued me a while back, so I ended up writing a script producing all(?) different types of vending machines in a line. The one you're looking for is non-solid (you can walk through it), but here's some screenshots of the results:




if for some reason you're interested in the script (though it really doesn't serve much purpose) it's available here.
Thank you very much mate.