errors from my pickup selection
#1

Hi, i am getting a few errors on my pickup thing, please help me, here is the code

Код:
public OnPlayerPickupPickup(playerid, pickupid)
{
	if (pickupid == HealthGood)
	{

	}
	else if (pickupid == ArmourGood)
	{

	}
	else if (pickupid == ParachuteGood)
	{

	}
	else if (pickupid == AmmoGood)
	{

	}
	else if (pickupid == HealthBad)
	{

	}
	else if (pickupid == ArmourBad)
	{

	}
	else if (pickupid == ParachuteBad)
	{

	}
	else if (pickupid == AmmoBad)
	{

	}
	return 1;
}
And errors:

Код:
C:\Documents and Settings\Cameron Banfield\Desktop\Game-Flight DM server\gamemodes\SASDM.pwn(955) : warning 235: public function lacks forward declaration (symbol "OnPlayerPickupPickup")
C:\Documents and Settings\Cameron Banfield\Desktop\Game-Flight DM server\gamemodes\SASDM.pwn(957) : error 017: undefined symbol "HealthGood"
C:\Documents and Settings\Cameron Banfield\Desktop\Game-Flight DM server\gamemodes\SASDM.pwn(40) : warning 204: symbol is assigned a value that is never used: "healthGood"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
errors from my pickup selection - by Stunterz - 10.08.2009, 16:40
Re: errors from my pickup selection - by Weirdosport - 10.08.2009, 16:42
Re: errors from my pickup selection - by Stunterz - 10.08.2009, 16:44
Re: errors from my pickup selection - by Stunterz - 10.08.2009, 16:51
Re: errors from my pickup selection - by Weirdosport - 10.08.2009, 16:52
Re: errors from my pickup selection - by Stunterz - 10.08.2009, 16:57
Re: errors from my pickup selection - by Weirdosport - 10.08.2009, 17:06
Re: errors from my pickup selection - by Stunterz - 10.08.2009, 17:14
Re: errors from my pickup selection - by Weirdosport - 10.08.2009, 17:19
Re: errors from my pickup selection - by Stunterz - 10.08.2009, 17:23

Forum Jump:


Users browsing this thread: 3 Guest(s)