|
Indirection_OnGameModeInit - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: General (https://www.burgershot.gg/forumdisplay.php?fid=19) +--- Forum: Programming (https://www.burgershot.gg/forumdisplay.php?fid=56) +--- Thread: Indirection_OnGameModeInit (/showthread.php?tid=982) |
Indirection_OnGameModeInit - offr0ad - 2020-02-04 After long time I started working with my gamemode and tried to compile my gamemode "sampctl package build". After that it updated dependencies and indirection.inc was added, but it gives ...dependencies\indirection\indirection.inc:940 (error) undefined symbol "Indirection_OnGameModeInit". What may cause the problem and how should it be fixed? RE: Indirection_OnGameModeInit - Y_Less - 2020-04-18 Do you have an extra "forward" somewhere in your code for "OnGameModeInit"? |