Originally posted by phoenix12
I stared MAKING my own gsc, it was working flawlessly(testing it over and over as I went on)but now when I inject it, it freezes on the loading screen. What are the fixes for this or the possible causes????
Pre-Load Possible causes include:
1: References to non existing functions
2: Adding too many parameters for a function's definition
3: Incomplete file headers or incorrect callstacks (not your fault, but highly unlikely)
4: Exceeding the maximum string reference count (Dont use the same variable name more than 255 times)
5: Exceeding the canonical string table limit (You used too many variable names / strings)
6: Failing to call a function on the required type of entity/structure
7: Referencing a non existing GSC Structure as an include
There are a few more, but they do not apply to this situation.
If you make it past the awaiting challenge part, you have a post-load issue with your script. This could be almost anything, but normally stems from undefined references.