yoya99 Posted June 29, 2014 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 And the snail starts to sing
Grafu Posted June 29, 2014 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? • Grafuroam on Facebook • Grafuroam on Youtube • Support us •
yoya99 Posted June 29, 2014 Author 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 ) And the snail starts to sing
yoya99 Posted June 29, 2014 Author Posted June 29, 2014 SolidSnake can you Heelllpp please Nobody??? And the snail starts to sing
yoya99 Posted July 5, 2014 Author Posted July 5, 2014 Yeye rhx for this good help...got it self And the snail starts to sing
ZeyadGTX Posted July 8, 2014 Posted July 8, 2014 yeah taking it from my client files My nick in MTA is Spider
-.Paradox.- Posted July 8, 2014 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. If you're looking for a cheap paid scripter, don't hesitate to contact me. Great minds discuss ideas, Average minds discuss events and small minds discuss people.
ZeyadGTX Posted July 8, 2014 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 My nick in MTA is Spider
-.Paradox.- Posted July 8, 2014 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. If you're looking for a cheap paid scripter, don't hesitate to contact me. Great minds discuss ideas, Average minds discuss events and small minds discuss people.
ZeyadGTX Posted July 8, 2014 Posted July 8, 2014 -___________________________________________- well , where is your brain later you will see My nick in MTA is Spider
yoya99 Posted July 8, 2014 Author 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````?? And the snail starts to sing
ZeyadGTX Posted July 8, 2014 Posted July 8, 2014 really ?? and you stole it from my client Files Motherfuckerr My nick in MTA is Spider
Recommended Posts