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
#2

It's spelled OnPlayerPickUpPickup
Reply
#3

Quote:
Originally Posted by dice7
It's spelled OnPlayerPickUpPickup
Thank you it worked!!!!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)