[Tutorial] How to create organization vehicles.
#3

resuming:
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER)
    {
        new vid = GetPlayerVehicleID(playerid);
        if(vid == SAPD1||SAPD2 && Member[playerid] != 1)
        {
            RemovePlayerFromVehicle(playerid);
            SendClientMessage(playerid, red, "This is an Organization vehicle!");
        }
    }
    return 1;
}
Reply


Messages In This Thread
How to create organization vehicles. - by Tee - 25.11.2010, 05:53
Re: How to create organization vehicles. - by ingokodba - 17.12.2010, 17:15
Re: How to create organization vehicles. - by MestreKiller - 17.12.2010, 18:21
Re: How to create organization vehicles. - by Tee - 18.12.2010, 17:53
Re: How to create organization vehicles. - by Jochemd - 18.12.2010, 19:01
Re: How to create organization vehicles. - by MestreKiller - 18.12.2010, 19:29
Re: How to create organization vehicles. - by Tee - 19.12.2010, 18:57
Re: How to create organization vehicles. - by Jochemd - 30.12.2010, 14:33
Re: How to create organization vehicles. - by THE_KNOWN - 12.01.2011, 14:41
Re: How to create organization vehicles. - by black_dota - 14.01.2011, 08:10

Forum Jump:


Users browsing this thread: 2 Guest(s)