PDA

View Full Version : AMX Fireworks


Sanji
03-23-2004, 04:40
This is a Mod like the fireworks from voogru. It shows the color of a rocket as glow.

update to 1.2.2. read fireworks.txt in archiv for more info
update to 1.2.3: you can now compile it for both amxmod and amxmodx

u can play with the cvars (very funny)

Commands:
fireworks_spawn: spawns one rocket
fireworks_spawn_rgb <r> <g> [b]: spawns a rocket with the color rgb
fireworks_shoot: shoots the fireworks

CVars:
fireworks_enable <0|1|2>: 0 = fireworks is off, 1 = admin only (level a) 2 = all players

and more... (see fireworks.txt)

needs vexd and jghg2 module (amxmod)
no other modules (amxmodx)

screenshots:

http://yagb.team-girls.info/amx/pics/omg20075.jpg
http://yagb.team-girls.info/amx/pics/omg20078.jpg
http://yagb.team-girls.info/amx/pics/omg20086.jpg

with type level a:
http://yagb.team-girls.info/amx/pics/omg20076.jpg
http://yagb.team-girls.info/amx/pics/omg20077.jpg

with type level b:
http://yagb.team-girls.info/amx/pics/omg20080.jpg

with type level ab:
http://yagb.team-girls.info/amx/pics/omg20081.jpg
http://yagb.team-girls.info/amx/pics/omg20082.jpg

2 shooter:
http://yagb.team-girls.info/amx/pics/omg20083.jpg

with high velocity xy (2000):
http://yagb.team-girls.info/amx/pics/omg20089.jpg
http://yagb.team-girls.info/amx/pics/omg20092.jpg

this is the mod svencoop, but works fine for counter-strike

http://www.yagb.de/amx/zip/Fireworks%201.2.1.zip

just use this package for the sounds and sprites

SniperBeamer
03-23-2004, 04:42
http://forums.alliedmods.net/showthread.php?t=375

BAILOPAN
03-23-2004, 04:44
(#include amxmodx instead of amxmod)

SniperBeamer
03-23-2004, 04:52
and even more :)

Sanji
03-23-2004, 04:57
http://forums.alliedmods.net/showthread.php?t=375

was is mit diesem link? (ich red deutsch da du es auc haknnst und ich es besser kann als english :))

well this plugin is compatible with amxmod AND amxmodx, thats why i use amxmod insted of amxmodx

BigBaller
03-23-2004, 05:07
Basically, no approved plugin will have #include <amxmod>

anything posted here has to be converted to use #include <amxmodx>

I learned the hard way also :(

but I fixed it :)

Sanji
03-23-2004, 05:24
bad, i have 2 servers one with amxmod and one with amxmodx. well i dont want to code it separatly, because i will not loss the survey of the project

SniperBeamer
03-23-2004, 05:27
also you should have a look at
#include <amxmod>
#include <amxmisc>
#if defined _amxmodx_included //amxmodx
#include <engine>
#define NOENT 0
#else //amxmod
#include <jghg2>
#define NOENT -1
#endif
#include <Vexd_Utilities>

#if defined _amxmodx_included
#else
set_size(Index,Float:Mins[3],Float:Maxs[3])
return jghg2_set_size(Index,Mins,Maxs)
#endif

Sanji
03-23-2004, 06:07
hmm i dont see any error or something else. do you mean, i must remove all amxmod stuff?

:oops:

SniperBeamer
03-23-2004, 08:49
you can do it like that:
#define AMX_MOD_X // comment if you don't use AMX Mod X

#if defined AMX_MOD_X
#include <amxmodx>
#include <engine>
#define NOENT 0
#else
#include <amxmod>
#include <jghg2>
#define NOENT -1
#include <Vexd_Utilities>
#endif

#include <amxmisc>
but you have to remove Vexd_Utilities
use the natives from engine module

Sanji
03-23-2004, 12:29
well is this ok? can you look in the source?

