11.10.2013, 12:41
What i can suggest is
and make it when player enters DM arena Allowed = 0 and when he Exits Allowed = 1
pawn Код:
new Allowed[MAX_PLAYERS];
public VRepair(playerid)
{
if(IsPlayerInAnyVehicle(playerid) && Allowed == 1) RepairVehicle(GetPlayerVehicleID(playerid));
return 1;
}

