View Single Post
Raymondddd
Member
Join Date: Jun 2008
Location: Milbrae,94030
Old 05-20-2009 , 20:48   Re: HnS New Block gives Weapon 2 shots
Reply With Quote #43

-.- Deagle Codes Dont Work

Code:
/home/groups/amxmodx/tmp3/textbCAQt7.sma(1603) : error 017: undefined symbol "deagletaken"
/home/groups/amxmodx/tmp3/textbCAQt7.sma(1607) : error 017: undefined symbol "deagletaken"
/home/groups/amxmodx/tmp3/textbCAQt7.sma(1607) : warning 215: expression has no effect
Code:
/***** BLOCK ACTIONS *****/
actionDeagle(id)
{
	if(deagletaken == 0) 
{
	give_item(id, "weapon_deagle");
	cs_set_weapon_ammo(find_ent_by_owner(1, "weapon_deagle", id), 1);
	deagletaken = 1;
}
}
Raymondddd is offline
Send a message via ICQ to Raymondddd Send a message via AIM to Raymondddd Send a message via MSN to Raymondddd Send a message via Yahoo to Raymondddd Send a message via Skype™ to Raymondddd