QwertyAccess
03-23-2004, 19:40
sniper is really picky :-)

Sanji
03-24-2004, 05:14
uhm im missing the "Plugin: " in front of the title, is this normal?

MagicShot
03-24-2004, 05:41
Is there a way to make this better in a small area?

blaster101
04-22-2004, 02:58
how do u shoot the different levels u show in the first poast

Basic
04-29-2004, 03:36
error on this plugin and the gore one for that matter (same log file)

L 04/28/2004 - 20:57:38: [AMXX] Function not found (name "DispatchSpawn") (plugin "fireworks.amx")
L 04/28/2004 - 20:57:38: [AMXX] Run time error 22 on line 0 (plugin "amx_gore2.amx")


havent had a chance to tweak with it, but its on Steam Win 32 DOD, any ideas?

AssKicR
04-29-2004, 08:54
he still havn't fix it so here is an ALL AMXX version

kingpin
04-29-2004, 17:00
the sounds and sprites link is dead...[/code]

Sanji
04-29-2004, 17:40
http://www.gcs-clan.de/extra.rar use this

well i have currently no time to code/update the plugin and other stuff

Basic
04-29-2004, 22:03
he still havn't fix it so here is an ALL AMXX version

Sorry, this plugin failed to compile!
You should try notifying the author so they can fix this.

Ill try compiling on my comp and post.

Basic
04-29-2004, 22:09
ok it compiled manually but I still get


unknown unknown unknown fireworks.amx bad load

and from the amx log file
L 04/29/2004 - 21:00:16: [AMXX] Function not found (name "entity_get_float") (plugin "fireworks.amx")


Does this require the engine module??

AssKicR
04-30-2004, 03:46
yes

Basic
04-30-2004, 12:21
Ok, I didnt see it in the sma file or the post about the plugin.

Does the engine module slow down processing speed at all?

Im running adminmod and amxx and until I move completely to amxx I dont want to do anything that could lag my server.

AssKicR
04-30-2004, 13:17
adminmod laggs ur server :D

Basic
04-30-2004, 14:31
lol :lol:

Well Im considering changing over to it completely. But, I still use these from Adminmod, and havent found the amx equivalent.


plugin_retribution.amx - - - - - - - - - llama and gag functions
plugin_sank_listen.amx - - - - - - - - displays all typed messages to admin
plugin_quit.amx - - - - - - - - - - - - - exec quit on client
plugin_hltrig.amx - - - - - - - - - - - - event handler
plugin_dio_motm.amx - - - - - - - - -displays various messages
plugin_wipeout_autoresponse.amx - responds to client typing
plugin_DoD.amx - - - - - - - - - - - - -clan match plugin
plugin_ejl_easyspeech_win.amx - - -easy command for all HL speech
plugin_banip.amx- - - - - - - - - - - - ban by ip using name
plugin_produkt_timerem3.amx - - - -announces time remaining
plugin_programman.amx- - - - - - - uh...i forget
plugin_quickban.amx type - - - - - - qb and name and theyre gone
plugin_tyr_dod.amx- - - - - - - - - - - force client to change teams
plugin_ft_spawn_killing.amx - - - - - spawn protection but doesnt work on DoD
plugin_dio_lazy.amx - - - - - - - - - - lets you exec admin_ commands without typing "admin_"
plugin_dio_point.amx - - - - - - - - - -bind a key to be able to point at a player and exec an admin command, really cool

I know there are some of these, like quit, teams change, and I think Ive seen a listen, and I saw a clan plugin but not for DoD. I know amx has builtin speech support, but it is limited to the ones you define. I supposed I could go in and add the rest, but would take time.

But I havent seen an autoresponse, cant remember if I saw a listen, havent seen llama or gag, point, lazy, motm, quick ban, time remaining announce, and I havent tried the banip in Amxx yet and I havent found a good spawn protection plugin yet.

