[quest] Main()
#1

Is called before

Main or OnGameModeInit ?
Reply
#2

Main.
Reply
#3

main() is called when the script is loaded.
Reply
#4

What about testing ?
pawn Код:
main()
{
printf("MAIN INITIATED");
}

public OnGameModeInit()
{
        printf("ONGAMEMODEINIT INITIATED");
    return 1;
}
Reply
#5

main() is called when the script is loaded.
Reply
#6

Okay. You said that already. Now I also have the proof.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)