Car Thing
#9

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER)
    {
        new vid = GetPlayerVehicleID(playerid);
        if(vid == DONOR[1] || if(IsPlayerVipMember(playerid));
        {
            RemovePlayerFromVehicle(playerid);
            SendClientMessage(playerid, COLOUR_BRED, "This is a DONOR vehicle!");
            return 1;
        }
    }
    return 0;
}
Reply


Messages In This Thread
Car Thing - by TheNotorius - 08.02.2011, 04:44
Re: Car Thing - by Haydz - 08.02.2011, 10:15
Re: Car Thing - by TheNotorius - 08.02.2011, 10:40
Re: Car Thing - by jaydon - 08.02.2011, 10:47
Re: Car Thing - by TheNotorius - 08.02.2011, 10:50
Re: Car Thing - by TheNotorius - 08.02.2011, 23:48
Re: Car Thing - by SaW_[VrTx] - 08.02.2011, 23:58
Re: Car Thing - by TheNotorius - 09.02.2011, 05:03
Re: Car Thing - by ricardo178 - 09.02.2011, 06:41
Re: Car Thing - by SaW_[VrTx] - 09.02.2011, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)