1 warning help please
#1

I get this warning i don't know how to fix it, do you guys?

Код:
(3281) : warning 235: public function lacks forward declaration (symbol "OnPlayerPickupPickup")
it says line "3281" heres that line

Код:
public OnPlayerPickupPickup(playerid, pickupid)
{
	if (pickupid == Mypickup) // pickup in the bank
	{
 		SendClientMessage(playerid, COLOR_WHITE, "Type /bankcmds for bank commands");
	}
	return 1;
}
(This code is at the very bottom of my script, if that matters)


Reply


Messages In This Thread
1 warning help please - by killdahobo99 - 15.07.2009, 15:10
Re: 1 warning help please - by dice7 - 15.07.2009, 15:12
Re: 1 warning help please - by killdahobo99 - 15.07.2009, 15:21

Forum Jump:


Users browsing this thread: 1 Guest(s)