Raised This Month: $ Target: $400
 0% 

Massive kick


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Drak
Veteran Member
Join Date: Jul 2005
Old 06-27-2007 , 00:43   Re: Massive kick
Reply With Quote #1

I guess for a simple fix, change all "strip_user_weapons(id)" to:
Code:
 if(is_user_alive(id)) strip_user_weapons(id)

So like, the "HiderItems(id)" would look like this:
Code:
public HiderItems(id)  {         if(is_user_alive(id)) strip_user_weapons(id)         give_item(id, "weapon_hegrenade")         give_item(id, "weapon_flashbang")         give_item(id, "weapon_flashbang")         give_item(id, "weapon_smokegrenade")         set_user_armor(id, 100.0, 2)         set_user_footsteps(id, 1)       cs_set_user_nvg(id, 0) }
__________________
Oh yeah

Last edited by Drak; 06-27-2007 at 00:45.
Drak is offline
Send a message via MSN to Drak
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 21:24.


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