Jump to content

LoOs

Members
  • Posts

    462
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by LoOs

  1. Hello , How Set Alpha in code Freeroam , ? Example # {'btn', id='skins', window=wndSkin , width = 100,x = 25,height = 20}, and Thanks ,
  2. انت وش تبي بالضبط صوت الطرن ذاك حق الي اذا ضغطت الزر ؟ استعمل : playSoundFrontEnd او تقصد صوت شيلة ولا كذا ؟ استعمل : playSound اما بخصوص ملف mp3 انصحك تخليها url لان الام بي 3 راح تجيب لك لاق وتعب وكذا , الافضل تخليها على url بالتوفيق لك
  3. Good , and Add function and addEventHandler("onClientRedner",root, be # local x, y = guiGetScreenSize() local rx, ry = (x/1024), (y/768) addEventHandler("onClientRender",root, function () dxDrawRectangle(rx*883, ry*285, rx*141, ry*121, tocolor(0, 0, 0, 150), false) dxDrawImage(rx*886, rx*329, rx*30, rx*34, "images/dollar.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawText(playerEurosValue, rx*922 - 1, rx*300 - 1, rx*1007 - 1, rx*318 - 1, tocolor(0, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) end) Any Problem ? Skype : abdallah_2091
  4. في حدود للقيم مودات , سوها انت , واذا اشتهرت يصير خير ,
  5. Naravno, razumijem, steta sta je veca balkanaca na SA-MPu i ne znaju za MTA... Želim se okupam , Ja ću izaći nešto iz moje uvod , šalim ^ Mislim da je nemoguće da Balkan u jednoj skupini zbog nedostatka brojeva , najbolja investicija komada rada za kasnije ,
  6. صرأحة مبدع 30% وماتقدر تصلح كود الحمدلله ..
  7. Best to put a sub- section of the Egyptian dialect of Arabic , as well as her department and one of the best of each tone section , Do you understand , you fool ,
  8. اخوي انا مو قصدي كذا انا قصدي فتح لوحات عبر القريد ليست وانا وش قصدي , قلت لك سو جدول وضبطه واستعمل guiSetVisible , حاول تفهم الاشياء الي بعد عطوك اياها ماعدا شيء داخل عرض showCursor حاول وجرب وشف يمكن ينفع معك ,
  9. سو جدول , + استعمل guiSetVisible حاول وحنا نساعدك ,
  10. Better to use dx This is an example with center : local x, y = guiGetScreenSize() local rx, ry = (x/800), (y/600) function dx () dxDrawLine(rx*473 - 1, ry*137 - 1, rx*473 - 1, ry*577, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(rx*811, ry*137 - 1, rx*473 - 1, ry*137 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(rx*473 - 1, ry*577, rx*811, ry*577, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(rx*811, ry*577, rx*811, ry*137 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(rx*473, ry*137, rx*338, ry*440, tocolor(127, 126, 126, 170), false) end It's not difficult they are easy to use , and I advise you I will help you in the piece Any Problem ?
  11. بالسيرفر في اند ناقصة , addEvent("warpMe",true) addEventHandler("warpMe",root, function() if isPedDead(source) then spawnMe2() end end)
  12. lines 9~10, you remove the event and then remove it again, what? (also you forget the then). local x, y = guiGetScreenSize() local rx, ry = (x/1400), (y/900) local rendering function createDx ( ) dxDrawImage(rx*398, ry*410, rx*300, ry*300, 'images/up.png') end bindKey("F10","down",function () if rendering then removeEventHandler("onClientRender",root,createDx) showCursor ( false ) else addEventHandler("onClientRender",root,createDx) showCursor ( true ) end rendering = not rendering end It did not change anything , This style of programming in my own way in the Crown programming , I forgot 'then' only ,
  13. addEventHandler("onClientGUIClick", root, function() if source == GUIEditor.button[1] then loadBrowserURL(browser, "www.mtasa.com") end end )
  14. You did not create the browser , !
  15. انا الي تعبتك معي على اكوادي الفاشلة ,
  16. LoOs

    "َQuastion

    ^ اذا دخلته بينقلك onClientGUIClick ادخل وتفحص الصفحة وتعرف
  17. addEventHandler("onClientGUIClick",root, function() if source == GUIEditor.button[10] then setTimer( setElementHealth, 10000,1, getLocalPlayer() ,0.0 ) setElementFrozen ( getLocalPlayer() , true ) outputChatBox( "ستموت بعد 10 ثواني أنتظر ... ") if name ~= "" then end end end )
  18. عدل onClientGuiClick الى onClientGUIClick
  19. Edit # local x, y = guiGetScreenSize() local rx, ry = (x/1400), (y/900) function createDx ( ) dxDrawImage(rx*398, ry*410, rx*300, ry*300, 'images/up.png') end bindKey("F10","down",function () if removeEventHandler("onClientRender",root,createDx) then removeEventHandler("onClientRender",root,createDx) showCursor ( false ) else addEventHandler("onClientRender",root,createDx) showCursor ( true ) end end
  20. ------ حطه كله كلنت , addEventHandler("onClientGUIClick",root, function(player) if source == GUIEditor.button[10] then setTimer( setElementHealth, 10000, 1,0, player ) setElementFrozen ( true , player ) outputChatBox( "ستموت بعد 10 ثواني أنتظر ... ", player, 255, 0, 0 ) if name ~= "" then end end end ) [/lua]
  21. الكلنت فيه خطا , addEventHandler("onClientGUIClick",root, function() if source == GUIEditor.button[10] then triggerServerEvent("pkill", localPlayer, Player) if name ~= "" then end end end ) + استعمل بدال killPed setElementHealth مايحتاج تسوي ترايقر للسيرفر , خله كله كلنت ,
  22. تستعمل معها اكثر من شيء , مثل , xmlNodeGetChildren xmlLoadFile xmlFindChild xmlCreateChild xmlNodeGetValue xmlNodeSetValue xmlNodeSetAttribute xmlSaveFile او استخدم SQL وخله ينقله لقريد ليست , وتفتح لوحة وتشوفة انت ,
  23. LoOs

    engineImportTXD

    u mean txd1 = engineLoadTXD("YourTxd.TXD") ---- Edit YourTxd engineImportTXD(txd1, ReplaceTxd) --- Thank You ,
  24. LoOs

    engineImportTXD

    ^ Can Replace One Object , You can edit Object once only , Client File # txd1 = engineLoadTXD("YourTxd.txd") ---- Edit YourTxd engineImportTXD(txd1, ReplaceTxd) ----- ReplaceTxd = Number Txd The original Meta File #
×
×
  • Create New...