17.12.2010, 13:07
If other scripts work than its scriptbase (only to clarify that)
And than we know that main doesnt got executed because there is no text about the gamemode
Than it must be before the prints in main which mostly is nothing or in OnGameModeInit which gets executed before main
just add in each line of OnGameModeInit
than run the mode again and post the line after the last "Test"
And than we know that main doesnt got executed because there is no text about the gamemode
Than it must be before the prints in main which mostly is nothing or in OnGameModeInit which gets executed before main
just add in each line of OnGameModeInit
pawn Код:
print("Test");