[FS] Bomber script / MapAndreas usage example -
krisk - 12.01.2010
Hi,
I've been requested by people to post the source to the filterscript I made that was used in the maverick bombing video
here - So, I've added some documentation to the constants, settings, variables and functions used, so you'll hopefully understand the logic by seeing the code rather than some big post here.
Video of using it.
*******
- Broadcast Yourself.
NOTE You need Kye's MapAndreas plugin installed for this to work!! See more info here: http://forum.sa-mp.com/index.php?topic=145196.0
Thanks to Lenny for video and Kye for plugin.
Download:
Download .pwn (.zip)
(Note: This wasn't meant for being downloaded+compiled and put in a server, as there is no current restriction on usage - this is mainly meant for seeing how you can make something cool out of the new plugin and to be made something even cooler from, by altering it and making it how you like it.)
Re: [FS] Bomber script / MapAndreas usage example -
Jese - 12.01.2010
That looks fun!
Re: [FS] Bomber script / MapAndreas usage example -
Guedes747 - 12.01.2010
Soo its like carpet bombing.... but for helis...... very good.
Re: [FS] Bomber script / MapAndreas usage example -
Retardedwolf - 13.01.2010
Just imagine 10 people using together.
The RAM used will be very high.
But it looks AWESOME.
Re: [FS] Bomber script / MapAndreas usage example -
dugi - 13.01.2010
Quote:
Just imagine 10 people using together.
The RAM used will be very high.
But it looks AWESOME.
|
The plugin needs 70MB of ram to be loaded, calling its functions does not increase the RAM usage.
Re: [FS] Bomber script / MapAndreas usage example -
Correlli - 13.01.2010
Very nice.
Re: [FS] Bomber script / MapAndreas usage example -
krisk - 13.01.2010
Quote:
Originally Posted by Guedes_
Soo its like carpet bombing.... but for helis...... very good.
|
It's for any vehicle you allow it for in the script, but it has to be above Z offset from the ground to able to drop bomb (All of this has settings in the script to define.)
Quote:
Just imagine 10 people using together.
The RAM used will be very high.
But it looks AWESOME.
|
RAM wouldn't increase at all, this would just affect CPU, based on how many bombs you allow and what rate you set, 100ms is really, really low rates, should be increased, 100ms means 10 bombs / objects per second which is quite a few.
Re: [FS] Bomber script / MapAndreas usage example -
_MaX_PaYnE_ - 13.01.2010
Very nice.
Re: [FS] Bomber script / MapAndreas usage example -
NeRoSiS - 13.01.2010
Awesome, thanks for releasing it
Re: [FS] Bomber script / MapAndreas usage example -
Giacomand - 13.01.2010
This would be great for war gamemodes, if you replace the vehicle with a rustler so that it can drop bombs.
Re: [FS] Bomber script / MapAndreas usage example -
_Gangster_ - 13.01.2010
Awesome, good job..
Re: [FS] Bomber script / MapAndreas usage example -
killerx100 - 13.01.2010
Epic Epic
Re: [FS] Bomber script / MapAndreas usage example -
Sayaron - 13.01.2010
Looks nice, but I need my RAM for heavy gaming. So I will probaly not use it
Re: [FS] Bomber script / MapAndreas usage example -
Karlip - 13.01.2010
Love it Krisk
Re: [FS] Bomber script / MapAndreas usage example -
Kurence - 13.01.2010
Nice
Re: [FS] Bomber script / MapAndreas usage example - [03]Garsino - 13.01.2010
Awesome! Thanks for releasing it!
Re: [FS] Bomber script / MapAndreas usage example -
[KMA]Lord_Deji - 13.01.2010
awsome, looks like a cleo lol
Re: [FS] Bomber script / MapAndreas usage example -
braduz - 16.01.2010
its amazing but
C:\Users\Braduz\Desktop\Server\filterscripts\bombe r.pwn(30) : fatal error 100: cannot read from file: "mapandreas"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
facepalm
Re: [FS] Bomber script / MapAndreas usage example - [03]Garsino - 16.01.2010
Quote:
Originally Posted by braduz
its amazing but
C:\Users\Braduz\Desktop\Server\filterscripts\bombe r.pwn(30) : fatal error 100: cannot read from file: "mapandreas"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
facepalm
|
Maybe you should put the mapandreas include in your pawno/include folder?
Re: [FS] Bomber script / MapAndreas usage example -
braduz - 16.01.2010
there was only 1 file included