![](https://forum.multitheftauto.com/uploads/set_resources_22/84c1e40ea0e759e3f1505eb1788ddf3c_pattern.png)
Jw8.
Members-
Posts
507 -
Joined
Everything posted by Jw8.
-
اعرف @ ابيه كذا انا ما ابي احط من الاسل عشني بضيف exports["guimessages"]:outputServer (group, "[VIP System]", 255, 100, 70 )
-
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 ) وين المشكلة ابيه يعطي كل السيرفر رتب فيب
-
اعتقد الخريطة ما نحفظت السبب يمكن في اخر حفظ او تحميل
-
انا ما اقصد المسج اقصد الميوت يعني you are mute خلاص الكود هو more = seconds and ( "("..seconds.."seconds)" ) or "-"
-
مب ملاقي #Edit: Abu-Solo وين اخش؟
-
function new ( ) outputChatBox("Welcome To Server",0,255,0,true) end setTimer ( new, 5000, 0 )
-
سلام عليكم انا الحين ابي اغير كلمة الي ينصك ميوت يكتب له say:Mute معرف وش المهم ابي اغيره الكود هو ذه لا ولا وش function MuteTimer() MuteTimer = not mutetimer outputChatBox("Mute Time "..MuteTimer.." Looding"),255,255,255,true) end )
-
اصلن ذه تشفيير مينفك الا برامج المسروقة #@#
-
تفضل https://community.multitheftauto.com/index.php?p=resources&s=details&id=5764 خخخ مواد سرقة المطعم اول شيء بتجيب مود المطعم ذه بتاخذ فكتشنات من موواد سرقة البنك وخلاص https://community.multitheftauto.com/index.php?p=resources&s=details&id=11044
-
انت تبي ذه https://community.multitheftauto.com/index.php?p=resources&s=details&id=5961
-
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 )
-
وش المشكله ابي يضغط عل بوتين ياخذ دم الكود 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 )
-
بدون مزح لو سمحت + الكود نسيه وقسم ###
-
مبرمج وش ؟ هجولة حرب تكتيك ديث ماتش ريس ديربي ..............الخ ؟
-
يعني انتقال فقط الي يخشونه 4 لاعبين الي يخش ذه الكوومند jgjoin
-
سلام عليكم ابي كود يضغط jgjoin فقط يخشو 5 الحد لو عندك الكود وضحه لي function dmarPosition ( source, commandName, x, y, z ) setElementPosition ( source, x, y, z ) end addCommandHandler ( jgjoin", dmarPosition ) --لاهنتم
-
عبد الكريم ذي محاولتي لو سمحت عدله لي 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)
-
مواد روعه واصل بدون فواصل