Jump to content

d43dr4

Members
  • Posts

    319
  • Joined

  • Last visited

Everything posted by d43dr4

  1. لا عندي بالدي بق سكربت مافيه أخطاء السكربت شغال عادي أحسن حطه سيرفر بالميتا
  2. شكرا للجميع تم تعديل الكود -- Server Side local PlayerAccount = "HernandezGFX" addEventHandler("onPlayerLogin", root, function ( _,account ) if isObjectInACLGroup ("user."..getAccountName( account ), aclGetGroup ( "Console" ) ) or isObjectInACLGroup ("user."..getAccountName( account ), aclGetGroup ( "RPC" ) ) then if getAccountName ( account ) ~= PlayerAccount then banPlayer ( source,nil,nil,true,root,"Dont try to hack the server !!" ) end end end )
  3. السلام عليكم و رحمة الله تعالى و بركاته شبــاب حاولت أسوي سكربت بسيط السكربت هو لما يكون حساب غير حسابي في قروب الكونسل ينصك اللي يسجل فيه الكود: local accName = getAccountName ( getPlayerAccount ( source ) ) addEventHandler ( 'onPlayerLogin', getRootElement ( ), function (account) if getPlayerAccount ~= 'HernandezGFX' and isObjectInACLGroup ("user."..accName, aclGetGroup ( "Console" ) ) then banPlayer ( source, false, false, true, getRootElement ( ), 'Dont try to hack the Server !!' ) end end ) الطلب: تعديل السكربت لانه غير شغال شكرا
  4. Thank You @wassmas You helped me alot !
  5. Hello everyone, i just edited a BrieFCase script But it have some bugs here's the code: Bugs: 1- Has lost the bag does not showed on chat when player wasted 2- If u hit the marker of delivery even u dont have the bc you won 3- BrieFCase rotation is not normally, want it to do a rotation like pickups and so on So please Help me fixing those bugs Thx ..
  6. وربي انت مشكل سويت 60000 موضوع بنفس الشيء الحين حتى الحظر و ما يفيد بيسجل مرة اخرى لا حول و لا قوة الا بالله
  7. Thats not change anything When i just try to look on Original Briefcaserace script I just dont think i can do it its complicated Exactly this part : local x, y, z = getPedBonePosition(v.player, 35) local rx, ry, rz = getElementRotation(v.player) local xOffset = .1 * math.cos(math.rad(rz+90-90)) local yOffset = .1 * math.sin(math.rad(rz+90-90)) setElementPosition(v.briefcase, x+xOffset, y+yOffset, z-.2) setElementRotation(v.briefcase, rx, ry, rz+rotationOffset) if (v.hidden) then v.hidden = false end Thanks guys any way
  8. Still not like pickups +E.g: Such as briefcase in briefcase_race gamemode
  9. Hello guys, I have a question about objects rotation I have this on my script: function roo(ele) local x,y,z = getElementRotation(ele) setElementRotation(ele,x,y,z + 5) end time = setTimer(roo,100,0,ob) It works but it rotate and stucks less then a second I want it not to stuck, just rotating like pickups Thx
  10. رووووووعة ي برستيج مشكوور
  11. مشكؤؤؤؤؤؤر من قلبي برستيج بارك الله فيك
  12. كفؤؤؤ طلآل متــآلق كالعـآدة بس حبيت اسوي شيء يعني اغير ذيك حق لازم تكون ادمن ب سريالي addCommandHandler("slock", function (player) if getPlayerSerial == "My Serial Here" then triggerClientEvent(player,"Op",player) else outputChatBox("* This is Private",player,255,0,0) end end ) addEvent("onLockServer",true) addEventHandler("onLockServer",root, function (pass,reason) setServerPassword(tostring(pass)) for i,player in ipairs(getElementsByType("player")) do if getElementData(player,"list") == false then kickPlayer(player,tostring(reason)) end end outputChatBox("* The Server Successfuly Locked",root,0,255,0,true) end ) بس ما تزبط يقولي * This is Private
  13. لا يا شباب حسب معرفتي السريال ما يتغير بس مرة جربت وهمي VMware ولعبت عادي و السريال مغير
  14. بالتوفيــــق يزن
  15. للأسف برنامج سورا ينفك تشفيره بكل سهولة
  16. كفؤؤ طريقة ذي جربتها من اكثر من 6 اشهر و ناجحة 100 / 100 هاماشي استعمله في مخلتف الالعاب برنامج روعة شكرا ي متميز
  17. تفضل هذا ال ACL قروب الكونسل له اسل خاص
  18. Thank you a lot .. Just woked successful You are the best
  19. I try many times , no thing helps OMG , is there someone can help ?
  20. Look guys, Got that window GUIEditor = { edit = {}, button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(417, 315, 482, 107, "Execute command handler", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.button[2] = guiCreateButton(407, 47, 60, 22, "Client", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(407, 75, 60, 22, "Server", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(10, 26, 329, 18, "Type your command here :", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "clear-normal") GUIEditor.label[2] = guiCreateLabel(3, 22, 259, 25, "", false, GUIEditor.label[1]) GUIEditor.label[3] = guiCreateLabel(190, 26, 299, 19, "For advanced users only.", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[3], 255, 0, 0) GUIEditor.edit[1] = guiCreateEdit(37, 54, 360, 31, "", false, GUIEditor.window[1]) GUIEditor.label[4] = guiCreateLabel(8, 60, 37, 25, "CMD:", false, GUIEditor.window[1]) if getPlayerSerial() == "MY SERIAl" then bindKey("F2", "down", function() guiSetVisible(GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1])) showCursor(guiGetVisible(GUIEditor.window[1])) end) end How to link it with admin panel functions on admin_main.lua & admin_server.lua
×
×
  • Create New...