not working :x
#1

why isnt this working?
pawn Код:
public nearpos(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid,20.0,-2034.8167,-85.6803,35.5156))
    {
        if(IsPlayerInAnyVehicle(playerid) != 571)
        {
            RemovePlayerFromVehicle(playerid);
            SendClientMessage(playerid,orange,"You cant be near kart circuit here with a vehicle");
        }
    }
    return 1;
}
if im on foot it says
You cant be near kart circuit here with a vehicle
why?
Reply


Messages In This Thread
not working :x - by MestreKiller - 20.12.2010, 15:00
Re: not working :x - by Alex_Valde - 20.12.2010, 15:14
Re: not working :x - by Benjo - 20.12.2010, 15:16

Forum Jump:


Users browsing this thread: 1 Guest(s)