whats wrong with this code?
#6

simply remove one closing bracket in that middle line, its closing your function...
Код:
		BanEx(playerid, "Weapon Hacks Detected by Killerbot");
	}
	}
	new Float:Armour;
your code will look like this afterwards:
Код:
		BanEx(playerid, "Weapon Hacks Detected by Killerbot");
	}
	new Float:Armour;
Reply


Messages In This Thread
whats wrong with this code? - by DiddyBop - 12.01.2010, 20:53
Re: whats wrong with this code? - by Stah - 12.01.2010, 21:06
Re: whats wrong with this code? - by DiddyBop - 12.01.2010, 21:11
Re: whats wrong with this code? - by Babul - 12.01.2010, 21:12
Re: whats wrong with this code? - by DiddyBop - 12.01.2010, 21:16
Re: whats wrong with this code? - by Babul - 12.01.2010, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)