pawn Код:
if(newstate == 2)
{
new aracid = GetPlayerVehicleID(playerid);
if(AracBilgi[aracid][AracTip] == ARAC_FACTION && PlayerInfo[playerid][pFaction] != AracBilgi[aracid][AracFaction]) // verify..
{
SendErrorMessage(playerid,"You don't have a keys.");
RemovePlayerFromVehicle(playerid);
}
return 0x01;
}
Organize your codes.