SA-MP Forums Archive
OPA.inc/fixes.inc Undefined Symbols - 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: OPA.inc/fixes.inc Undefined Symbols (/showthread.php?tid=544447)



OPA.inc/fixes.inc Undefined Symbols - RustyXD - 01.11.2014

Код:
C:\Users\\Desktop\CNRSF\pawno\include\required/fixes.inc(1875) : error 017: undefined symbol "FIXES_OnGameModeInit"
C:\Users\\Desktop\CNRSF\pawno\include\required/fixes.inc(1907) : error 017: undefined symbol "FIXES_OnGameModeExit"
C:\Users\\Desktop\CNRSF\pawno\include\required/fixes.inc(1939) : error 017: undefined symbol "FIXES_OnFilterScriptExit"
C:\Users\\Desktop\CNRSF\pawno\include\required/fixes.inc(2217) : error 017: undefined symbol "FIXES_OnPlayerDisconnect"
C:\Users\\Desktop\CNRSF\pawno\include\required/fixes.inc(3098) : error 017: undefined symbol "FIXES_OnPlayerInteriorChange"
C:\Users\\Desktop\CNRSF\pawno\include\required/fixes.inc(3132) : error 017: undefined symbol "FIXES_OnPlayerEnterVehicle"
C:\Users\\Desktop\CNRSF\pawno\include\required/fixes.inc(3173) : error 017: undefined symbol "FIXES_OnPlayerExitVehicle"
C:\Users\\Desktop\CNRSF\pawno\include\required/fixes.inc(4465) : error 017: undefined symbol "FIXES_OnPlayerClickMap"
C:\Users\\Desktop\CNRSF\pawno\include\required/OPA.inc(26) : error 017: undefined symbol "AB_OnPlayerConnect"
C:\Users\\Desktop\CNRSF\pawno\include\required/OPA.inc(36) : error 017: undefined symbol "AB_OnPlayerSpawn"
C:\Users\\Desktop\CNRSF\pawno\include\required/OPA.inc(46) : error 017: undefined symbol "AB_OnPlayerDeath"
C:\Users\\Desktop\CNRSF\pawno\include\required/OPA.inc(56) : error 017: undefined symbol "AB_OnPlayerStateChange"
C:\Users\\Desktop\CNRSF\pawno\include\required/OPA.inc(66) : error 017: undefined symbol "AB_OnPlayerUpdate"
Not sure what's going on, everything is defined correctly. And I'm still getting these errors, only through OPA/Fixed.inc.


Re: OPA.inc/fixes.inc Undefined Symbols - RustyXD - 01.11.2014

Bump ^