SA-MP Forums Archive
1 warning help please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 1 warning help please (/showthread.php?tid=86649)



1 warning help please - killdahobo99 - 15.07.2009

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)





Re: 1 warning help please - dice7 - 15.07.2009

It's spelled OnPlayerPickUpPickup


Re: 1 warning help please - killdahobo99 - 15.07.2009

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