function heading differs from prototype
#1

error 025: function heading differs from prototype

Код:
 public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost)
{
	new string[128];
	if(GetPlayerWeapon(Shooter) == 34 && PlayerInfo[Shooter][pScope] && Hitman[Shooter] == Target)
	{
		SetPlayerHealth(Target, 0);
		if(Hitman[Shooter] == Target)
		{
Reply
#2

I think it's because the different between forward and public, CMIIW. Show us the forward one
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)