01.03.2011, 23:33
Shouldn't
be
pawn Код:
if(x && y && z == PosX[playerid] && PosY[playerid] && PosZ[playerid])
pawn Код:
if((x == PosX[playerid]) && (y == PosY[playerid]) && (z == PosZ[playerid]))