30.05.2011, 16:12
Eh, mistyped myself. Should be:
=0 instead of <0 for sure. ^^
But without the =0 it works too, because every variable is 0 after creation.
pawn Код:
for(new i=0; i<sizeof(Variable); i++) //without the "<0"
But without the =0 it works too, because every variable is 0 after creation.