-
Content count
11 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
1 NeutralAbout N3V3RD134L0N3
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
rh pistols have some probles with server key (try to search older ver )
-
if(hasInterface)then{ [] spawn { waitUntil{uiSleep 0.5;!isNil "ExileClientPlayerScore" ;("ItemGPS" in (assignedItems player))}; _playerPos = createMarkerLocal ["PlayerPOS", position player];//create marker "PlayerPOS" setMarkerShapelocal "ELLIPSE"; "PlayerPOS" setMarkerBrushlocal "Solid"; "PlayerPOS" setMarkerSizelocal [12,12]; "PlayerPOS" setMarkerColorLocal "ColorRed"; while{true}do{ waitUntil {uiSleep 0.2;visibleMap};//update marker only while map is open if ( !("ItemGPS" in (assignedItems player)) ) then { "PlayerPos" SetMarkerSizeLocal [0,0]; } else { "PlayerPos" SetMarkerSizeLocal [12,12]; "PlayerPOS" setMarkerPosLocal position player; }; }; }; }; small modification (marker will show if gps in inventory)
-
i also think about x-cam =) i think u must open in editor and define spawn zones and etc in mission.sqm also u need includes to aia (i think) .
-
some problem, wat serverside addons you use? (i think problem is here)
-
Anyone have a Static AI addition for A3XAI?
N3V3RD134L0N3 replied to Liqu1dShadow's topic in Events, Missions & AI
try to use a3eai custom patrols http://a3eai.wikia.com/wiki/A3EAI_Editor_Tool -
it's easy, but how to add vehicles to community trader (or how to choose type of dialog (items/vehicles) to show)