Jump to content
  • 0

Server delet vehicle


DimitriPokki

Question

6 answers to this question

Recommended Posts

  • 0

set vehicle white list to false in AH

/*  Vehicle WHITELIST     */ _UVW = false; /* true or false */ /* recommended: false */ /* if false - _ALLOWED_Vehicles won't not be used */

 

AH1Z is not allowed by defualt

 

/*  FORBIDDEN Vehicles    */ _FORBIDDEN_Vehicles =

[
"A10","AH1Z","AH64D","T90","F35B","AV8B2","UH1Y","Mi24_V",
"Mi24_P","Mi24_D","KA52","KA52Black","SU39","Su25_CDF","SU25_Ins",
"A10_US_EP1","AH64D_EP1","M1A1","M1A1_TUSK_MG","T72","T72_INS","T72_RU",
"T72_CDF","T72_Gue","BMP3","MLRS","T34","2S6M_Tunguska"
];
Link to comment
Share on other sites

  • 0
/*  Use vehicle check?    */ _UVC =  true; /* true or false */ /* recommended: false */ /* using _ALLOWED_Vehicles and _FORBIDDEN_Vehicles lists */
/*  Vehicle WHITELIST     */ _UVW = false; /* true or false */ /* recommended: false */ /* if false - _ALLOWED_Vehicles won't not be used */
/*  Vehicle Tradercheck   */ _VTC = false; /* true or false */ /* recommended:  true */ /* checks if a player is near a trader when 'purchasing' a vehicle */
/*  Vehicle ValidId ?     */ _UIC = false; /* true or false */ /* recommended:  true */ /* checks if ids on a vehicle are valid or not */
/* ********************************************************************************* */
/*  If _UVC = true; and _UVW = true; this check will start and delete all vehicles that are not in _ALLOWED_Vehicles  */
/*  ALLOWED  Vehicles     */ _ALLOWED_Vehicles = ["ALL IF _UVW = false","Tractor","Policecar"];
/* ********************************************************************************* */
/*  If _UVC = true; this check will start and delete all vehicles that are in _FORBIDDEN_Vehicles  */
/*  FORBIDDEN Vehicles    */ _FORBIDDEN_Vehicles =
[
"A10","AH1Z","AH64D","T90","F35B","AV8B2","UH1Y","Mi24_V",
"Mi24_P","Mi24_D","KA52","KA52Black","SU39","Su25_CDF","SU25_Ins",
"A10_US_EP1","AH64D_EP1","M1A1","M1A1_TUSK_MG","T72","T72_INS","T72_RU",
"T72_CDF","T72_Gue","BMP3","MLRS","T34","2S6M_Tunguska"
];

New log delet DELETED Vehicle with Invalid ID(0): UralCivil @128097
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...