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

[Fixed] Superhero.sma error


  
 
 
Thread Tools Display Modes
Author Message
Belsebub
Senior Member
Join Date: Feb 2005
Location: Sweden
Old 07-14-2005 , 08:13   [Fixed] Superhero.sma error
#1

Im useing the cvs version of superheromod for amxx and i got this error once
Code:
L 07/14/2005 - 10:16:32: [AMXX] Native error in "set_user_gravity" on line 1746 (file "superheromod.sma").
L 07/14/2005 - 10:16:32: [FUN] Invalid player 1
Belsebub is offline
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 07-16-2005 , 18:59  
#2

I should not have to check this kind of shit but people dont know how to code heroes

New function

Code:
public svrSetGravityPower() {     if ( !shModActive() ) return     new pID[10]     read_argv(1,pID,9)     new id = str_to_num(pID)     if (!is_user_connected(id)) return     new Float:newGravity = getMinGravity( id )      // Set to 1.0 or the next lowest Gravity     set_user_gravity(id, newGravity) }
__________________
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
 


Thread Tools
Display Modes

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 11:57.


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