Some things not working right.
#4

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.
Reply


Messages In This Thread
Some things not working right. - by LegendOfScripts - 11.03.2015, 22:54
Re: Some things not working right. - by Vince - 11.03.2015, 23:03
Re: Some things not working right. - by LegendOfScripts - 11.03.2015, 23:12
Re : Some things not working right. - by Golimad - 12.03.2015, 00:40

Forum Jump:


Users browsing this thread: 1 Guest(s)