Jump to content

Max+

Members
  • Posts

    1,363
  • Joined

  • Last visited

Everything posted by Max+

  1. اجل خلنا من الداتا , ممكن تيبل ؟ يتحقق من السيريالات اذا مبنده " مايخش " ,
  2. seriously ? inside the function ( leaveElement ) and the codes using hitElement ? change the leaveElement to hitElement
  3. ليه يحفظ سكل ويقدر يستخدم اكاونت داتا , او سيريال او اييبي ؟ ولو الباند لواحد مو مسجل .. كيف بتعطيه باند سيريال ^
  4. ليه يحفظ سكل ويقدر يستخدم اكاونت داتا , او سيريال او اييبي ؟
  5. ههههههههههههههههههههههه اجل راحتك عليك 53 ريال هههههههههههه ههههههههههه يا رجال مسوي له المود يقول لي مافيه انوار ورا بالقزاز طيب ذي الأنوار من السيارة نفسها زي الي بالفيديو قلت له يجيب السيارة exe مرسل لي ملف صغيته حنا مانبي نفهمه غلط هههههههههههههههههههههههههههههههههههههه عادي يارجل ماشفت التورنت منزلين زي كذا GTAIV.rar.exe هههههههههههههههههههههه
  6. ههههههههههههههههههههههه اجل راحتك عليك 53 ريال هههههههههههه
  7. لو تبحث بالمودات تلقى . . . https://community.multitheftauto.com/in ... ls&id=4732 https://community.multitheftauto.com/in ... ls&id=3266 https://community.multitheftauto.com/in ... ls&id=8840 https://community.multitheftauto.com/in ... ls&id=6072
  8. --- سيرفر local root = getRootElement() function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then cancelEvent() outputChatBox("#bd1c18* [ #424242Console#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Devlpor")) then cancelEvent() outputChatBox("#bd1c18* [ #424242Developer1#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("HeadAdmin")) then cancelEvent() outputChatBox("#bd1c18* [ #FE2E2EHeadAdmin#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Leader")) then cancelEvent() outputChatBox("#bd1c18* [ #FE2E2ELeader#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_1")) then cancelEvent() outputChatBox("#bd1c18* [ #04B4AELevel 1#bd1c18 ] #04B4AE" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_2")) then cancelEvent() outputChatBox("#bd1c18* [ #8A0868Level 2#bd1c18 ] #8A0868" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_3")) then cancelEvent() outputChatBox("#bd1c18* [ #298A08Level 3#bd1c18 ] #298A08" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_4")) then cancelEvent() outputChatBox("#bd1c18* [ #B18904Level 4#bd1c18 ] #B18904" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_5")) then cancelEvent() outputChatBox("#bd1c18* [ #8A0808Level 5#bd1c18 ] #8A0808" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Admin.Ex")) then cancelEvent() outputChatBox("#9c9a9c[ Admin - Ex ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Head-Leader")) then cancelEvent() outputChatBox("#bd1c18* [ #424242Head-Leader#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("SuPeR-admin")) then cancelEvent() outputChatBox("#bd1c18* [ #424242SuPeR-admin#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("BIG-ADMIN")) then cancelEvent() outputChatBox("#bd1c18* [ #424242BIG-ADMIN#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("GA-1")) then cancelEvent() outputChatBox("#bd1c18* [ #424242GA-1#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("GA-2")) then cancelEvent() outputChatBox("#bd1c18* [ #424242GA-2#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("GM-1")) then cancelEvent() outputChatBox("#bd1c18* [ #424242GM-1#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("GM-2")) then cancelEvent() outputChatBox("#bd1c18* [ #424242GM-2#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("SUPPORT")) then cancelEvent() outputChatBox("#bd1c18* [ #424242SUPPORT#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("ServerOwner")) then cancelEvent() outputChatBox("#bd1c18* [ #424242ServerOwner#bd1c28 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) end end addEventHandler("onPlayerChat", root, chatbox) الاسل انت عدله لاني والله ماني فاضي . . . التحميل -- --client addEventHandler( "onClientResourceStart", resourceRoot, function( ) TimerDownload = setTimer( function( ) if ( isTransferBoxActive ( ) ~= true ) then setElementData( localPlayer, "download", false ) killTimer( TimerDownload ) end end, 10000, 0 ) end ) --server addEventHandler( "onPlayerJoin", root, function( ) setElementData( source, "download", "Download" ) end )
  9. ارسلي التاج + الرتب اللي تبيها
  10. وش تبي بالرتب طيب ركبت سكربت ليفلات زومبي وخلاص
  11. https://community.multitheftauto.com/in ... ls&id=7970
  12. --ClientSide function toggleGUI() if guiGetVisible(GUIEditor_Window[1]) == true then --- change GUIEditor_Window[1] to your window name guiSetVisible(GUIEditor_Window[1],false) showCursor(false) else guiSetVisible(GUIEditor_Window[1],true) showCursor(true) end end addEvent("toggleGUI",true) addEventHandler("toggleGUI",root,toggleGUI) ---server addEventHandler("onPlayerJoin",root, function () bindKey(source,"F2","down",showGUI) end) addEventHandler("onResourceStart",resourceRoot, function () for index, player in ipairs(getElementsByType("player")) do bindKey(player,"F2","down",showGUI) end end) function showGUI(thePlayer) if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(thePlayer)),aclGetGroup("Admin")) then triggerClientEvent(thePlayer,"toggleGUI",thePlayer) else outputChatBox(" You Dont Have Access to This Panel",thePlayer,255,0,0) end end
  13. Arnold-1 there is not on vehicleLeave event addEventHandler ( 'onVehicleStartExit', root, function ( ) cancelEvent ( ) end )
  14. you can use setTimer to update something
  15. افتح السيرفر ^
  16. اكيد طريقة حفظ النقاط عندك غلط ...
  17. شكلك حست امها , ارسلي الاسل اللي اخترته + ايبي السيرفر
  18. viewtopic.php?f=160&t=66671&p=626850 https://forum.multitheftauto.com/viewtopic.php?f=160&p=571109
  19. انا مانصح بالتيبل في حفظ النقاط . . . استخدم elementData ----- AccountData لحفظ وتخزين النقاط . . انا استخدم في السكربت عندي اكاونت داتا
  20. Send me your server ip , port PM ,
  21. i didn't get what you need you want players name in the gridlist or account names ? this is for account Names , --Client --Client function gridacc (account) local playerList = guiCreateGridList ( 0.80, 0.10, 0.15, 0.60, true ) local column = guiGridListAddColumn( playerList, "Player", 0.85 ) if ( column ) then local row = guiGridListAddRow ( playerList ) guiGridListSetItemText(playerList, row, column, account, false, false ) end end addEvent("onAccountsSend",true) addEventHandler("onAccountsSend",root, gridacc) ---server function acc ( ) for _, account in pairs( getElementsByType ('player')) do account = getAccountName(getPlayerAccount( account )) triggerClientEvent('onAccountsSend',root, account ) end end addEventHandler('onPlayerLogin',root, acc ) function mmm( ) setTimer ( acc, 1000, 1 ) end addEventHandler('onPlayerJoin', root, mmm ) addEventHandler('onResourceStart', root, mmm )
×
×
  • Create New...