-
Posts
2,102 -
Joined
-
Last visited
-
Days Won
14
Everything posted by #BrosS
-
You can use onPlayerDamage and check if he had parachute so you can cencel the event
-
أي صورة يالقميل معطينا تصميم وتخلينا نتخبص وحدنا ونحاول نعرف الصورة بالظبط ؟ وهل الصورة تبيها تاخذ كل الشاشة ولا وش !!
-
ببرمجله مجانا واحرق نفسك
-
قم بتثبيت اخر اصدار للعبة https://nightly.multitheftauto.com/mtasa-1.5.3-full_rc-11271-20170407.exe
-
You can use variables move = 0 move = move+10 setCameraMatrix(2565.2, 136.3 +move, 48.8, 2531, 93, 26.8) It will keep.moving with no stoping About smoothMoveCamera you have : smoothMoveCamera(x1,y1,z1,lx1,ly1,lz1,x2,y2,z2,lx2,ly2,lz2, time) x1,y1,z1,lx1,ly1,lz1 : your camera start position x2,y2,z2,lx2,ly2,lz2 : your camera end position means where do you want to stop the moving and time is how long do you want the moving take by milliseconds
-
You know another solution Don't use addEventHandler and removeEventHandler Just try to show your panel by checking a variable is true Just define a vatiable as false first isShowing = false under the render addEventHandler("onClientRender",root,function() if isShowing then dxDraw........ In the click event do like this "onClientClick", ....... ..... isShowing = not isShowing
-
aBool = false addEventHandler("onClientClick", root, function(key, state, cx, cy) if aBool == false then if key == "left" and state == "down" then if isCursorInBox(screenW * 0.4729, screenH * 0.3130, screenW * 0.0953, screenH * 0.0269) then aBool = true addEventHandler("onClientRender",getRootElement(),contactBTN) else removeEventHandler("onClientRender",getRootElement(),contactBTN) aBool = false end end end end)
-
Can you give more details please
-
الموضوع قديم وكلنا نعرف انه مسورق بدون ذكر اسماء يرجى غلق الموضوع
-
نفس شي استعمل المتغيرات
-
aColor = tocolor(255,0,0,255) addEventHandler ( 'onClientGUIClick',root,function () if ( source == Delete_Button ) then triggerServerEvent ( 'chat', localPlayer ) guiSetEnabled ( source,false ); aColor = tocolor(0,255,0,200) setTimer(function() guiSetEnabled(source,true) aColor = tocolor(255,0,0,255) end,90000,1) end end ) عدل الى الألوان اللي تبيها فوق وب الدي اكس مكان tocolor... حط aColor
-
خوك الشكارة
-
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
على حسب م أشوف أعتقد أنها تفعل الحسابات بعد ما واحد يسجل او تفعل نفسك شي مدري ذذ المهم عندو علاقة بالتفعيل ههههه
-
وش تبي ي طيب زر - جريد لست - اديت بوكس
-
are you using the Map editor local server or you just start the editor resource in a server ?
-
[admin]\admin\client\gui\admin_main.lua [admin]\admin\server\admin_server.lua
-
addEventHandler("onClientMarkerHit", skillshop, function() local stat8 = getPedStat (getLocalPlayer(),77) if stat8 == 0 then guiProgressBarSetProgress(ak47Pr, 0) elseif stat8 == 100 then guiProgressBarSetProgress(ak47Pr, 10) elseif stat8 == 200 then guiProgressBarSetProgress(ak47Pr, 20) elseif stat8 == 300 then guiProgressBarSetProgress(ak47Pr, 30) elseif stat8 == 400 then guiProgressBarSetProgress(ak47Pr, 40) elseif stat8 == 500 then guiProgressBarSetProgress(ak47Pr, 50) elseif stat8 == 600 then guiProgressBarSetProgress(ak47Pr, 60) elseif stat8 == 700 then guiProgressBarSetProgress(ak47Pr, 70) elseif stat8 == 800 then guiProgressBarSetProgress(ak47Pr, 80) elseif stat8 == 900 then guiProgressBarSetProgress(ak47Pr, 90) elseif stat8 == 1000 then guiProgressBarSetProgress(ak47Pr, 100) end end )
-
https://community.multitheftauto.com/index.php?p=resources&s=details&id=12235
-
في ٢ منشورين لكن مشفرين وبالحقوق
