13.09.2014, 09:20
Hello am trying to half a script so i have less lines etc, if see what am on about on the code below.
Okay so am making #include "./includes/OnPlayerText" put when i add all my onplayertext commands its coming up with errors.
errors.
i just made a blank pwn and put all of my commands inside it.
by the way this happens when i recompile my main gamemode not the other pwn.
Okay so am making #include "./includes/OnPlayerText" put when i add all my onplayertext commands its coming up with errors.
Код:
// Custom Includes #include "./includes/defines.pwn" #include "./includes/forwards.pwn" #include "./includes/OnGameModeInit.pwn" #include "./includes/OnPlayerText.pwn"
Код:
./includes/OnGameModeInit.pwn(28) : error 017: undefined symbol "Gas" ./includes/OnGameModeInit.pwn(41) : error 017: undefined symbol "ghour" ./includes/OnGameModeInit.pwn(42) : error 017: undefined symbol "ghour" ./includes/OnGameModeInit.pwn(43) : error 017: undefined symbol "ghour" ./includes/OnGameModeInit.pwn(44) : error 017: undefined symbol "realtime" ./includes/OnGameModeInit.pwn(46) : error 017: undefined symbol "wtime" ./includes/OnGameModeInit.pwn(48) : error 017: undefined symbol "realtime" ./includes/OnGameModeInit.pwn(55) : error 017: undefined symbol "shifthour" ./includes/OnGameModeInit.pwn(59) : error 017: undefined symbol "News" ./includes/OnGameModeInit.pwn(59) : error 017: undefined symbol "News" ./includes/OnGameModeInit.pwn(59) : error 017: undefined symbol "News" ./includes/OnGameModeInit.pwn(59) : fatal error 107: too many error messages on one line
by the way this happens when i recompile my main gamemode not the other pwn.