03.11.2012, 18:18
'i' is not a random integer. You have to define it first (as the error says).
should work. Put that above.
You can change the 128 to set the max number it'll randomize to.
pawn Код:
new i = random(128);
You can change the 128 to set the max number it'll randomize to.