SA-MP Forums Archive
Errors!! - 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)
+--- Thread: Errors!! (/showthread.php?tid=332263)



Errors!! - Jermi - 07.04.2012

Hello, Look at this please:

Quote:

J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(1247) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(1385) : error 017: undefined symbol "RemoveBuildingForPlayer"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(138 : error 017: undefined symbol "RemoveBuildingForPlayer"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(1391) : error 017: undefined symbol "RemoveBuildingForPlayer"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(1392) : error 017: undefined symbol "RemoveBuildingForPlayer"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(2166) : warning 235: public function lacks forward declaration (symbol "OnQueryError")
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(2511) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(2521) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(2627) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(7464) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(10395) : error 017: undefined symbol "Get2DPosZone"
J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(16210) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

11 Errors.

So, i updated Streamer and sscanf again (i am using Windows not Linux) So What is the problem?


Re: Errors!! - Kindred - 07.04.2012

Update all the default sa-mp plugins, as it seems that the new functions and such are not in them.

Код:
This forum requires that you wait 120 seconds between posts. Please try again in 63 seconds.
EDIT: Because 0.3d has RemoveBuildingForPlayer as-well as the new Dialog_Style_Password.


Re: Errors!! - Jermi - 07.04.2012

Hmm , That is not the Plugins problem?


Re: Errors!! - Kindred - 07.04.2012

Shouldn't be, just update your includes (all the default ones, atleast).

That should fix it, if it doesn't, simply say so.


Re: Errors!! - Jermi - 07.04.2012

Ok...


Re: Errors!! - Jermi - 07.04.2012

Still not working i updated some of them, it is in the .pwn


Re: Errors!! - Kindred - 07.04.2012

You only updated some? Update all the default sa-mp includes.

Although that didn't work, I don't know what to tell you.


Re: Errors!! - Jermi - 07.04.2012

nvm, what is that?

Quote:

J:\West Side Roleplay V10.0\gamemodes\vx-rp.pwn(10382) : error 004: function "Get2DPosZone" is not implemented
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

i did that in the top in my script

forward Get2DPosZone();

Here is the linl: Get2DPosZone(spikeVariables[i][sPos][0], spikeVariables[i][sPos][1], sZone, MAX_ZONE_NAME); // Edited a_zones function (GET INCLUDE FROM SVN!!1)


Re: Errors!! - Kindred - 07.04.2012

Never seen that error before, but if not correct, it goes with a_zones.

Maybe that include doesn't have that function in the include, as it might need updated or something.


Re: Errors!! - Jermi - 07.04.2012

yes, the a_zones, Thanks anymore