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

Bomb events plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
rex
Senior Member
Join Date: Mar 2004
Location: Australia
Old 03-25-2004 , 04:44   Bomb events plugin
Reply With Quote #1

would someone be able to fix this plugin for me please?
it loads okay on amxx but there are some bugs.
when evensome one drops the bomb it say the I (the admin) drop it, even when the admin is on the other team.
then say when someone picks it up and when someone sets it.
also if the Ts set the bomb and then kill all the CTs, the counter keeps going next round.
have try changeing it to amxmodx.inc but still get the same problem
thanks
Attached Files
File Type: sma Get Plugin or Get Source (bomb.sma - 1723 views - 6.3 KB)
rex is offline
Send a message via MSN to rex
pr0*killa
Member
Join Date: Mar 2004
Location: Estonia,Tallinn
Old 03-25-2004 , 20:08  
Reply With Quote #2

post in the Support Help ! not in Suggestions!
__________________
"bug" is a verry big problem
pr0*killa is offline
Send a message via ICQ to pr0*killa
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 03-25-2004 , 21:44  
Reply With Quote #3

No, its a request, it belongs here

I just dont understand what he wants
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
MagicShot
Senior Member
Join Date: Mar 2004
Location: MN
Old 03-26-2004 , 02:28  
Reply With Quote #4

Quote:
Originally Posted by devicenull
I just dont understand what he wants
Lol we'll since Noone Except me Downloaded it I would asume you wouldn't knwo what he wants..
__________________
|v|agic$hot
.
Without a Sound
MagicShot is offline
Send a message via MSN to MagicShot Send a message via Yahoo to MagicShot
MagicShot
Senior Member
Join Date: Mar 2004
Location: MN
Old 03-26-2004 , 02:35   Hrm
Reply With Quote #5

This This:

Change This:

Code:
public bomb_drop(){     if (!(get_user_flags(0,STS_CHNL)&(1<<STS_FLAG17))) return     new name[32]     get_user_name(planter, name , 31)     set_hudmessage(200, 100, 0, -1.0, 0.30, 0, 6.0, 6.0, 0.5, 0.15, 1)     show_hudmessage(0,"%s dropped the bomb!!!",name) }

To this:

Code:
public bomb_drop(id){     if (!(get_user_flags(0,STS_CHNL)&(1<<STS_FLAG17))) return     new name[32]     get_user_name(id, name , 31)     set_hudmessage(200, 100, 0, -1.0, 0.30, 0, 6.0, 6.0, 0.5, 0.15, 1)     show_hudmessage(0,"%s dropped the bomb!!!",name) }

See if that changes anything..
__________________
|v|agic$hot
.
Without a Sound
MagicShot is offline
Send a message via MSN to MagicShot Send a message via Yahoo to MagicShot
rex
Senior Member
Join Date: Mar 2004
Location: Australia
Old 03-26-2004 , 02:41  
Reply With Quote #6

it okay, looking like it fixed itself with AMX Mod X 0.16.

thanks for your reply magic might try that too.
rex is offline
Send a message via MSN to rex
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 04:25.


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