OnPlayerPickupPickup needs to be forwarded? - 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: OnPlayerPickupPickup needs to be forwarded? (
/showthread.php?tid=78084)
OnPlayerPickupPickup needs to be forwarded? -
Abernethy - 17.05.2009
http://pastebin.com/m74215494
Okay. So I'm pretty sure it doesn't.
But.
My compiler is saying some retarded shit. Alright, I'm guessing you guys would know how to fix it.
What it is anyways is an Enter / Exit to the Alhambra Club Interior from a Home in the district of Temple which is one of my Gangs in the Game-modes HQ. If anybody can use the co-ordinates to correct this please do.
Код:
C:\Users\Madhouse\Desktop\Server\gamemodes\LSGRP.pwn(42) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: OnPlayerPickupPickup needs to be forwarded? -
JaYmE - 17.05.2009
Here you go, all fixed
http://pastebin.com/mac4d8fe
Re: OnPlayerPickupPickup needs to be forwarded? -
Abernethy - 17.05.2009
Код:
C:\Users\Madhouse\Desktop\Server\gamemodes\LSGRP.pwn(255) : warning 235: public function lacks forward declaration (symbol "OnPlayerPickupPickUp")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
It doesn't need to be forwarded?
Re: OnPlayerPickupPickup needs to be forwarded? -
Joe Staff - 17.05.2009
you got the caps wrong
OnPlayerPickUpPickup
Re: OnPlayerPickupPickup needs to be forwarded? -
Abernethy - 17.05.2009
Didn't matter. That wasn't the problem. Can anybody help?
Re: OnPlayerPickupPickup needs to be forwarded? -
Joe Staff - 17.05.2009
that does matter, pawn is case sensitive
WhatThePoop(); is different from
whatthePOOP();
Re: OnPlayerPickupPickup needs to be forwarded? -
Abernethy - 17.05.2009
Quote:
Originally Posted by SilentHuntR
that does matter, pawn is case sensitive
WhatThePoop(); is different from
whatthePOOP();
|
Yes. I get your point. I've got AddStaticPickupPickup & i still get the same error.
Re: OnPlayerPickupPickup needs to be forwarded? -
Joe Staff - 17.05.2009
warning 235: public function lacks forward declaration (symbol "OnPlayerPickupPickUp")
that's the "public OnPlayerPickupPickUp" thing, it's miss capitolized
Re: OnPlayerPickupPickup needs to be forwarded? -
JaYmE - 17.05.2009
Sorry, here you go:
http://pastebin.com/m6e377549