Jump to content

[Alpha Release] Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).


Recommended Posts

Hey Zupa,

 

Inserted SC 3.0, all works great, however, when i buy a gun from a trader, the gun seems to be inactive, you have to drop it/pick it up or place it in your backpack and back in your inventory for the gun to work. Cant seem to figure out why. No errors on the client or server RPT's  :mellow:

Link to comment
Share on other sites

  On 11/27/2014 at 9:31 AM, Zupa said:

U had mags for it in your gear? maybe the mags where in your backpack, and when u get it back out of it then the mags came with it? ^^

 

Ok, i figured out the process, if i do not have any weapons on my player, then this weird issue happens. If i have a hand gun, buy a M240 or something, switch over to the M240, the it all works. 

Link to comment
Share on other sites

Not sure if this is related, but when i buy/sell something the trader menu does not automatically close and i get the following error in the client RPT

 

EDIT : I do not get the RPT errors when logged in as an Admin (Infistar) on the same test client. Everything seems to work fine when an admin.

Error in expression <WN'];
				};
				_item = TraderItemList select _index;
				_data = [_item select>
  Error position: <select _index;
				_data = [_item select>
  Error select: Type Number, expected Array,Config entry
Link to comment
Share on other sites

disappear problem for loot
in player_switchModel.sqf

if (player hasWeapon "ItemGPS") then {_GPS = true;};
if (player hasWeapon "NVGoggles") then {_NVG = true;};  
if (player hasWeapon "ItemCompass") then {_Compass = true;};
if (player hasWeapon "ItemWatch") then {_Watch = true;};
if (player hasWeapon "ItemMap") then {_Map = true;};                
if (player hasWeapon "ItemRadio") then {_Radio = true;};
Link to comment
Share on other sites

Hey Zupa,

 

I was hoping you might be able to assist, i use ckc to change codes on vaults and combo locks, i noticed if you change a code on a vault with coins disappear from the vault. I did try and fix it, looked like it worked, then stopped working again. Could you possibly look at my attempt? post :

 

Thanks in advance  

Link to comment
Share on other sites

Is there a fix for missing aircraft dealer?

I haven't changed the mission.sqm.

 

Original server_traders.sqf:

 

  Reveal hidden contents

 

my new one is the cherno_17 provided with the script.

Link to comment
Share on other sites

Installed and working ok, 

Is there a way to increase the size of the amount of coins an item can hold as the maximum coins I can store is 200000 Ural only has 200 slots as does a safe. I see in ZSCconfig.sqf the ZSC_MaxMoneyInStorageMultiplier = 1000; if I increase this will it cause problems with coins saving and is this the way to increase the storage size?

 

 Great Script Thanks

MegaZ

Link to comment
Share on other sites

im getting in client RPT log , trading is not working

 

_removed = ([player,_name,1] call BIS_fnc_invRemove);
if (_removed > 0) th>
  Error position: <BIS_fnc_invRemove);
if (_removed > 0) th>
  Error Undefined variable in expression: bis_fnc_invremove
File mpmissions\__CUR_MP.namalsk\ZSC\actions\trade_items.sqf, line 384
Error in expression <en {
 
Using my own fn_self and switchmodel , from your overpoch clothing script (made the necessary changes)
Link to comment
Share on other sites

  On 11/30/2014 at 8:39 PM, megaz said:

Installed and working ok, 

Is there a way to increase the size of the amount of coins an item can hold as the maximum coins I can store is 200000 Ural only has 200 slots as does a safe. I see in ZSCconfig.sqf the ZSC_MaxMoneyInStorageMultiplier = 1000; if I increase this will it cause problems with coins saving and is this the way to increase the storage size?

 

 Great Script Thanks

MegaZ

Yes. Increase the number.

Link to comment
Share on other sites

  On 11/30/2014 at 11:14 PM, TNT said:

im getting in client RPT log , trading is not working

 

_removed = ([player,_name,1] call BIS_fnc_invRemove);

if (_removed > 0) th>

  Error position: <BIS_fnc_invRemove);

if (_removed > 0) th>

  Error Undefined variable in expression: bis_fnc_invremove

File mpmissions\__CUR_MP.namalsk\ZSC\actions\trade_items.sqf, line 384

Error in expression <en {

 

Using my own fn_self and switchmodel , from your overpoch clothing script (made the necessary changes)

Strange that function is default kn arma/dayz

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...