Jump to content
  • 0

When Killed you respawn back where you died...


dzrealkiller

Question

13 answers to this question

Recommended Posts

  • 0
Init.sqf has this inside...
 
//Custom Loadouts
[] execVM "custom\loadout.sqf";
 
 
My custom\loadout files has the below in it..
 
//Default Loadout
DefaultMagazines = ["ItemBandage","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov","ItemPainkiller","ItemSodaPepsi","FoodCanBakedBeans"];
DefaultWeapons = ["Makarov","ItemFlashlight","ItemWatch","ItemRadio","ItemMap"];
DefaultBackpack = "DZ_Patrol_Pack_EP1";
DefaultBackpackWeapon = "";
 
//Admin Loadout
if ((getPlayerUID player) in ["76561198077094211"]) then {  //Admins: Dzrealkiller.
DefaultMagazines = ["ItemBandage","ItemBandage","ItemBandage","ItemBandage","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","ItemMorphine","ItemPainkiller","ItemBloodbag","ItemWaterbottleBoiled","ItemWaterbottleBoiled","FoodSteakCooked","20Rnd_762x51_DMR","20Rnd_762x51_DMR","20Rnd_762x51_DMR];
DefaultWeapons = ["M9SD","M14_EP1","Binocular_Vector","NVGoggles","ItemMap","ItemCompass","ItemGPS","ItemWatch","ItemKnife","Itemtoolbox","ItemCrowbar","Itemetool","ItemHatchet"];
DefaultBackpack = "DZ_LargeGunBag_EP1";
DefaultBackpackWeapon = "";
};
 
 
Link to comment
Share on other sites

  • 0

WaterbottleBoiled","FoodSteakCooked","20Rnd_762x51_DMR","20Rnd_762x51_DMR","20Rnd_762x51_DMR];

 

Missing "

 

Maybe also at pother places.

Take a closer look, you're looking at a break in the line. It's all there.  LOL, im blind af. Sry! I think thats the only one tho =]

 

I would imagine this would just beak the loadout, But I really dont know so i'd slap the " after DMR and give it a shot

Link to comment
Share on other sites

  • 0

Oh also my server has this in its .rpt any ideas on what it is? GTX says its a harmless error... but an error is an error and I hate them to hell.. Is there anyway to make it go away?

 

16:42:40 Error in expression <oke;
deleteVehicle _fire;
deleteVehicle _shards;
deleteVehicle _dirt;
 
_v setvel>
16:42:40   Error position: <_shards;
deleteVehicle _dirt;
 
_v setvel>
16:42:40   Error Undefined variable in expression: _shards
16:42:40 File ca\Data\ParticleEffects\SCRIPTS\destruction\AirDestructionStage2.sqf, line 71
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
  • Advertisement
  • Discord

×
×
  • Create New...