18.01.2014, 18:17
Your foreach statement should be written like so I believe:
Actually, never mind. You can write it both ways. You can find the include here if you need it:
https://sampforum.blast.hk/showthread.php?tid=92679
pawn Код:
foreach(Player, j) {
if(IsPlayerInRangeOfPoint(j, 30, X, Y, Z) && IsACop(j)) {
copinrange = 1;
}
}
https://sampforum.blast.hk/showthread.php?tid=92679