26.10.2010, 00:41
Like this:
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");
}

