SA-MP Forums Archive
A 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: A question (/showthread.php?tid=663457)



A question - SymonClash - 01.02.2019

I've a question, i'm creating a random gift system where players can pick it up and claim their gift.

Since my server is San Andreas based (so whole map), i don't have the patience to spend 1 week of my life placing random coordinates across SA for this system.

So my question is this:

Is possible to spawn, the object ID 19054 (the gift object) across whole SA without coordinates?

Random coordinates i mean.


Re: A question - DarkBr - 01.02.2019

I thought of some things:There is this Kalcor plugin.
https://sampforum.blast.hk/showthread.php?tid=120013


Re: A question - ReshiramZekrom - 02.02.2019

You must use the MapAndreas plugin or even the ColAndreas plugin which is more complex and let you do lots of things that would be not possible at all with MapAndreas, instead. The only bad thing of ColAndreas, at least for what concern my experience, is that it obviously occupy lot of RAM (like ~600mb, MapAndreas uses like 70mb) but it wouldn't be a problem if you have enough free memory.

But if you need only the main (and only) function of MapAndreas and you don't have the necessity to use also in other scripts the ColAndreas features, then I suggest to use the first one.


Re: A question - Logic_ - 02.02.2019

Col Andreas offer multiple detection methods, and you can set them in your script. Some detection modes of it require more memory, some require less.

But Col Andreas is superior than Map Andreas in all ways. No arguments. Use it sooner than later.


Re: A question - TokicMajstor - 03.02.2019

Or you can simply make IN game creating gifts


Re: A question - Proxus - 03.02.2019

Quote:
Originally Posted by TokicMajstor
Посмотреть сообщение
Or you can simply make IN game creating gifts
That's no different to what he said he can't do.