26.02.2013, 14:19
Introduction
This is an array of every single object model that exists in the game and it includes custom SA-MP objects up to 0.3e. I made this a very long time ago, thinking that I was gonna make a map editor with it, but I just couldn't find the time for it, so now I'm releasing this. Hopefully someone will use this include and https://sampforum.blast.hk/showthread.php?tid=415397 to make an amazing map editor.
Versions
Version 1.0 - Pastebin
Changelog
Using
To begin using this include, drag the file to your pawno > includes folder and put
at the top of your script.
You can access the array by using
ObjectList[index][oID]
ObjectList[index][oName]
Credits
SuperViper - Putting together the list
This is an array of every single object model that exists in the game and it includes custom SA-MP objects up to 0.3e. I made this a very long time ago, thinking that I was gonna make a map editor with it, but I just couldn't find the time for it, so now I'm releasing this. Hopefully someone will use this include and https://sampforum.blast.hk/showthread.php?tid=415397 to make an amazing map editor.
Versions
Version 1.0 - Pastebin
Changelog
Version | Change |
Version 1.0 | Created the script |
Using
To begin using this include, drag the file to your pawno > includes folder and put
pawn Код:
#include <objectList>
You can access the array by using
ObjectList[index][oID]
ObjectList[index][oName]
Credits
SuperViper - Putting together the list