Raised This Month: $ Target: $400
 0% 

How to make these commands to user level h


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
alien100
Member
Join Date: May 2010
Location: Finland
Old 05-16-2011 , 16:03   How to make these commands to user level h
Reply With Quote #1

Hello, how to make these 2 to user level h

and with gravity like player van use it only 5 seconds per round

HTML Code:
public GravityCMD(id)
{
    if(!NoGravity[id])
    {
          set_user_gravity(id, 0.70);	  
	client_print(id, print_chat, "[VIP] Gravity changed.")
          NoGravity[id] = true;
    }
    else
    {
          set_user_gravity(id, 0.80);
	 client_print(id, print_chat, "[VIP] Gravity changed.")
          NoGravity[id] = false;
     }
}

public Ham_UseButton( iEnt, iAttacker, Float:fDamage, Float:vDirection[3], TraceHandle, iDamageBits ) {
        dllfunc(DLLFunc_Use, iEnt, iAttacker) 
}
__________________

Last edited by alien100; 05-18-2011 at 16:44.
alien100 is offline
Send a message via MSN to alien100 Send a message via Skype™ to alien100
 



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:27.


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