15.07.2009, 15:10
I get this warning i don't know how to fix it, do you guys?
it says line "3281" heres that line
(This code is at the very bottom of my script, if that matters)
Код:
(3281) : warning 235: public function lacks forward declaration (symbol "OnPlayerPickupPickup")
Код:
public OnPlayerPickupPickup(playerid, pickupid) { if (pickupid == Mypickup) // pickup in the bank { SendClientMessage(playerid, COLOR_WHITE, "Type /bankcmds for bank commands"); } return 1; }