SERVER IS KILLING ME AND DELETING MY ADDED VEHICLES

sk827015

Member
Hello , i added vehicles via

Code:
[] ExecVM "VEHICLES\servercars.sqf"; // all the normal vehicles 760
[] ExecVM "VEHICLES\120vehiclesserver.sqf"; // 120 vehicles including more air and AN2 vehicles

and if i come near them they get deleted and if i get into them very fast before the server deletes them i die...

do i have to add every vehicle to SafeObjects ??

Code:
check_publishobject = {
    private ["_allowed","_allowedObjects","_object","_playername"];
 
    _object = _this select 0;
    _playername = _this select 1;
    _allowedObjects = ["TentStorage", "Hedgehog_DZ", "Sandbag1_DZ", "BearTrap_DZ", "Wire_cat1", "StashSmall", "StashMedium", "DomeTentStorage", "CamoNet_DZ", "Trap_Cans", "TrapTripwireFlare", "TrapBearTrapSmoke", "TrapTripwireGrenade", "TrapTripwireSmoke", "TrapBearTrapFlare"];
    _allowed = false;

there?

"Deleting object S1203_TK_CIV_EP1 with invalid ID at pos [13472.7,6290.73,0.00351715]"
"CLEANUP: KILLING A HACKER SK8 B 1-1-B:1 (SK8) REMOTE IN Fishing_Boat"
 
Back
Top