I would like to see a comprehensive adminmod replacement plugin for amxx that has all of adminmods core plugins that amxx doesnt. Things like, retribution, timelimit change, and the other stuff above, and I think that would move a lot of people from adminmod to amxx, particularly those who wants stast since stastme doesnt ever work right in dod.

I wish I knew how to script, but my time is spent setting up and running the server.

QwertyAccess
04-30-2004, 19:12
as far as i know all those plugins u said are in amx mod and as for response what does that do?

Basic
04-30-2004, 20:02
autoresponse displays admin say messages in response to set words that clients say.

You can also set it to slap with damage if they say something you dont want them to say.

Examples;

a player type is ff on?

above that message it will say "ff is off shoot whoever you please"
or ff is on watch your fire.

But, you can edit the sma file to say whatever you want to whatever you want, and slap if you like.

I slap people who say hack or cheat and auto response says "shut up about it"

amx have that?

Basic
05-04-2004, 02:34
ok, I enabled engine, and loaded this then I get this. (see image below)

So I uploaded the sprites to the server and my client, but now that means that every person who wants to join my server needs to download them too. This isnt gonna happen. How can I make it so they upload to clients automatically??

meta list

[ 1] WebMod, v0.47, 2003/05/19, by dJeyL, see http://djeyl.net/w
[ 2] AMX Mod X, v0.16, Mar 25 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 3] Adminmod, v2.50.59 (MM), Jan 4 2004, by Alfred Reynolds <[email protected]>, see http://www.adminmod.org/
[ 4] Fun, v0.16, Mar 23 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 5] ENGINE, v0.16, Mar 24 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 6] DoDX, v1.7, Apr 3 2004, by SidLuke, see http://www.amxmo


console msg

Error: server failed to transmit file 'sound/fireworks/rocket1.wav'
Error: server failed to transmit file 'sound/fireworks/weapondrop1.wav'
Error: server failed to transmit file 'sprites/fireworks/bflare.spr'
Error: server failed to transmit file 'sprites/fireworks/rflare.spr'
Error: server failed to transmit file 'sprites/fireworks/gflare.spr'
Error: server failed to transmit file 'sprites/fireworks/tflare.spr'
Error: server failed to transmit file 'sprites/fireworks/oflare.spr'
Error: server failed to transmit file 'sprites/fireworks/pflare.spr'
Error: server failed to transmit file 'sprites/fireworks/yf

amx_plugins

AMXX Fireworks 1.2.3 Sanji fireworks.amx running

and server.cfg cvars
fireworks_enable 1
fireworks_password

fireworks_enable 1
;Fireworks is disabled (0) / admin only (1) / all (2)

fireworks_maxlife 20
;Maximum life of a rocket (usefull is 20, 10 = 1 sec)

fireworks_maxcount 6
;Maximum count of Rockets witch a player can spawn

fireworks_amaxcount 24
;Maximum count of Rockets which an admin can spawn

fireworks_delay 20
;Player (not admin) can only fire every <time> secs (10 = 1 sec)

fireworks_effect abcez
;a = Beamdisk
;b = Spritetrail (only with fireworks_colortype 1)
;c = Explosion with one color and sound
;d = Same as above, but without sound and random color
;e = Light
;z = Explosion sound

fireworks_velocity_min 1600
;Minimum speed (usefull is 1800.0)

fireworks_velocity_max 2000
;Maximum speed (usefull is 2000.0)

fireworks_velocity_xy 100
;Sets the diversion (usefull is 100.0)

fireworks_colortype 1
;0 = Colors are random (voogru like)
;1 = Colors are only base colors (red,green,blue etc)

FroXeN
05-08-2004, 17:03
were is the .amx?

kingpin
05-08-2004, 17:50
lmao i see the same post from froxen in like 3 diff plugins, learn to compile bro. use the onsite compiler from the main page of www.amxmodx.org or just throw the *sma file into the scripting directory on ur amxx installation and hit the sc.bat and voila u have the compiled amx files.

Burnzy
05-08-2004, 18:14
i really like these and im gonna try 1 more time on my CZERO server...

