12.09.2012, 07:03
Debug your code like the following
This will show you the exact point where the code is stopping. Post your LoadProperty code too so we can see if that's the issue.
pawn Код:
print("1");
//code here
print("2");
//code here
//etc...