http://www.armaholic.com/page.php?id=16289
http://forums.bistudio.com/showthread.php?161412-add-action-and-arrest-script-for-pvp
http://forums.bistudio.com/showthread.php?82474-Add-Action-to-quot-arrest-quot-sb&highlight=arrest
found some info
take a look at the code
The actions can be click, what they are suppose to do doesn't happen.
I checks if the player has the item and then removes the item and does something
Here is the code
private ["_bunkercode"];
_Chance = 2;
_bunkercode = bunkercode;
_Humanity = player getVariable["humanity",0];
titleText...
Post this some where in the self action
_botID = "0";
if (!isNull cursorTarget) then { _botID= cursorTarget getVariable ["CharacterID","0"]; };
diag_log format["DEBUG BOTID: %1", _botID];
if (_botID == "0") then {
// its a bot...it has no ID
_itsabot = true;
} else {
_itsabot = false...
Here is the fix for the AI.
Add this in the self action
_botID = "0";
if (!isNull cursorTarget) then { _botID= cursorTarget getVariable ["CharacterID","0"]; };
diag_log format["DEBUG BOTID: %1", _botID];
if (_botID == "0") then {
// its a bot...it has no ID
_itsabot = true;
} else {...
Need this skin to have this action
Its an AI unit
Skin is Graves_Light added the unit through the server pbo
_unit_224 = objNull;
if (true) then
{
_this = createAgent ["Graves_Light", [7685.6807, 1445.8789, 0.42305249], [], 0, "CAN_COLLIDE"];
_unit_223 = _this;
_this setVehicleInit...
Fix most of it
IP : 109.123.114.213:2302
Idk why lvl is not resetting
Part of the debug.sqf
[
if (r_player_blood <= 0) then
{
sleep 2;
mymoneyz = 0;
Currentlevel = 0;
currentMoney = 0;
profileNamespace setVariable ["money",myMoneyZ]; saveProfileNamespace;
profileNamespace setVariable...
I added the gun shop to infinstar anti hack but more than that is needed.
People also get banned for using the gunstore banned for exstr and pathtoscrdir
probably more than that
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.