[edit] WORKS!!

FroXeN
05-10-2004, 05:01
Nice plugin!

Isobold
05-17-2004, 06:29
really a nice plugin. Would really like to see further updates with other Rocketsplasheffekts ;)

Worked well since the beginning. Don't forget to download the firewoks.zip, you need the effectsfiles and soundfiles in there ;)

Fireace22
05-17-2004, 06:42
where do these 2 files go....

fw_mm.dll

fw_mm_i386.so

also the sound goes in the main directory righto?

Isobold
05-18-2004, 06:24
replace the fireworksdirectory by the cstrikedirectory, and you will see where to put all the stuff ;)

the dll goes to addons/amxx/dlls , the sound to cstrike/sound and so on...

milk
06-27-2004, 19:35
when mod x load the fire works plugin i get this error :


L 06/27/2004 - 19:12:57: [AMXX] Function not found (name "Entvars_Get_Float") (plugin "fireworks.amx")



can anyone help me to fix


thanks
milk

milk
06-27-2004, 20:09
i got rid of the error but now it doent load at all


i dont know what i did ....... is there any good direction on how to put this plugin in

milk
06-27-2004, 20:29
is this a plugin or a module ..... it only load when i call it from the mod.ini file but none of the command function .



can some one help


thanks

milk
06-29-2004, 00:28
Hey,

I got it to work fine now.


thx,

FroXeN
07-05-2004, 20:27
where do these 2 files go....

fw_mm.dll

fw_mm_i386.so

also the sound goes in the main directory righto?

were do you download those?

jtp10181
07-05-2004, 20:42
you dont need the module, ONLY the plugin and the sprites and w/e ese is in that pack but NOT the module.

FroXeN
07-06-2004, 03:05
Ok so i just use the fireworks.amx like a normal plugin and it should work?

Freaky frank
07-10-2004, 13:48
:lol:
Nice plug in , it works great on my server.
But i disabled it because my cpu from my rented server went sky high and that makes lag on the server , i think its a high cpu eater plug in.

Can i make it lag less :?:

And this sound and sprite files where hard to find on this forum :wink:
http://www.yagb.de/amx/zip/Fireworks%201.2.1.zip

kingpin
07-10-2004, 13:51
hmm weird doesnt eat much cpu here....

