Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/02/17 in Posts

  1. Try this: https://nightly.multitheftauto.com/multitheftauto_linux-1.5.3-rc-11172.tar.gz
    1 point
  2. @#_iMr.[E]coo قصده اضافات من عندي واضحه الله يهديك @#BrosS السيرفر ماراح افتحه بيوم وليلة راح يطول وميب معقوله على طول الشغل فوق الراس اكيد الواحد يفضى له شويتين لاكن في الوقت الحالي مافيه وقت خصوصا وقت مدارس
    1 point
  3. 1 point
  4. @Abu-Solo سويها انت وافيد غيري , لان ماعندي وقت صراحة لاكن بحاول لو ماتقدر تسويه
    1 point
  5. @Abu-Solo تقدر تسوي اي شي بنفسك ، انا مسوي لوحة توب اللي عندهم لايك ولوحة يعطي للاعب لايك للكونسل معطيك كل شي
    1 point
  6. I would like to show you a glimpse of a future server I am developing - Project Beast. This is made purely with drawing functions, there is no CEF involved. More information here: https://forum.projectbea.st/topic/135-project-beast-revelation-2-login-panel-final-server-upgrade/
    1 point
  7. guiSetInputMode("no_binds_when_editing") has to be inside a function. So do this: function noBinds() guiSetInputMode("no_binds_when_editing") end addEventHandler("onClientResourceStart", root, noBinds) Sorry if there are typos. I'm from phone and using code option is :~ af
    1 point
  8. addEventHandler("onClientGUIClick",root, function () if source == Button then guiSetVisible ( Windows , false ) end end ) ذ GUIEditor = { edit = {}, button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() windowChangepw = guiCreateWindow(0.3859,0.349,0.2130,0.1628,"Jelszó váltás",true) guiSetSize(windowChangepw, 165, 21) guiSetAlpha(windowChangepw,0.80000001192093) editOldpw = guiCreateEdit(110,29,180,21,"",false,windowChangepw) guiSetAlpha(editOldpw,1) guiEditSetMasked(editOldpw,true) labelOldpw = guiCreateLabel(10,29,90,21,"Régi:",false,windowChangepw) guiSetAlpha(labelOldpw,1) guiLabelSetColor(labelOldpw,255,255,255) guiLabelSetVerticalAlign(labelOldpw,"center") guiLabelSetHorizontalAlign(labelOldpw,"left",false) editNewpw = guiCreateEdit(110,60,180,21,"",false,windowChangepw) guiSetAlpha(editNewpw,1) guiEditSetMasked(editNewpw,true) guiEditSetMaxLength(editNewpw,50) labelNewpw = guiCreateLabel(10,60,90,21,"Új:",false,windowChangepw) guiSetAlpha(labelNewpw,1) guiLabelSetColor(labelNewpw,255,255,255) guiLabelSetVerticalAlign(labelNewpw,"center") guiLabelSetHorizontalAlign(labelNewpw,"left",false) buttonChangepw = guiCreateButton(10,91,280,23,"Változtatás",false,windowChangepw) guiSetAlpha(buttonChangepw,1) buttonClosepw = guiCreateButton(10,115,90,23,"Bezár",false,windowChangepw) guiSetVisible(windowChangepw, false) end ) --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- addEventHandler("onClientGUIClick",root, function () if source == Button1 then guiSetVisible ( Windows , true ) end end ) --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- addEventHandler("onClientGUIClick",root, function () if source == Button2 then guiSetVisible ( Windows , false ) end end )
    1 point
  9. Unfortunately, once again there was the same problem Dumps: http://upload.mtasa.com/u/442739849/Crash-4life-11169-20170204-0911.zip_
    1 point
  10. اصلن ذه تشفيير مينفك الا برامج المسروقة #@#
    1 point
  11. function onClientRender( ) local x,y,z = getElementPosition( localPlayer ) setCameraMatrix(x, y + 20, z + 2, x, y, z) end addEventHandler( "onClientRender", root, onClientRender )
    1 point
  12. I've tried this already and what happened is: I made something server side and set the health to 100. Then i set the health of that object to 50 on client side I then attacked the element and the health went back to the server side's health minus the damage. It's safe.
    1 point
  13. https://wiki.multitheftauto.com/wiki/Scripting_Introduction I can help you with an example of that camera, but tell me what is it supposed to first.
    1 point
  14. CIT افضل سيرفر حياة واقعية هو mtasa://94.23.158.180:22003 https://cit2.net يدعم الغة العربية ، حط لغة العبة عربي من الاعدادات ثم ادخل وبتلاقي دعم عربي وادمنية عرب ، حياك الله
    1 point
  15. 1 point
  16. Tries to convert its argument to a number. If the argument is already a number or a string convertible to a number, then tonumber returns this number; otherwise, it returns nil. tonumber : يحول السترنق إلى رقم لذلك الفنكشن الصح type if ( type ( tonumber(guiGetText (edit) ) ) ~= "number" ) then return end
    1 point
  17. حياك الله احزان نورت , حصل خير ي بروس
    1 point
  18. When is this going to be released?
    1 point
  19. *falls asleep while waiting for the login panel to fill in information to pop up* Jokes aside, looks quite amazing.
    1 point
×
×
  • Create New...