13.08.2014, 03:02
You're better off using foreach, you can download it here: https://sampforum.blast.hk/showthread.php?tid=92679
Also, for your error, I mistyped Pz on the GetPlayerPos line.
Change
to
Also, for your error, I mistyped Pz on the GetPlayerPos line.
Change
pawn Код:
GetPlayerPos(playerid, pX, pY, Pz);
pawn Код:
GetPlayerPos(playerid, pX, pY, pZ);