Amx Backtrace Problem
#1

hi
when i start the server , i recieve some errors .
i put -d3 in pawn.cfg and compile my gamemode then i start the server again , and recieve this errors :



and this is error lines :
line 47342 :

line 16395 :

<3
Reply
#2

for(new i=0 ;i<housess;i++)
also i don't see the point of the update function being public.
Reply
#3

Quote:
Originally Posted by SyS
Посмотреть сообщение
for(new i=0 ;i<housess;i++)
also i don't see the point of the update function being public.
does'nt work bro
what i must to do ?
Reply
#4

+ be up
Reply
#5

Btw, as @SyS mentioned, you need to change the for loop checking condition, to just < not <=.

That's the one causing the index error.
Reply
#6

Quote:
Originally Posted by SyS
Посмотреть сообщение
for(new i=0 ;i<housess;i++)
Also remove

Код HTML:
new h = i - 1;
from loops.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)