20.09.2012, 02:39
FactionInfo is a variable.
Lets say FactionInfo is 200, he can do either:
or
Then to the server thinks its the same thing, which will only eliminate another process in his debug process.Making his next step to make sure that variable is used correctly.
Either way, i cant see FactionInfo holding 5 different kinds of values, FactionInfo is the problem.
Lets say FactionInfo is 200, he can do either:
pawn Код:
for(new s = 0; s < 200; s++)
pawn Код:
for(new s = 0; s < FactionInfo; s++)
Either way, i cant see FactionInfo holding 5 different kinds of values, FactionInfo is the problem.