Hi there ,
I want to ask you if there is a "create_thread" limit ? cz when i reach 4 "create_thread"s the game crashes , like for exemple :
| CODE |
create_thread @MAIN_1 create_thread @MAIN_40 create_thread @MAIN_55 create_thread @MAIN_13
:MAIN_1 end_thread :MAIN_40 end_thread :MAIN_55 end_thread :MAIN_13 end_thread |
Because i find these very useful for me since they allow me to execute different threads at the same time