Jump to content

3B00DG4MER

Members
  • Posts

    512
  • Joined

  • Last visited

Everything posted by 3B00DG4MER

  1. Hello, We've Made today a PhpBB website, can Anyone give me BBCODE of LUA to add it in My website,PLZ !! Please don't say we can't plz
  2. if you are Talking About Interiors Script (included with Server) You can remove Comments from Client and it will be Animated
  3. Hello,Today I've made a Marker which Create Random,from table Can u fix this plz ?! mine_pos = { {271.94140625, 1350.1923828125, 10.5859375}, {275.94140625, 1350.1923828125, 10.5859375}, } mineplace = createMarker(mine_pos[1],mine_pos[2],mine_pos[3])
  4. لازملك مود الحفظ https://community.multitheftauto.com/index.php?p=resources&s=download&resource=977&version=1.0.1&selectincludes=1 دا المود يحفظ كل شيء حتى المال و النجوم طيب انت جربته انا مجربه مايظبط + هات سكايبكك عشان يكون التواصل بيننا اسههل Skype : Themerzoug2020
  5. i have fixed i have forgotten to add :addEvent("onClientCraft", true)
  6. problem from Gravity change your gravity to 0.080000003799796
  7. Hello,Today I've made Iron Miner Job All Things works perfectly ,But there something ,When Send the info of Account from Server to Client won't Triggering Server Side: triggerClientEvent("onClientCraft", root,tonumber(newirons))) Client Side: GUIEditor.label[1] = guiCreateLabel(327, 209, 182, 29, "You have 0 blocks of iron", false, GUIEditor.window[3]) function getirons(irons) guiSetText(GUIEditor.label[1],"You have "..irons.." blocks of iron") end addEvent("onClientCraft") addEventHandler("onClientCraft", getRootElement(),getirons) Error:Server Triggered ClientSide event onClientCraft,but event is not marked as Remotly triggerable
  8. Hello,Today i've made a Progress bar,On Client Render +0.5 but it's not adding 0.5,it's working with +1 addEventHandler("onClientRender",root,function() progress = guiProgressBarGetProgress(GUIEditor.progressbar[1]) guiProgressBarSetProgress(GUIEditor.progressbar[1], progress+0.5) outputChatBox ( "Current progress:" .. progress .. "%" ) end)
  9. Wow, that what i'm talking about
  10. لازملك مود الحفظ https://community.multitheftauto.com/index.php?p=resources&s=download&resource=977&version=1.0.1&selectincludes=1 دا المود يحفظ كل شيء حتى المال و النجوم
  11. Hello,Today i made GUI (not one Only ) & Dx Rectangles and i want to move them i want them move like moveObject(...) if there is no function plz give me the resource or thing like that
  12. Thanks it work I'm waiting u to add it lol
  13. i mean how do i get model from texture or index ?
  14. How do i get Texture from index then ?
  15. Not working SO,NO ONE CAN FIX IT
  16. Now problem is can't add clothes Client side : addEventHandler("onClientGUIClick",Clothes_Window, function (beer) if b == "left" then if source == BuyClothes then guiSetVisible(Clothes_Window,false) local Selected = guiGridListGetItemText ( NameClothes_Grid, guiGridListGetSelectedItem ( NameClothes_Grid ), 1 ) local Selected2 = guiGridListGetItemText ( NameClothes_Grid, guiGridListGetSelectedItem ( NameClothes_Grid ), 2 ) triggerServerEvent("getClothes",localPlayer,Selected,Selected2) outputChatBox("You Selected"..Selected.."for 0$") guiSetVisible(Clothes_Window,false) showCursor(false) end end end) Server Side: function get_Clothes ( Selected, Selected2 ) addPedClothes (source,""..tostring(Selected2).."", "hoodyamerc", tonumber(Selected) ) end addEvent("getClothes",true) addEventHandler("getClothes",getRootElement(),get_Clothes)
  17. Not work I tried to add outputchatbox But nothing mean Button problem ?
×
×
  • Create New...