loading with Y_INI
#2

First thing i managed to find was:

pawn Код:
for(new i = 1; i < MAX_HOUSES; i++)
The loop is counting from 1 > up. Try:


pawn Код:
for(new i = 0; i < MAX_HOUSES; i++)
And see what happens.
Reply


Messages In This Thread
loading with Y_INI - by cosbraa - 26.11.2012, 07:33
Re: loading with Y_INI - by Frant1kz - 26.11.2012, 08:02
Re: loading with Y_INI - by cosbraa - 26.11.2012, 08:07
Re: loading with Y_INI - by cosbraa - 26.11.2012, 16:26
Re: loading with Y_INI - by cosbraa - 27.11.2012, 02:11
Re: loading with Y_INI - by cosbraa - 28.11.2012, 04:07
Re: loading with Y_INI - by Glad2BeHere - 28.11.2012, 16:40
Re: loading with Y_INI - by cosbraa - 29.11.2012, 06:04

Forum Jump:


Users browsing this thread: 2 Guest(s)