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

