#3

under OnPlayerEnterVehicle check if they got the right skinid.
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(GetPlayerSkin(playerid)==/*the id of the skin*/ && GetVehicleModel(vehicleid) == 420)
        {
            //do what ever
        }else{
            ClearAnimations(playerid);
            SendClientMessage(playerid,-1,"You need to be a taxi driver");
        }
return 1;
}
EDITED

and stop with the
Quote:

will rep if someone helps

i came here to help because i want to not because of ur rep ;X
Reply


Messages In This Thread
Taxi - by WiseRice - 27.12.2012, 11:51
Re: Taxi - by Laure - 27.12.2012, 11:59
Re: Taxi - by park4bmx - 27.12.2012, 12:01
Re: Taxi - by WiseRice - 27.12.2012, 12:13
Re: Taxi - by park4bmx - 27.12.2012, 12:17
Re: Taxi - by WiseRice - 27.12.2012, 12:18
Re: Taxi - by park4bmx - 27.12.2012, 12:20
Re: Taxi - by WiseRice - 27.12.2012, 12:26
Re: Taxi - by WiseRice - 27.12.2012, 12:32
Re: Taxi - by Laure - 27.12.2012, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)