You would be supprised on what i can code lol... Plus i run and keep server up now so... LOL its all fixed!
EDIT: Please do not reply to this forum again because name of this forum says SUPPORT and not lets fight nextasy
Lol that is true but thats is not where we keep all of the updates and our minigames are stored server side. But it has a few extras you can get but nothing compared to what we are going to release for 2.0 because 2.0 is stored on my computer silly.
EDIT: Plus that server is only for extra...
they are disapearing because of this line in debug.sqf
endmission "LOSER";
so just quote it out and you should be good. it will look like this
//endmission "LOSER";
It is not working because blur is blocking it but i will tell you how to fix debug from disapearing when using blurs code and here is how.
find all lines that have a variable that equals - 'string' and delete so for expample -
myspork = 'string';
to find these easily hit - ctrl+f and type...
in the debug.sqf there is these lines
if (r_player_blood <= 0) then
{
sleep 2;
mymoneyz = 0;
profileNamespace setVariable ["money",myMoneyZ]; saveProfileNamespace;
for "_i" from 0 to 40 do {deletevehicle _spawnAIS;};
endmission "LOSER";
};
where it says
mymoneyz = 0;
is where it makes...
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.