Showing posts with label pr3dator123. Show all posts
Showing posts with label pr3dator123. Show all posts

Monday, April 6, 2015

[Coding] tvAdd help

Unknown
Hi there,



Currently working on a new Arma 3 Menu.

What i am trying to is to input a Cfg file for both Weapons and Vehicles into a tree view... I have a box dedicated to spawning and want it to be displayed as such



> Vehicles

> Land

> Air

> Sea

> Weapons

>Pistol

>Heavy/Launchers

>Rifles

<Snipers

> Accessories

(All Accessories)

> Clothing

(all Clothing)



this is what i have so far...

"+_HardLineFXRand82+" = { disableserialization; _HardLineFXSpawn = (findDisplay 147) ctrlCreate [""RscTree"", 25802580]; _HardLineFXSpawn ctrlSetFont ""PuristaBold""; _HardLineFXSpawn ctrlSetTextColor [0,.4,1,1]; _HardLineFXSpawn ctrlSetBackgroundColor [0,0,0,.3]; _HardLineFXSpawn ctrlSetPosition[0.5,.32,0.5,.4]; _HardLineFXSpawn ctrlCommit 0.01; tvAdd[25802580, [], ""Vehicles""]; tvAdd[25802580, [], ""Weapons""]; tvAdd[25802580, [], ""Other""]; };





(need some code change) but the biggest question is how i can make it work! and have it so there is the Cfg files with pictures for the corresponding items.







Thanks







Ver publicacion completa // See full post --> >>UnKnoWnCheaTs - Multiplayer Game Hacks and Cheats<<




Thx pr3dator123

PostDate: April 06, 2015 at 06:28AM