Jump to content

yoya99

Members
  • Posts

    271
  • Joined

  • Last visited

Everything posted by yoya99

  1. Yeye rhx for this good help...got it self
  2. yoya99

    Freeroam

    it was my code and its not stolen...
  3. ahh i tried out..at me it doesnt work too.. and it doesnt creates a button..
  4. At itemdoublecluck you have to use setPedFightingStyle And the brackets are leaf.id Then it should work
  5. yoya99

    Freeroam

    ahh okay i got it thx all,so my mistake was at the cleint at line 5
  6. yoya99

    Freeroam

    at me there is a error... triggered serverside event on serverCall but it is not added server side..why that?
  7. yoya99

    Freeroam

    You fucking shit that was my code
  8. SolidSnake can you Heelllpp please Nobody???
  9. 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 )
  10. 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
  11. Hey guys i also need help.i want when a player sets position anywhere on the map that he is spawned in the air with a parachute.can someone help me pls?
  12. Hey....i need a bit help.i need a parachute set Position system so when a player is sets his position anywhere on the mao hevwill be spawned in air and not at the ground ! With a parachute
×
×
  • Create New...