im not near all the time
#2

You made an exact opposite...
pawn Код:
if(PlayersDistance(playerid, id) > 5)
Distance is GREATER than 5.

pawn Код:
else if(PlayersDistance(playerid, id) < 5)
        {
            new string3[128];
            format(string3, sizeof(string3), "You are not close enough to %s", PlayerName(id));
            SendClientMessage(playerid, -1, string3);
            return 1;
        }
Distance is smaller than 5.
Reply


Messages In This Thread
im not near all the time - by thefatshizms - 21.07.2012, 16:08
Re: im not near all the time - by [XST]O_x - 21.07.2012, 16:18

Forum Jump:


Users browsing this thread: 2 Guest(s)