"You are not in a delivery vehicle!"
#1

When I enter the checkpoint, why does it say "You are not in a delivery vehicle" even when I am?

pawn Код:
if(!IsPlayerInVehicle(playerid, 515)) return SendClientMessage(playerid, GREY, "You are not in a delivery vehicle!");
    else if(IsPlayerInCheckpoint(playerid))
    {
        if(Removalist[playerid] == 1)
        DisablePlayerCheckpoint(playerid);
        SendClientMessage(playerid, ORANGE, "You have delivered the goods and received $500!");
        GivePlayerMoney(playerid, 500);
        Removalist[playerid] = 0;
    }
    return 1;
}
Reply


Messages In This Thread
"You are not in a delivery vehicle!" - by Josh_Main - 02.10.2014, 13:55
Re: "You are not in a delivery vehicle!" - by PabloAguado - 02.10.2014, 14:06
Re: "You are not in a delivery vehicle!" - by Josh_Main - 02.10.2014, 14:09
Re: "You are not in a delivery vehicle!" - by dusk - 02.10.2014, 14:15

Forum Jump:


Users browsing this thread: 1 Guest(s)