Jump to content

N3xT

Retired Staff
  • Posts

    2,490
  • Joined

  • Days Won

    18

Everything posted by N3xT

  1. Tries to convert its argument to a number. If the argument is already a number or a string convertible to a number, then tonumber returns this number; otherwise, it returns nil. tonumber : يحول السترنق إلى رقم لذلك الفنكشن الصح type if ( type ( tonumber(guiGetText (edit) ) ) ~= "number" ) then return end
  2. ذا انت اللي تسويه
  3. ذا الفنكشن الصح مثل ما قالك ديفولت https://wiki.multitheftauto.com/wiki/CreateBrowser
  4. https://community.multitheftauto.com/index.php?p=resources&s=details&id=5210
  5. يفترض الفنكشن يكون داخل الرندر عشان يتغير كل شوي والحد الأعلى للشفافية 255 ليه حاطها على 1 ؟
  6. الكود غلط وأنت تقول حطه بقروب أدمن
  7. انت ما صنعت متصفح أصلا عشان تعرض عليه شيء ههههههه
  8. كلنت وسيرفر = Shared Function
  9. setPedArmor = Server-only function
  10. عندك اكواد مخترعها من راسك + اذا تبي تعطي درع لازم تسوي تريقر لأن الفنكشن سيرفر-سايد
  11. عطيتك طلبك الأول ، طلبك الثاني سويه بنفسك اتوقع مايبي لها ذكاء عشان تعدله من كوماند لبوتون
  12. وين تسجيل الدخول بالسيرفر سايد؟
  13. طيب كيف تبينا نعرف الخطأ وأنت ما عطيتنا الكود أصلاً؟
  14. N3xT

    طلب ..

    الله يسلمك ، حياك الله
  15. طيب وحنا وش درانا ؟
  16. راجع الويكي وتعرف السورس حق الفنكشن
  17. N3xT

    طلب ..

    function chatbox( text, type) local acc = getPlayerAccount(source) if ChatDisabled then if not isGuestAccount ( acc ) then if not isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Console")) then outputChatBox ( "Chat locked.", source, 255, 150, 0, true ) cancelEvent ( ) return end else outputChatBox ( "Chat locked.", source, 255, 150, 0, true ) cancelEvent() return end end if ( type == 0 ) then if isGuestAccount ( acc ) then return end local customTag = getAccountData ( acc, "customTag" ) if customTag then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox(customTag.." " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: "..customTag.." " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Console")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#ff0000* [ Console ] " .. getPlayerName ( source ) .. ":#FFcc00 " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Console ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Admin - Ex")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#777777* [ Admin - Ex ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Admin - Ex ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Admin - At")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#777777* [ Admin - At ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Admin - At ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("V.I.P")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#FFcc00* [ V.I.P ] " .. getPlayerName ( source ) .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ V.I.P ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Police")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#007F7F* [ Police ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Police ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Level 1")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#0593FF* [ Lv.1 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.1 ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Level 2")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#2554c7* [ Lv.2 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.2 ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Level 3")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#0FC615* [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Level 4")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#007000* [ Lv.4 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.4 ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Level 5")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#FF0000* [ Lv.5 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.5 ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Level 6")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#CC0000* [ Lv.6 ] " .. getPlayerName ( source ) .. ":#0099cc " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.6 ] " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Head.Admin")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#C11B17* [ Head.Admin ] " .. getPlayerName ( source ) .. ":#0099cc " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Head.Admin ] " .. getPlayerName ( source ) .. ": " .. text) end end end addEventHandler("onPlayerChat", getRootElement(), chatbox)
  18. maxPlayer = 0 function dmarPosition ( source, commandName, x, y, z ) if ( maxPlayer <= 5 ) then setElementPosition ( source, x, y, z ) maxPlayer = maxPlayer + 1 end end addCommandHandler ( "jgjoin", dmarPosition )
  19. ماشاء الله معروف سيرفركم ومن أفضل سيرفرات الريس من ناحية التنسيق اللي شفتها بالتوفيق لكم
  20. مادري ليه الجداول والحويس ذا والكود بالكثير يبي له ١٠ سطور
×
×
  • Create New...