Raised This Month: $ Target: $400
 0% 

My plugin works for everyone else but not for me...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
VEN
Veteran Member
Join Date: Jan 2005
Old 05-04-2006 , 03:29  
Reply With Quote #6

Quote:
Originally Posted by o0panda
I did have autoswitch off, but used your fix also.
I think you mean ON (0 = OFF, 1 = ON).

Quote:
And, if it's suppose to strip, I still see it "drop" right in front of me. I just added that strip code before my function, I thought it disappears. o.o
Because of incorrect usage. Copy the stock to your plugin and then try that way:
Code:
public give_it(id) {     if (user_has_weapon(id, CSW_GLOCK18))         strip_user_gun(id, CSW_GLOCK18)     else if (user_has_weapon(id, CSW_USP))         strip_user_gun(id, CSW_USP)     else         return     give_item(id, "weapon_deagle")     cs_set_user_bpammo(id, CSW_DEAGLE, 35) }

Note: engine module should be enabled.
VEN is offline
 



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 05:09.


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