-
Notifications
You must be signed in to change notification settings - Fork 11
Inits
Joko edited this page Apr 27, 2016
·
3 revisions
-1. preStart (server Only)
0. preInit (server Only)
2. fnc_init (Every Client)
3. fnc_serverInit (Only Server)
4. fnc_clientInit (EveryClient With Interface)
5. fnc_hcInit (Every Client without Interface)
--------- New Frame
6. First PFH Frame
7. PostInit
--------- New Frame (maybe more depence on how big the Queue is and how big the Trafic is)
8. JIP Queue
9. missionStarted Event (depents on PC Speed how long this take)
Remeber that the init and Post Init get Executed on the server Earlyer than on a Client!