This site is a testing version, but all data is shared with the live forum.


Raised This Month: $12 Target: $400
 3% 

Ludwig van's Jetpack


Post New Thread Reply   
 
Thread Tools Display Modes
backoff34
Junior Member
Join Date: Aug 2004
Old 08-21-2004 , 16:26   Wont work.
Reply With Quote #11

I cannot get this to work, it tells me out of fuel when I have full armor and even on free.

This is what happens. I connect to the server and do amx_plugins and see that it didnt have a bad load or anything and says working. Then I buy full kevlar and try to jetpack (I set the CVARs in amxx.cfg to use armor) and it lets me go for 6 seconds or so without decreasing armor then says I'm out of fuel.

I then put it on free and still said out of fuel.

The only way I can use the jetpack is if I do 'retry' in console and rejoin the server, then I get my 6 seconds and then I cant use it again until I re join. I dont know whats wrong...

Running amxx 1.6 heres my plugins.ini
Code:
admin.amx		; admin base (required for any admin-related)
;admin_mysql.amx	; admin base - MySQL version (comment admin.amx)
admincmd.amx		; basic admin console commands
adminhelp.amx		; help command for admin console commands
adminslots.amx		; slot reservation
menufront.amx		; front-end for admin menus
cmdmenu.amx		; command menu (speech, settings)
plmenu.amx		; players menu (kick, ban, client cmds.)
restmenu.amx		; restrict weapons menu
telemenu.amx		; teleport menu (Fun Module required!)
mapsmenu.amx		; maps menu (vote, changelevel)
antiflood.amx		; prevent clients from chat-flooding the server
adminchat.amx		; console chat commands
adminvote.amx		; vote commands
nextmap.amx		; displays next map in mapcycle
timeleft.amx		; displays time left on map
mapchooser.amx		; allows to vote for next map
scrollmsg.amx		; displays a scrolling message
imessage.amx		; displays information messages
;welcomemsg.amx		; displays motd @ client connection
pausecfg.amx		; allows to pause and unpause some plugins
;stats.amx		; stats on death or round end (CSStats Module required!)
;stats_logging.amx	; weapons stats logging (CSStats Module required!)
miscstats.amx		; bunch of events announcement for Counter-Strike
statscfg.amx		; allows to manage stats plugins via menu and commands
admin_alltalk.amx       ; alltalk plugin
admin_clexec.amx        ; execute commands on client computers
amx_ejl_dice.amx        ; ludwig vans roll the dice plugin
amx_ejl_flamethrower.amx ; flamethrower by ludwig van
amx_ejl_jetpack.amx     ; ludwig vans jetpack
amx_ejl_laserweapon.amx     ; ludwig vans laser gun
amx_ejl_nukem.amx       ; nuke people or fake nuke
amx_ejl_spacedude_ninjarope ; ludwig vans ninja rope!
amx_gore_ultimate.amx   ; gore plugin!
announcement.amx        ; announces on join and quits
batgirls_crazy_votes.amx ; ludwig vans automatic voting plugin
jedi_force_grab.amx     ; grab people with effects
bullet_damage.amx       ; shows damage per bullet hit under xhair
smokin_and_drinkin.amx  ; make them smoke and drink
weaponarena_version.amx ; weapons areana
war3ft.amx                    ; warcraft3 FT plugin
backoff34 is offline
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 10-17-2004 , 19:54  
Reply With Quote #12

here is a mostly working plugin for 0.20 for now.
I will post it as a new post when its all done and cleaned up and ready.
Attached Files
File Type: sma Get Plugin or Get Source (amx_ejl_jetpack.sma - 1135 views - 40.3 KB)
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
ol
Senior Member
Join Date: Jul 2004
Old 10-17-2004 , 21:19  
Reply With Quote #13

thk a lot

i wll waiting fot others
ol is offline
Pain
Senior Member
Join Date: Aug 2004
Old 10-17-2004 , 22:49  
Reply With Quote #14

LOL finally updated.
Pain is offline
ancient1
Senior Member
Join Date: Jul 2004
Location: UK
Old 10-18-2004 , 04:06  
Reply With Quote #15

Any chance of a non mod specific version?

Looking at it, it seems only the money/buy options make this pluggin CS/CZ specific?

Would be nice to play with on TFC/DOD servers!!

Regards,

Ancient
__________________
ancient1 is offline
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 10-18-2004 , 07:10  
Reply With Quote #16

There is a lot of CS specific things in it, that might work on other mods, but not DoD since it has different events totally. Basically, it would need to be ported to DoD for it to fully work correctly.
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
fitzy6868
Member
Join Date: Jul 2004
Old 11-13-2004 , 21:21   I put
Reply With Quote #17

I put it on free mode and when u activate it it says out of fuel wth is wrong
__________________

Tactical Warfare [.tw]
64.185.230.136:27015
fitzy6868 is offline
Send a message via AIM to fitzy6868
Deagle Snipin
Member
Join Date: Oct 2004
Old 11-14-2004 , 04:55  
Reply With Quote #18

I think you need to set fuel to free:

Code:
 * CVARS: can be set in admin.cfg, see corresponding commands for info 
 * 
 *   amx_luds_jetpack 1     -- 0= disable  1= enable 
 *   amx_jetpack_buytype 0  -- 0= armor    1= money 
 *   amx_jetpack_cost 1     -- amount of money or armor depending on buytype 
 *   amx_jetpack_free 0     -- for mods other than cstrike which do not have 
 *                             money and armor to use as payment for jetpack. 
 *                             Set the amount of jetpack seconds given to 
 *                             each player at spawn. If this is set to 1 or 
 *                             higher in CS it will override buying system.
Deagle Snipin is offline
fitzy6868
Member
Join Date: Jul 2004
Old 11-18-2004 , 13:39   cn
Reply With Quote #19

Can sum1 convert this to 1.0 because its only for 0.16 right now
there may be a few bugs with the code im not sure
__________________

Tactical Warfare [.tw]
64.185.230.136:27015
fitzy6868 is offline
Send a message via AIM to fitzy6868
fitzy6868
Member
Join Date: Jul 2004
Old 11-18-2004 , 20:33   possible
Reply With Quote #20

A possible upgrade? this is still at amxx .16 and i dont want to double post
__________________

Tactical Warfare [.tw]
64.185.230.136:27015
fitzy6868 is offline
Send a message via AIM to fitzy6868
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode