TLU 10 Posted July 14, 2014 Hey Ive got a few errors in my RPT log due to 1.63 Basically when in game press 2 pops up an inventory and there will be items there but cant be used or dropped also the item weight or description isn't showing also names of people you want to give to for example the keychain ive asked other community's about these errors but they cant seem to fix them either ive also tried everythiing Errors: INVfunction.sqf: File mpmissions\[TLU]Uprisingtest.Takistan\bombs.sqf, line 260 Error in expression <ount > 0) then { if (_Fgesamtgewicht <= INV_CarryingCapacity) then { ([_Fitem, _> Error position: <INV_CarryingCapacity) then { ([_Fitem, _> Error Undefined variable in expression: inv_carryingcapacity File mpmissions\[TLU]Uprisingtest.Takistan\INVfunctions.sqf, line 37 Error in expression <ount > 0) then { if (_Fgesamtgewicht <= INV_CarryingCapacity) then { ([_Fitem, _> Error position: <INV_CarryingCapacity) then { ([_Fitem, _> Error Undefined variable in expression: inv_carryingcapacity File mpmissions\[TLU]Uprisingtest.Takistan\INVfunctions.sqf, line 37 Bomb.sqf: Error in expression <Wait = false; for [{_i=0}, {_i < (count INV_ServerBombArray)}, {_i=_i+1}] do { _> Error position: <INV_ServerBombArray)}, {_i=_i+1}] do { _> Error Undefined variable in expression: inv_serverbombarray File mpmissions\[TLU]Uprisingtest.Takistan\bombs.sqf, line 165 Error in expression <rk_helper_groupChat; }; }; }; }; if ( (INV_BombGetServerArray) ) then { _lastLe> Error position: <INV_BombGetServerArray) ) then { _lastLe> Error Undefined variable in expression: inv_bombgetserverarray File mpmissions\[TLU]Uprisingtest.Takistan\bombs.sqf, line 260 Shops\functions Error in expression <"ARRAY") then { _Fobjarray = _this; }; _Fobjarray }; INV_GetShopArray = { pr> Error position: <_Fobjarray }; INV_GetShopArray = { pr> Error Undefined variable in expression: _fobjarray File mpmissions\[TLU]Uprisingtest.Takistan\INVfunctions.sqf, line 525 Error in expression <= _item call INV_GetItemArray; _price = _infos call INV_GetItemBuyCost; _name => Error position: <_infos call INV_GetItemBuyCost; _name => Error Undefined variable in expression: _infos File mpmissions\[TLU]Uprisingtest.Takistan\Awesome\Shops\functions.sqf, line 488 Share this post Link to post Share on other sites
sargken 286 Posted July 14, 2014 I would Switch to Island life or Arma 3 because the new version of Takistan Life doesnt work. Share this post Link to post Share on other sites
SavageCDN 231 Posted July 15, 2014 the "undefined variable" errors are just informative.. they shouldn't actually break the script. It's very annoying but you can work around it by not using the -showScriptErrors param and using -noLogs param on your server. Share this post Link to post Share on other sites