Quick question - 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: Quick question (
/showthread.php?tid=279394)
Quick question -
LetsOWN[PL] - 26.08.2011
Hello.
Does this code anything?
pawn Код:
#undef MAX_OBJECTS
#define MAX_OBJECTS 1000
Does it change the limit of the object created with "CreateObject", or not?
Re: Quick question -
=WoR=G4M3Ov3r - 27.08.2011
Well, Download streamer and use CreateDynamicObject, its better than using CreateObject, Using steamer is much better and easier.
Re: Quick question -
Horrible - 27.08.2011
Quote:
Originally Posted by LetsOWN[PL]
Hello.
Does this code anything?
pawn Код:
#undef MAX_OBJECTS #define MAX_OBJECTS 1000
Does it change the limit of the object created with "CreateObject", or not?
|
i think not because max object for samp is 400
Re: Quick question -
Kingunit - 27.08.2011
Just use a streamer, imo every server needs that. Use the one from Incognito then you can use CreateDynamicObject.
Re: Quick question -
Kush - 27.08.2011
Quote:
Originally Posted by Kingunit
Just use a streamer, imo every server needs that. Use the one from Incognito then you can use CreateDynamicObject.
|
Not necessarily.
Re: Quick question -
Kingunit - 27.08.2011
Quote:
Originally Posted by Kush
Not necessarily.
|
You better use it from the start. That's saving alot of the same questions here in the Scripting Discussion.
Re: Quick question -
LetsOWN[PL] - 27.08.2011
Ok. But there's another problem.. Ive downloaded latest version of the Incognito's streamer (from this forum), and while I added some objects (I am pretty sure, that number of objects is higher than 400), but only SOME OF THEM appears.. Anyone know, why? Ive used this converter to convert from .map -> .pwn -
http://www.convertffs.com/
Lool