View Single Post
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-07-2014 , 16:25   Re: First Blood Reward v1.0 (Bot Support)
Reply With Quote #7

Quote:
Originally Posted by Flick3rR View Post
but you actually don't add it to the money that player already has.
PHP Code:
cs_set_user_money(attackeriReward
Sorry, can you explain a little bit?
Quote:
Originally Posted by Flick3rR View Post
Also, you can store the first three checks in Ham_Killed handler as one:
PHP Code:
if(bFirstBlood || victim == attacker || !is_user_connected(attacker)) 
        return; 
Thank you for optimizing this code.
Quote:
Originally Posted by Flick3rR View Post
The plugin seems to be pretty useful and pottentially good coded. Keep it on!
Thank you very much.

Last edited by zmd94; 08-07-2014 at 16:32.
zmd94 is offline