Unknown command?
#10

for(new h = 0; h < MAX_OWNABLE_HOUSES+1;h++)
If you have your: new HouseInfo[MAX_OWNABLE_HOUSES][e_HouseInfo] like that. The above code would give the array out of index error when getting to last loop, so I suspect that's the issue.
Solution:
for(new h = 0; h < MAX_OWNABLE_HOUSES;h++)
Reply


Messages In This Thread
Unknown command? - by LegendOfScripts - 12.03.2015, 12:06
Re: Unknown command? - by Misiur - 12.03.2015, 12:28
Re: Unknown command? - by LegendOfScripts - 12.03.2015, 12:47
Re: Unknown command? - by Misiur - 12.03.2015, 13:15
Re: Unknown command? - by LegendOfScripts - 12.03.2015, 14:34
Re: Unknown command? - by Misiur - 12.03.2015, 14:43
Re: Unknown command? - by LegendOfScripts - 12.03.2015, 15:05
Re: Unknown command? - by Misiur - 12.03.2015, 15:11
Re: Unknown command? - by LegendOfScripts - 12.03.2015, 18:46
Re: Unknown command? - by oliverrud - 12.03.2015, 18:52

Forum Jump:


Users browsing this thread: 1 Guest(s)