Indirection_OnGameModeInit - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: General (https://forum.open.mp/forumdisplay.php?fid=19) --- Forum: Programming (https://forum.open.mp/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"? |