03.09.2017, 10:37
For example
If I define the function later on, I get undefined symbol error, I remember this shouldn't occur, but it does, any help?
PHP код:
public OnGameModeInit()
{
function();
}
function()
{
}