Trader Menus only working for a second..

Gator Bodine

New Member
Hello.. I do have my infistar custom dialog to false _CUD = false. And I have not changed anything in my fn_selfAction.sqf. This is the Error I am getting when someone trys to open up the Trader Menu. The trader menu does work for Admins.



These are the 3 Errors I am getting,not sure which one is causing it and how do i fix it? Thanks.


1.
Error in expression <= count weapons _x;
_cntBOT = _mags+_weps;
if (_cntBOT > 50)>
Error position: <_mags+_weps;
if (_cntBOT > 50)>


2.
Error in expression <ve do
{
_dayzActions = ([
DonorSkins,wardrobe,s_player_maintain_ar>
Error position: <DonorSkins,wardrobe,s_player_maintain_ar>
Error Undefined variable in expression: donorskins


3.
if ((_characterID != _charIDvar) && (_charIDv>
Error position: <_characterID != _charIDvar) && (_charIDv>
Error Undefined variable in expression: _characterid
Error in expression <ayz_playerName') || (dayz_playerName != _name) || ((name player != 'Error: No un>
Error position: <_name) || ((name player != 'Error: No un>
Error Undefined variable in expression: _name
 
I am also getting these Error Codes: Not sure if one of these could be causing my Trader Menus to only work for Admins.

1.
10:29:29 Error Undefined variable in expression: _vehicle
10:29:29 File z\addons\dayz_server\init\server_functions.sqf, line 248
10:29:29 Error in expression <imit = _random select 1;

_qty = {_x == _vehicle} count serverVehicleCounter;


>
10:29:29 Error position: <_vehicle} count serverVehicleCounter;



and this, if this is even a error
2.
10:36:31 Error Undefined variable in expression: server_checkhackers
10:36:35 Error in expression <[] spawn server_checkHackers;
[] spawn server_cle>
 
Back
Top