#2

You shouuld have used < not >
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(newstate == PLAYER_STATE_PASSENGER )
    {
        if(GetPlayerCash(i) < TransportCost[i])
        {
            RemovePlayerFromVehicle(i);
        }
    }
}
ADD:Not sure why you used the loop, i just gave you the fix.
Reply


Messages In This Thread
Taxi - by Akcent_Voltaj - 04.04.2013, 11:44
Re: Taxi - by DaRk_RaiN - 04.04.2013, 12:32
Re: Taxi - by Faisal_khan - 04.04.2013, 12:33
Re: Taxi - by thefatshizms - 04.04.2013, 12:39
Re: Taxi - by Akcent_Voltaj - 04.04.2013, 13:57
Re: Taxi - by Faisal_khan - 04.04.2013, 16:25

Forum Jump:


Users browsing this thread: 2 Guest(s)