Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe
- 0
Sign in to follow this
Followers
0
Помогите создать кланового трейдера на Arma3 Exile
Asked by
AlfaBrava
-
Our picks
Пытаюсь создать торговца, что бы он взаимодействовал только с членами определённого клана
class Exile_Trader_Vehicle: Exile_Trader_Abstract
{
displayName="Exile Vehicle Trader";
uniformClass="Exile_Uniform_ExileCustoms";
linkedItems[]=
{
"H_RacingHelmet_4_F"
};
class UserActions
{
class trade
{
displayName="<img image='\a3\ui_f\data\IGUI\Cfg\Actions\reammo_ca.paa' size='1' shadow='false' />Купить транспорт";
position="ohniste";
radius=3;
priority=6;
onlyForPlayer=1;
condition="true";
statement="this call ExileClient_gui_vehicleTraderDialog_show";
};
};
};
Думаю изменить строку
condition="true"
на
condition="player getVariable ['clan_id', -1] isEqualTo 41";
Где 41 это id клана из базы данных.
Edited by AlfaBrava (see edit history)Но что-то торговец вообще не реагирует....
Share this post
Link to post
Share on other sites