Freaky frank
07-10-2004, 13:53
maybe to much plug ins :?:
[ 1] Counter-Strike amx&mm 0.16 ST AMX Mod X Dev Team running
[ 2] MySQL amx 0.1 AMX Mod X Dev Team running
[ 3] Fun amx&mm 0.16 AMX Mod X Dev Team running
[ 4] CS Stats amx&mm 0.16 AMX Mod X Dev Team running
[ 5] ENGINE amx&mm 0.16 AMX Mod X Dev Team running
5 modules, 5 correct
[ 1] Admin Base 0.16 AMXX Dev Team admin.amx running
[ 2] Admin Commands 0.16 AMXX Dev Team admincmd.amx running
[ 3] Admin Help 0.16 AMXX Dev Team adminhelp.amx running
[ 4] Menus Front-End 0.16 AMXX Dev Team menufront.amx running
[ 5] Commands Menu 0.16 AMXX Dev Team cmdmenu.amx running
[ 6] Players Menu 0.16 AMXX Dev Team plmenu.amx running
[ 7] Restrict Weapons 0.16 AMXX Dev Team restmenu.amx running
[ 8] Teleport Menu 0.16 AMXX Dev Team telemenu.amx running
[ 9] Maps Menu 0.16 AMXX Dev Team mapsmenu.amx running
[ 10] Anti Flood 0.16 AMXX Dev Team antiflood.amx running
[ 11] Admin Chat 0.16 AMXX Dev Team adminchat.amx running
[ 12] Admin Votes 0.16 AMXX Dev Team adminvote.amx running
[ 13] NextMap 0.16 AMXX Dev Team nextmap.amx running
[ 14] TimeLeft 0.16 AMXX Dev Team timeleft.amx running
[ 15] Nextmap Chooser 0.16 AMXX Dev Team mapchooser.amx running
[ 16] Scrolling Message 0.16 AMXX Dev Team scrollmsg.amx running
[ 34] Admin ChangeName 0.1 AssKicR admin_changenam running
[ 35] Join/Leave Messag 1.2 BigBaller join_leave.amx running
[ 36] Ghostchat 0.5 pir4t ghostchat.amx running
[ 37] PsychoSounds 0.9.3.1 PsychoGuard psychosounds.am running
[ 38] amx_respawn 0.9.4 f117bomb amx_respawn.amx running
38 plugins, 38 running
[ 17] Info. Messages 0.16 AMXX Dev Team imessage.amx running
[ 18] Pause Plugins 0.16 AMXX Dev Team pausecfg.amx running
[ 19] CS Stats 0.16 AMXX Dev Team stats.amx running
[ 20] CS Misc. Stats 0.16 AMXX Dev Team miscstats.amx running
[ 21] Stats Configurati 0.16 AMXX Dev Team statscfg.amx running
[ 22] Weapon Arena 1.01 jghg weaponarena_ver running
[ 23] Nukem 0.9 EJL amx_ejl_nukem.a running
[ 24] High Ping Kicker 0.9.4 default high_ping_kicke running
[ 25] All-in-One Comman 1.4 AMX(x) Community admin_allinone. running
[ 26] Change Score 2.0 Freecode ChangeScore.amx running
[ 27] Ultimate Gore 1.3 JTP10181/mike_ca amx_gore_ultima running
[ 28] SWEAR FILTER 0.9 Rav swear_filter.am running
[ 29] Server Chime Plug 1.9 AMX Jack9 server_chime_pl running
[ 30] Kamikaze 3.1.1 EJL ejl_timebomb.am running
[ 31] MAP CVARs 2.1 EJL map_cvars.amx running
[ 32] Knife Arena 0.9 tcquest78 knife_arena.amx running
[ 33] Idiot Model chnag 1.00 IJs amx_idiot.amx running

kingpin
07-10-2004, 13:58
lmao no such thing as too many plugins... but look around and see if u can eliminate a few i.e. is that swear filter that rs_advanced one? if so that thing sometimes lags on some servers.

Freaky frank
07-11-2004, 13:28
Hey Kingpin,

I disabled the engine module and the lag was gone , i think my rented public server cant handle the traffic :?

No i cant use your plug anymore and i loved it , the effects are great when all flags are enabled , good work. :wink:

NightWolf
07-12-2004, 14:22
i download the amx fireworks and i shoot them off and the sound fuc** up and the sound wont turn off please help me figer out how to fix this in game sound prob.

AdamVernon
08-03-2004, 08:55
aaaa

zaphyraX^
12-23-2004, 16:53
none of the links work... :cry:

Cyborg04
02-06-2005, 19:28
Wene I load the plugin it says DispatchSpawn check your modules.ini <Plugin "Fireworks.amxx"> :?: what do i do

nightscreem
02-07-2005, 11:36
can someone give me some screenshots because
the links are death

Twilight Suzuka
03-17-2005, 13:09
http://forums.alliedmods.net/showthread.php?t=3638

*<3*
06-07-2006, 15:11
all his screenshots link are broken. and the plugin gives me a milions error. grrrh :twisted:

TheMadCat
08-31-2007, 01:48
the image on the first post is broken.

Demoz123
07-13-2008, 01:19
Nice Plugin +Karma me please

sunny1616
10-04-2008, 04:21
Nice plugin!

thanks lol

Ds. ewaN
01-03-2010, 07:52
Where do i get theese models u need?

______________________________

Im cool like a cat :-)


ewaN

kbr
12-28-2013, 13:09
Can someone post the package for the sounds and sprites? the link doesn't work

FORLOCOS
07-01-2014, 02:19
hmmmm