Код:
if(newstate == 2)
{
for(new s = 0; s < sizeof(FactionAracBilgi); s++)
{
new Ara = GetPlayerVehicleID(playerid);
if(Ara != DFAracSpawn[s])
{
if(PlayerInfo[playerid][pFaction] == FactionAracBilgi[s][dFAracFaction]) return SendClientMessage(playerid,0xFFFFFF,"Bu aracın anahtarları sende yok.") && RemovePlayerFromVehicle(playerid);
}}}