when you kill some their money goes to 0 and you don't loot their money off of them and you get a random 1000 dollars from the player. Plus to be able to loot them for money they have to be higher then level 5 witch is default but you might of changed it.
Please if you like my mod and want updates then send a link to as many people as you can that links to the opendayz post because i do updates by popularity and not demand unless 100% necessary.
No that is the option in init.sqf that says - Use_spork = true; //turn this false to disable sporks whole mod.
and using select 0 will pick it up but i am using the same debug3.sqf i released to u so look in the download and see if you messed anything up.
I am not quite sure why thats not working because seems to be working when i try it. I will look into it.
Also if anyone wants to faster support contact me personally then visit www.survival-servers.com for this mod only.
Please check out our official server to see it in action witch is...
to fix debug from fading away at level 30 you find these lines in debug.sqf
if (currentMoney > (Nextlvl)) then
{
call level_up;
};
and repleace with
if (currentlevel < 30) then
{
if (currentMoney > (Nextlvl)) then
{
call level_up;
};
};
and that should do the trick.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.