Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If you dont know of this wiki, I found it a great source if your doing scripting.
https://community.bistudio.com/wiki/Category:Scripting_Commands_Arma_3
so something like this in initPlayerLocal.sqf
[] spawn {
sleep 2;
{player removeItems _x} foreach ["NMIB_PlotLease_Itm","NMIB_WoodPlanks_Itm","NMIB_WoodNails_Itm","NMIB_ScrapMetal_Itm"];
};
and after a few seconds delay remove items "NMIB_PlotLease_Itm","NMIB_WoodPlanks_Itm","NMIB_WoodNails_Itm","NMIB_ScrapMetal_Itm"
Yes sorry that part was in the addon before it was made public to be edited
Still no luck here - anyone help please? "I am trying to remove the spawning of materials / items in players bags. It spawns - Plot license / nails etc in all players bags when they login. I assume it is the pbo but cannot work out how to disable spawning building items for players that login. Thank you."