Quote:
Originally Posted by ZaltysZ
Flashman,
OnTickGame() is called 30 times in second and every second, so your script 30 times in second schedules a mission loading, and repeats that endlessly. You are abusing your computer
Put this into Init(), not in OnTickGame().
|
Hi Zaltys,
Thanks for your help, however please excuse my ignorance. I have tried putting Init() in carious places but I can't work it out. ANy chance you can edit my previous file and put it in the correct place so I can see how it should work? I really have no idea what im doing......
Thanks