18.10.2015, 09:53
Quote:
|
They seem pretty fine (on their own, need more code to be finished) to me, but maybe default compiler doesn't support 3D-4D arrays so thats why it crashes ? (Not sure) check around and try using sth like Test[playerid][18] to see if it fixes the problem
a couple suggestions, you are checking if something exists but doing nothing, you should use braces after if or remove the if. another suggestion is always have your stocks end in a return so compiler won't give you a warning. And doesn't INI systems have an open file function ? you are just writing something without opening/closing any files which makes no sense to me. |
About the open file function , im opening the files at stock 2 , thanks for the suggestions though.I will try something else

