View Single Post
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 12-06-2014 , 17:21   Re: [HELP] How to Make Free grenades
Reply With Quote #3

Not tested, requires AMXX 1.8.3+

Code:
#include <amxmodx>
#include <cstrike>

public CS_OnBuyAttempt(id, item)
{
	if (item == CSI_SMOKEGRENADE)
	{
		cs_set_user_money(id, cs_get_user_money(id)+300);
		return PLUGIN_CONTINUE;
	}
}
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline