Question: Which callback is being FIRST executed??
#1

I'm wondering what callback is first launching when I start server?
Is it OnGameModeInit()
I'm 99% sure that main() is being executed last??
Thanks :_)
Reply
#2

Quote:
Originally Posted by ******
View Post
Test it?
I think its OnGameModeInit, i'm not sureee xDDD
Reply
#3

The main function, used once when the server loads.

Code:
main( ){ }
callback gets called when the server initializes the gamemode.

Code:
public OnGameModeInit()
Reply
#4

I didn't meant only these two but whole library but thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)