04.06.2016, 21:02
Try to remove some of the code or code in parts and see if the OnGameModeInit is being executed till the end.
example:
If till the end is being printed, there is some other fault.
example:
pawn Код:
public OnGameModeInit()
{
// code part 1
// code part 2
print("Till the end.");
}