yoya99 Posted June 29, 2014 Share Posted June 29, 2014 Helli guys i need your help ...i want that players can select their walking style via the f1 freeroam panel....i createt the button ...no problems...then when i cluck on the button all the walking styles lare opening...but when i want to click set nothing happens....walking style is not set....ps:i createt all into the fr_client.lua Thx for helping answers Link to comment
Grafu Posted June 29, 2014 Share Posted June 29, 2014 Helli guys i need your help ...i want that players can select their walking style via the f1 freeroam panel....i createt the button ...no problems...then when i cluck on the button all the walking styles lare opening...but when i want to click set nothing happens....walking style is not set....ps:i createt all into the fr_client.lua Thx for helping answers The one Grafuroam has? Link to comment
yoya99 Posted June 29, 2014 Author Share Posted June 29, 2014 Yes kind of .. no error in my debugscript... other server also have Thats my code: function applyStyle(leaf) if type(leaf) ~= 'table' then leaf = getSelectedGridListLeaf(wndWalking, 'style') if not leaf then return end end server.setPedWalkingStyle(g_Me, true) end function stopStyle() server.setPedWalkingStyle(g_Me, false) end wndWalking = { 'wnd', text = 'Walking', width = 240, x = -25, y = 0.3, controls = { { 'lst', id='style', width=230, height=290, columns={ {text='Walking', attr='name'} }, rows={xml='walking.xml', attrs={'name'}}, expandlastlevel=false, onitemdoubleclick=applyStyle }, {'btn', id='set', onclick=applyStyle}, {'btn', id='stop', onclick=stopStyle}, {'btn', id='close', closeswindow=true} } } addCommandHandler('style', function(command, lib, name) server.setPedWalkingStyle(g_Me, true) end ) Link to comment
yoya99 Posted June 29, 2014 Author Share Posted June 29, 2014 SolidSnake can you Heelllpp please Nobody??? Link to comment
yoya99 Posted July 5, 2014 Author Share Posted July 5, 2014 Yeye rhx for this good help...got it self Link to comment
ZeyadGTX Posted July 8, 2014 Share Posted July 8, 2014 yeah taking it from my client files Link to comment
-.Paradox.- Posted July 8, 2014 Share Posted July 8, 2014 Spider is copying grafuroam, maxim is copying spider... You will never learn guys, since you are still trying to copy a successful server then you dont have a life or a price. Learn scripting and make a creative server from your mind, not stealing other people's ideas. Link to comment
ZeyadGTX Posted July 8, 2014 Share Posted July 8, 2014 I promised Grafu that i won't and iam learning scripts for that i will make my own You will See and pls ask Before Talking Link to comment
-.Paradox.- Posted July 8, 2014 Share Posted July 8, 2014 I promised Grafu that i won't and iam learning scripts for that i will make my own You will See and pls ask Before Talking Yeah it's clear, Dont think i'm dumb you are still trying to copy it. Link to comment
ZeyadGTX Posted July 8, 2014 Share Posted July 8, 2014 -___________________________________________- well , where is your brain later you will see Link to comment
yoya99 Posted July 8, 2014 Author Share Posted July 8, 2014 sppider has took my files ... the : walking style files he posted the same code 2-3 days after mine,because i sent him via facebook,he told me to fix it! aa spider````?? Link to comment
ZeyadGTX Posted July 8, 2014 Share Posted July 8, 2014 really ?? and you stole it from my client Files Motherfuckerr Link to comment
Tete omar Posted July 8, 2014 Share Posted July 8, 2014 Read this: viewtopic.php?f=119&t=54447 Locked Link to comment
Recommended Posts