Editing dayz_server.pbo

Sjd6795

Member
I just unpacked my dayz_server.pbo file and edited the one inside called server_playerlogin.sqf trying to add custom spawn loadout after editing the server_playerlogin.sqf my server got stuck on requesting authentication. What would the solution be to fixing this or is there another way for me to add my custom spawn loadouts. I'm using pwnoz0rs server pack btw.

Could someone please edit these for me I try and try and keep getting stuck on requesting authentication when trying to log in.

The items I want added are(NUMBERS ARE THE AMOUNT):
M9SD
15Rnd_9x19_M9SD (6)
FoodSteakCooked (1)
ItemWaterbottle (1)
ItemBandage (2)
ItemPainkiller (1)
ItemMorphine (1)
ItemAntibiotic (1)
ItemBloodbag (1)
DZ_Patrol_Pack_EP1
ItemCompass
ItemGPS
ItemMap
ItemWatch
binocular
ItemHatchet

I believe all these item codes are correct, if not I will redo once they are in the correct order below.

//Variables
_inventory = [];
_items = [];
_magazines = [];
_weapons = [];
_medicalStats = [];
_survival = [0,0,0];
_tent = [];
_state = [];
_direction = 0;
_model = "";
_newUnit = objNull;
_botActive = false;
 
Last edited:
Back
Top