SA-MP Forums Archive
Objects - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Objects (/showthread.php?tid=131242)



Objects - Lorrden - 02.03.2010

Hi, I'm just wondering what the limit of objects is in 0.3 ?
Also, if there is a limit, is there any way to trick the code so it seems to be less than what it actually is ?

Thanks,
Lorrden.


Re: Objects - xxmitsu - 02.03.2010

https://sampwiki.blast.hk/wiki/Limits
To pass beyond some limits, you'll have to use streamers.


Re: Objects - Lorrden - 02.03.2010

Thanks
Another thing, I want to put my objects (for now) in an .inc file so I added them all in "borders1.inc" and put
Код:
#include <borders1>
under the samp include..
However it says "Symbol already defined: CreateObject".

What's the problem ?


Re: Objects - aircombat - 02.03.2010

if u included all ur objects it shouldn't say that but it seems that there is another CreateObject in ur GameMode/Script
________
E24


Re: Objects - Lorrden - 02.03.2010

Well, yes there is.
Can't I have it that way :S


Re: Objects - aircombat - 02.03.2010

u can't use 2 things same in include and script , either all CreateObject in an include or all CreateObject in script
i wish they delete that in samp 0.3b
________
Home Made Vaporizors


Re: Objects - Lorrden - 02.03.2010

Fixed that object streamer but now my gamemode won't load.
It says that the gamemode can't be found...