SkeletronLP
New Member
You are missing some variable that determines if this is a fresh spawn ... 6th time checking is a charm![]()
ohh, that may be due to the fact that i used a guide from the board of my german host "nitrado", which automatically gives you infistar, but no access to it's files, and they wrote to make it compatible you have to delete
Code:
#define UNLCK_PIC _lb lbSetPicture[_index,"\ca\ui\data\objective_complete_ca.paa"];
if (_lock > 0) then {_lb lbSetPicture [_index,"\ca\ui\data\ui_server_locked_ca.paa"];};
from spawn.sqf
and
Code:
lbSetPicture [8888,_index,"\ca\ui\data\objective_complete_ca.paa"];
if (_lock > 0) then {lbSetPicture [8888,_index,"\ca\ui\data\ui_server_locked_ca.paa"];};
lbSetPicture [8888,_index,"\ca\ui\data\objective_complete_ca.paa"]
but it says it's from ebay, and it works for everyone else there, also i had the same problem when i tried to install ESS1
if this isn't the error, which variable am i missing and how do i fix it? ^^
//UPDATE
Now this one is strange, without the nitrade-preinstalled-infistar fix from the forum the script still works, but the respawn bug is still there, and even if i fully disable infistar the bug is still there. only moment it currently isn't there, is when i fully uninstall the ESSV2 script
Last edited: