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

[Fixed] Ironman error


  
 
 
Thread Tools Display Modes
Tassadarmaster
BANNED
Join Date: Aug 2004
Location: California
Old 04-14-2005 , 01:31  
#11

L 04/13/2005 - 220:09: [AMXX] Native error in "set_user_info" on line 212 (file "sh_ironman.sma").
Tassadarmaster is offline
Send a message via ICQ to Tassadarmaster Send a message via AIM to Tassadarmaster Send a message via MSN to Tassadarmaster Send a message via Yahoo to Tassadarmaster
bLiNd
Veteran Member
Join Date: Mar 2005
Old 04-14-2005 , 02:26  
#12

Quote:
Originally Posted by vittu
No actually that error means he needs to turn on debuging to find out what is causing it. That's why it tells you to add debug after the plugins name.
My bad I got confused by this:

Quote:
Originally Posted by Tassadarmaster
Just tell me how to disable the debug thingy.
I thought he enabled it and couldn't disable it...
bLiNd is offline
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 04-14-2005 , 07:17  
#13

this should fix it

Code:
public ironman_death()
{
	new id = read_data(2)

	if ( id < 1 || id > SH_MAXSLOTS ) return

	g_jetPackRunning[id] = 0
	set_user_info(id,"JP","0")
}
new function, just replace the existing one. let me know
__________________
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
Tassadarmaster
BANNED
Join Date: Aug 2004
Location: California
Old 04-14-2005 , 18:35  
#14

Quote:
Originally Posted by jtp10181
this should fix it

Code:
public ironman_death()
{
	new id = read_data(2)

	if ( id < 1 || id > SH_MAXSLOTS ) return

	g_jetPackRunning[id] = 0
	set_user_info(id,"JP","0")
}
new function, just replace the existing one. let me know
thnx a lot, you save the day. it works now , and its error free.
Tassadarmaster is offline
Send a message via ICQ to Tassadarmaster Send a message via AIM to Tassadarmaster Send a message via MSN to Tassadarmaster Send a message via Yahoo to Tassadarmaster
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 04-14-2005 , 18:49  
#15

ok will commit to CVS today
__________________
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
 



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