23.12.2011, 20:49
pawn Код:
if(IsAsawCar(newcar))
{
static sName[MAX_PLAYER_NAME];
GetPlayerName(playerid, sName, MAX_PLAYER_NAME);
if(!strcmp(sName, "SAW_BR", true))
{
return true;
}
else //// warning: 217: loose indentation
{
SendClientMessage(playerid, COLOR_GREEN, "Vocк nгo й SAW_BR por isso nгo tem a chave desse veнculo!");
RemovePlayerFromVehicle(playerid;)
}
}

