27.12.2012, 12:01
under OnPlayerEnterVehicle check if they got the right skinid.
EDITED
and stop with the
i came here to help because i want to not because of ur rep ;X
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;
}
and stop with the
Quote:
will rep if someone helps |