30.10.2017, 14:33
This is why the index would always be 0:
Instead do:
Also for the line snap, you can just check if rFish is 0 (or the index if you add more line snaps) instead of comparing the string.
pawn Код:
new rFish = random(sizeof(rFish));
pawn Код:
new rFish = random(sizeof(FishName));