include 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: include Errors (
/showthread.php?tid=496424)
include Errors -
DerickClark - 22.02.2014
why I get errors? from include?
pawn Код:
\Trucking Server\pawno\include\sscanf2.inc(172) : error 017: undefined symbol "SSCANF_OnGameModeInit"
Desktop\Trucking Server\pawno\include\streamer.inc(305) : error 017: undefined symbol "Streamer_OnPlayerConnect"
Desktop\Trucking Server\pawno\include\streamer.inc(325) : error 017: undefined symbol "Streamer_OnPlayerDisconnect"
Trucking Server\pawno\include\streamer.inc(391) : error 017: undefined symbol "Streamer_OnPlayerPickUpPickup"
pawno\include\streamer.inc(411) : error 017: undefined symbol "Streamer_OnPlayerEnterCP"
pawno\include\streamer.inc(431) : error 017: undefined symbol "Streamer_OnPlayerLeaveCP"
Trucking Server\pawno\include\streamer.inc(451) : error 017: undefined symbol "Streamer_OnPlayerEnterRaceCP"
pawno\include\streamer.inc(471) : error 017: undefined symbol "Streamer_OnPlayerLeaveRaceCP"
gamemodes\Trucking.pwn(293) : warning 203: symbol is never used: "SetPlayerTeamFromClass"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
8 Errors.
Re: include Errors -
Sojo12 - 22.02.2014
Are these includes latest ones?
Re: include Errors -
DerickClark - 22.02.2014
nvm, I got it.