View Single Post
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