21.09.2018, 14:21
Quote:
|
Could you post the related code? Otherwise we have to guess what could be the cause
![]() |

Код:
for(new i=0; i < MAX_PLAYERS; i++){
new Float:xp, Float: yp, Float: zp;
GetPlayerPos(playerid, xp, yp, zp);
for(new iz = 0; iz < WaveZombies; iz++){
if(FCNPC_IsValid(Zombies[iz])){
if(IsPlayerInRangeOfPoint(Zombies[iz], 10, xp, yp, zp)){
FCNPC_GoToPlayer(Zombies[iz], playerid, FCNPC_MOVE_TYPE_RUN, FCNPC_MOVE_SPEED_RUN, false, 0.0, true, 0.0, 1.5, 250);


