30.01.2015, 14:08
Код HTML:
stock www() { } public OnGameModeInit() { www(); // 151 line return 1; }
Код HTML:
undefined symbol "www" // 151 line
stock www() { } public OnGameModeInit() { www(); // 151 line return 1; }
undefined symbol "www" // 151 line
1) Are you sure that is all your code?
2) What is the line number of the error? 3) If you are calling the function, why is it "stock"? |
1) The problem is that the tiny snippet you posted is fine, so the error is obviously not there but caused by some other code you haven't posted. If you don't know where the problem IS, you can't assume you know where the problem ISN'T.
2) See 1. 3) Nothing. |