12.03.2015, 00:40
Quick tip : for(new h = 0; h < MAX_OWNABLE_HOUSES+1;h++)
can be : for(new h = 0; h <= MAX_OWNABLE_HOUSES;h++)
"Unknown command" text occurs when a command has some error that the compiler doesn't detect or when a you return 0;
Add Crashtest plugin / include to see what happens.
can be : for(new h = 0; h <= MAX_OWNABLE_HOUSES;h++)
"Unknown command" text occurs when a command has some error that the compiler doesn't detect or when a you return 0;
Add Crashtest plugin / include to see what happens.