Command bug
#2

The problem is probably here:
pawn Код:
for(new s = 0; s <= sizeof(GateInfo); s++)
It should be like this:
pawn Код:
for(new s = 0; s < sizeof(GateInfo); s++)
Because max available array index is sizeof(GateInfo)-1
Reply


Messages In This Thread
Command bug - by HellviRus - 24.12.2011, 19:35
Re: Command bug - by Norck - 24.12.2011, 20:35
Re: Command bug - by HellviRus - 25.12.2011, 06:38
Re: Command bug - by Buzzbomb - 25.12.2011, 06:44
Re: Command bug - by HellviRus - 25.12.2011, 06:52
Re: Command bug - by Buzzbomb - 25.12.2011, 07:00
Re: Command bug - by HellviRus - 25.12.2011, 07:15
Re: Command bug - by Buzzbomb - 25.12.2011, 07:24
Re: Command bug - by HellviRus - 25.12.2011, 07:27
Re: Command bug - by Buzzbomb - 25.12.2011, 07:29

Forum Jump:


Users browsing this thread: 1 Guest(s)