#1

i made a cmd..so if the player that enters taxi doesent have enough money to remove him from vehicle..i dosent work..can you help?i dont even know where to put it..

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(newstate == PLAYER_STATE_PASSENGER )
    {
        if(GetPlayerCash(i) > TransportCost[i])
        {
            RemovePlayerFromVehicle(i);
        }
    }
}
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: 1 Guest(s)