Jump to content

Jw8.

Members
  • Posts

    507
  • Joined

Everything posted by Jw8.

  1. اعرف @ ابيه كذا انا ما ابي احط من الاسل عشني بضيف exports["guimessages"]:outputServer (group, "[VIP System]", 255, 100, 70 )
  2. function getPlayerAcls(thePlayer) local acls = {} local account = getPlayerAccount(thePlayer) if (account) and not (isGuestAccount(account)) then local accountName = getAccountName(account) for i,group in ipairs(aclGroupList()) do if isPlayerInACL(group, "VIP") then local groupName = aclGroupGetName(group) table.insert(acls, groupName) end end end return acls end ) وين المشكلة ابيه يعطي كل السيرفر رتب فيب
  3. gif = dxDrawGifImage ( 769, 175, 193, 145, "pns.gif", 0, "gif", 120 ) addCommandHandler ( "dg", function ( ) destroyElement ( gif ) end ) خذ جاهز
  4. playSound3D تقصد تحط رابط ؟
  5. اعتقد الخريطة ما نحفظت السبب يمكن في اخر حفظ او تحميل
  6. انا ما اقصد المسج اقصد الميوت يعني you are mute خلاص الكود هو more = seconds and ( "("..seconds.."seconds)" ) or "-"
  7. مب ملاقي #Edit: Abu-Solo وين اخش؟
  8. function new ( ) outputChatBox("Welcome To Server",0,255,0,true) end setTimer ( new, 5000, 0 )
  9. سلام عليكم انا الحين ابي اغير كلمة الي ينصك ميوت يكتب له say:Mute معرف وش المهم ابي اغيره الكود هو ذه لا ولا وش function MuteTimer() MuteTimer = not mutetimer outputChatBox("Mute Time "..MuteTimer.." Looding"),255,255,255,true) end )
  10. اصلن ذه تشفيير مينفك الا برامج المسروقة #@#
  11. تفضل https://community.multitheftauto.com/index.php?p=resources&s=details&id=5764 خخخ مواد سرقة المطعم اول شيء بتجيب مود المطعم ذه بتاخذ فكتشنات من موواد سرقة البنك وخلاص https://community.multitheftauto.com/index.php?p=resources&s=details&id=11044
  12. انت تبي ذه https://community.multitheftauto.com/index.php?p=resources&s=details&id=5961
  13. triggerServerEvent تريقر سيرفر؟ وش الغلط ؟ addEvent ( 'Armor' , true ) -- استقبال التريقر addEventHandler ( 'Armor', root, --استقبال التريقر function ( ) -- وظيفه setPedArmor ( source, 100 ) outputChatBox ( 'تم اعطائك', source, 255,255,255, true ) -- يجي في الشات end ) -- addEvent ( 'Health' , true ) -- استقبال التريقر addEventHandler ( 'Health', root, --استقبال التريقر function ( ) -- وظيفه setPedHealth ( source, 100 ) outputChatBox ( 'تم اعطائك', source, 255,255,255, true ) -- يجي في الشات end )
  14. وش المشكله ابي يضغط عل بوتين ياخذ دم الكود addEventHandler("onClientGUIClick",root,function() if source == Armor then setPedArmor ( root, 100 ) end end ) -- addEventHandler("onClientGUIClick",root,function() if source == Health then setPedHealth ( root, 100 ) end end )
  15. بدون مزح لو سمحت + الكود نسيه وقسم ###
  16. بالله ابيه علا بوتين لوسمحت
  17. مبرمج وش ؟ هجولة حرب تكتيك ديث ماتش ريس ديربي ..............الخ ؟
  18. يعني انتقال فقط الي يخشونه 4 لاعبين الي يخش ذه الكوومند jgjoin
  19. سلام عليكم ابي كود يضغط jgjoin فقط يخشو 5 الحد لو عندك الكود وضحه لي function dmarPosition ( source, commandName, x, y, z ) setElementPosition ( source, x, y, z ) end addCommandHandler ( jgjoin", dmarPosition ) --لاهنتم
  20. Jw8.

    x[مود]x

    عبد الكريم ذي محاولتي لو سمحت عدله لي local VehicleVIP = {} addEvent ("VIPsetPedCars", true) addEventHandler ("VIPsetPedCars", getRootElement(), function(CarsName) if getElementData(source, "VIP") then if VehicleVIP[source] and isElement( VehicleVIP[source] ) then destroyElement( VehicleVIP[source] ) VehicleVIP[source] = nil end local CarID = getVehicleModelFromName (CarsName) local x,y,z = getElementPosition(source) local carName = getVehicleNameFromModel (CarID) VehicleVIP[source] = createVehicle(CarID, x,y,z) setVehicleColor(VehicleVIP[source], 252, 184, 21) addVehicleUpgrade(VehicleVIP[source], 1010) exports["guimessages"]:outputServer (source,"#3399FF[VIP System] : #00FF00You Get Cars #FF00FF[ "..carName.." ] #00FF00!", 0, 255, 255) warpPedIntoVehicle(source, VehicleVIP[source]) end end ) VehicleVIP[source] = createVehicle(602, 0, 0, 6) setVehicleDamageProof(VehicleVIP[source], true) addEventHandler ( "onPlayerQuit", getRootElement(), function () if VehicleVIP[source] and isElement( VehicleVIP[source] ) then destroyElement( VehicleVIP[source] ) VehicleVIP[source] = nil end end) addEvent("VIPfixVehicle",true) addEventHandler("VIPfixVehicle",root, function () if getElementData(source,"VIP") == true then if isPedInVehicle ( source ) then fixVehicle ( getPedOccupiedVehicle ( source ) ) playSoundFrontEnd(source,46) exports["guimessages"]:outputServer(source,"#3399FF[VIP System] : #00FF00 You Fix Vehicle !",0,255,255) exports["guimessages"]:outputServer(source,"#3399FF[VIP System] : #FF0000Wait 1 Minute To Fix !",0,255,255) end end end ) function vipentre(player) if getElementData(player, "VIP") then return end exports["guimessages"]:outputServer(player ,"#3399FF[VIP System] : #FF0000 Only 'VIP' !", 0, 255, 255, true) cancelEvent() end addEventHandler("onVehicleStartEnter", getResourceRootElement(getThisResource()),vipentre) vehvipB = {} addEventHandler ( "onPlayerQuit", getRootElement(), function () if vehvipB[source] and isElement( vehvipB[source] ) then destroyElement( vehvipB[source] ) vehvipB[source] = nil end end)
  21. Jw8.

    x[مود]x

    سلام عليكم ورحمة الله وبركاته اقدر اسوي سياره مثال متنفجر ؟؟ لوسمحتو بي اسرع وقت
×
×
  • Create New...