pawn Код:
if(model == restrictedmodel && Teamvariable == theteamtorestrictto)
{
SendClientMessage(playerid, COLOR, "Go bust some ass !!!");
}
else
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, COLOR, "This vehicle is restricted to theteamtorestrictto");
}