SA-MP Forums Archive
HELP INCLUDE FAIL - 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: HELP INCLUDE FAIL (/showthread.php?tid=589179)



HELP INCLUDE FAIL - baoqn147 - 16.09.2015

Hello !!!
I get this error and not know how to fix !!!
I changed a lot of progress but still include faulty !!!
Sorry !!! Bad English
C:\Users\Administrator\Desktop\test\samploz\pawno\ include\progress2.inc(375) : error 017: undefined symbol "ppb_OnGameModeInit"
C:\Users\Administrator\Desktop\test\samploz\pawno\ include\progress2.inc(405) : error 017: undefined symbol "ppb_OnPlayerDisconnect"
./includes/gvcmode.pwn(5105) : error 017: undefined symbol "SetCheckpoint"
./includes/gvcmode.pwn(6046) : error 017: undefined symbol "CheckWeapons"
./includes/gvcmode.pwn(7104) : error 017: undefined symbol "HideSpeedoz"
./includes/gvcmode.pwn(9229) : error 017: undefined symbol "SetPlayerFacWeapons"
./includes/gvcmode.pwn(10204) : error 017: undefined symbol "CreatePokerGUI"
./includes/gvcmode.pwn(11891) : error 017: undefined symbol "LoadStreamerStaticVehicles"
./includes/gvcmode.pwn(11893) : error 017: undefined symbol "LoadStreamerDynamicPickups"
./includes/gvcmode.pwn(11895) : error 017: undefined symbol "LoadStreamerDynamic3DTextLabels"
./includes/gvcmode.pwn(1189 : error 017: undefined symbol "LoadStreamerDynamicButtons"
./includes/gvcmode.pwn(11900) : error 017: undefined symbol "LoadStreamerDynamicObjects"
./includes/gvcmode.pwn(11905) : error 017: undefined symbol "LoadTextDraws"
./includes/gvcmode.pwn(20225) : error 017: undefined symbol "HideHungerGamesTextdraw"
./includes/gvcmode.pwn(20254) : error 017: undefined symbol "HideHungerGamesTextdraw"
./includes/gvcmode.pwn(20284) : error 017: undefined symbol "HideHungerGamesTextdraw"
./includes/gvcmode.pwn(20330) : error 017: undefined symbol "HideHungerGamesTextdraw"
./includes/gvcmode.pwn(30610) : error 017: undefined symbol "HideTradeToysGUI"
./includes/gvcmode.pwn(30623) : error 017: undefined symbol "HideTradeToysGUI"
./includes/gvcmode.pwn(30681) : error 017: undefined symbol "HideTradeToysGUI"
./includes/gvcmode.pwn(36951) : error 017: undefined symbol "ResetAimBot"
./includes/gvcmode.pwn(41151) : error 017: undefined symbol "dgw_Join"
./includes/gvcmode.pwn(41487) : error 017: undefined symbol "HienThiTuiDo"
./includes/gvcmode.pwn(41514) : error 017: undefined symbol "DeoBaLoTo"
./includes/gvcmode.pwn(50612) : error 017: undefined symbol "dgw_Quit"
./includes/gvcmode.pwn(53737) : error 017: undefined symbol "CheckPlayerDistanceToVehicle"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.


Re: HELP INCLUDE FAIL - Sh4d0w2 - 16.09.2015

you missed some bracket maybe.....show us your code first....


Re : HELP INCLUDE FAIL - KillerDVX - 16.09.2015

Did you include it ? if not add this on top : #include <IncludeName>.