Infistar Problem With Overpoch

For some reason all of a sudden with out a restart or anything my infistar has stopped spawning in vehicles on our overpoch server.

My admins report that they have tested and said that the vehicles in white will spawn in on the vehicle spawn list but not the red ones.

For instance I tried the AV82B this is what I got in the RPT :
Code:
22:12:45 "infiSTAR.de PVAH_AdminReqLog: [0,B 1-1-K:1 ([PIRATE]NateDaBeast) REMOTE,"AV8B",[12354.8,12828.3,0]]"
22:12:45 Cannot create entity with abstract type AV8B (scope = private?)
22:12:45 Cannot create non-ai vehicle AV8B,
22:12:45 "infiSTAR.de PVAH_WriteLog: [B 1-1-K:1 ([PIRATE]NateDaBeast) REMOTE,"[PIRATE]NateDaBeast (36779526) spawned AV8B at 123025"]"
22:13:04 "AIRRAID: SIREN: [12073.9,12724.3,1.5] | TARGET: [12073.9,12724.3,1.5] | SHOULD MATCH APPROX"
22:13:16 "infiSTAR.de PVAH_AdminReqLog: [0,B 1-1-K:1 ([PIRATE]NateDaBeast) REMOTE,"AV8B",[12353.7,12817.7,0]]"
22:13:16 Cannot create entity with abstract type AV8B (scope = private?)
22:13:16 Cannot create non-ai vehicle AV8B,
22:13:16 "infiSTAR.de PVAH_WriteLog: [B 1-1-K:1 ([PIRATE]NateDaBeast) REMOTE,"[PIRATE]NateDaBeast (36779526) spawned AV8B at 123025"]"
22:13:17 "get: STRING (76512198), sent: STRING (76512198)"

The vehicles were working at one point too , So what could the problem be ?

thanks !
 
I think that infiSTAR actually said something in his changelog about this

Aha he did!
vehicles that are not in AllowedVehicles will now be shown in red color
So in the AHConfig.sqf there is a part that says
Code:
/*  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"
Note if you see the AV8B2 is in there so try removing it from there and try spawning it in then
 
Back
Top