Jump to content

How to edit Startgear?


teamcrisiz

Recommended Posts

  • 2 weeks later...

add to scripts.txt

 

7 forceAddUniform !"U_C_Poor_1"

 

then put this in your init.sqf

 

if (!isServer) then {
waitUntil {!isNull player};
waitUntil {player == player};
 
while {true} do {_player = player;
player addEventHandler ["Respawn", 
{
player addVest "V_41_EPOCH";
player forceAddUniform "U_C_Poor_1";
player addWeapon "ItemMap";
player addWeapon "ItemCompass";
player addWeapon "ItemWatch";
}
];
waitUntil {_player != player};
};
};

 

 

posted by js2k6 all his work just copy and paste from me

Link to comment
Share on other sites

No small pistol, but some food and drinks and maybe clothing.

 

Clothing would be nice, I have never understood the naked and underwear fascination with survival games. You weren't just born at whatever age you are in the game fresh and naked from mommy. I am pretty sure you would have SOMETHING on.. where did the underwear come from?

Link to comment
Share on other sites

What's the name of that server? My Little Pony A3 Epoch?

 

yes because it's so much easier when everyone starts out armed... Everything is still just as hard, everyone is on equal ground. Just means you may get capped a lot sooner then you would otherwise.

Link to comment
Share on other sites

yes because it's so much easier when everyone starts out armed... Everything is still just as hard, everyone is on equal ground. Just means you may get capped a lot sooner then you would otherwise.

 

 

He hasnt played on MGT where there are people at spawn points consistently trying to kill you fully armed up.

Link to comment
Share on other sites

I'll give weapons (9mm pistol) on start when or if we ever get random spawn locations. I can see the piles of bodies now from new players leaving trader city and instantly turning and shooting each other. Clothes and a backpack makes sense to me right now if anything.

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...