-
Posts
1,992 -
Joined
-
Last visited
-
Days Won
4
Everything posted by 3NAD
-
استايل الموقع نال إعجابي بالتوفيق .
-
localchat افتح ملف روح سطر 20 نزل تحته سطر جديد و اضف هذا if isPlayerMuted ( player ) then outputChatBox ( "* You are muted.", player, 255, 0, 0, true ) return end
-
اذا واجهتك هذي الرسالة, غالباً ان الدفع وصل بس مشكلة من الموقع إذا ماتفعل تواصل بالبريد
-
عين العقل, اهنيك
-
دق مرة ثانية ^
-
انا اللي تبي ابيك كذا شحلاته
-
انا اللي تبي
-
بس اعرف مصريين بنقهم بالسيرفرات الاوروبية 80-90 لعلّ المشكلة ب منطقتك والتغطية ...
-
قل الحمدلله اجل
-
3NAD > .... ?
-
راينا في ايش بالضبط ؟ على التقليد ؟؟ رايي تلقاه بالرابط هذا http://cdn.top4top.co/i_4b415d06d61.png خخخخ نسأل الله السلامة
-
حق الأسماء https://wiki.multitheftauto.com/wiki/Ch ... layersName واستخدم معه التايمر setTimer ( fuctionName, 20 *1000, 0 ) ^ كل 20 ثانية for i, v in next, getElementsByType ( "player" ) do if i == 20 then break end guiGridListSetItemText ( GridList, guiGridListAddRow ( GridList ), Column, getPlayerName ( v ), false, false ); end;
-
الاكواد ناقصة, لعلك ناسخها من مود الإديتور غلط وبالنسبة لـ GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Label = {} ما لها علاقة بكودك, ولو بتستخدمها راح تحطها قبل الأكواد اللي بتستخدم الجداول فيه مثال: GUIEditor.img[1] = guiCreateStaticImage ( ....... ) GUIEditor = { img = { }; }; ^ غلط مو معرفة اصلاً GUIEditor لأن فـ عشان تعرفها بالمود لازم تحطها قبل الأكواد GUIEditor = { img = { }; }; GUIEditor.img[1] = guiCreateStaticImage ( ....... )
-
اللي على الشخصية بسيط setPlayerNametagText
-
قصدك اني احطك لكل لوحه ملف؟ و اربكهم بي تقريت؟ بالله ابي تشوف لي حل^^ بالضبط
-
الأدمنية admin/client/gui/admin_main.lua ابحث عن هذا في سطر 439 guiSetText ( aTab1.Name, "Name: "..aPlayers[player]["name"] ) واستبدله بهذا local customTag = getElementData ( player, "CustomTag" ) guiSetText ( aTab1.Name, "Name: "..( ( customTag and customTag.." ("..aPlayers[player]["name"]..")" ) or aPlayers[player]["name"] ) ) طبعاً راح يظهر الإسم المزخرف في الليبل : إذا ضغطت على اللاعب من اللسته -- في التاب scoreboard/dxscoreboard.client ابحث عن هذا local playerName = getPlayerName( player ) if serverInfo.allowcolorcodes then if string.find( playerName, "#%x%x%x%x%x%x" ) then local colorCodes = {} while( string.find( playerName, "#%x%x%x%x%x%x" ) ) do local startPos, endPos = string.find( playerName, "#%x%x%x%x%x%x" ) if startPos then colorCode = string.sub( playerName, startPos, endPos ) table.insert( colorCodes, { { getColorFromString( colorCode ) }, startPos } ) playerName = string.gsub( playerName, "#%x%x%x%x%x%x", "", 1 ) end end content = { playerName, colorCodes } else content = playerName end else content = playerName end في سطر 346 واستبدله بهذا local playerName = getPlayerName( player ) local customTag = getElementData ( player, "CustomTag" ) if customTag then content = customTag else if serverInfo.allowcolorcodes then if string.find( playerName, "#%x%x%x%x%x%x" ) then local colorCodes = {} while( string.find( playerName, "#%x%x%x%x%x%x" ) ) do local startPos, endPos = string.find( playerName, "#%x%x%x%x%x%x" ) if startPos then colorCode = string.sub( playerName, startPos, endPos ) table.insert( colorCodes, { { getColorFromString( colorCode ) }, startPos } ) playerName = string.gsub( playerName, "#%x%x%x%x%x%x", "", 1 ) end end content = { playerName, colorCodes } else content = playerName end else content = playerName end end ثم تكرر العملية ب سطر 457 استبدل ب هذا local playerName = getPlayerName( player ) local customTag = getElementData ( player, "CustomTag" ) if customTag then content = customTag else if serverInfo.allowcolorcodes then if string.find( playerName, "#%x%x%x%x%x%x" ) then local colorCodes = {} while( string.find( playerName, "#%x%x%x%x%x%x" ) ) do local startPos, endPos = string.find( playerName, "#%x%x%x%x%x%x" ) if startPos then colorCode = string.sub( playerName, startPos, endPos ) table.insert( colorCodes, { { getColorFromString( colorCode ) }, startPos } ) playerName = string.gsub( playerName, "#%x%x%x%x%x%x", "", 1 ) end end content = { playerName, colorCodes } else content = playerName end else content = playerName end end ---
-
خل كل مود لحاله لا تجمعهم بملف واحد عشان لا تتلخبط التعاريف مثل 2 وندو في تعريف واحد --- واستخدم التريقر لفتح النوافذ اطرح اكواد الكلنت لكل مود منفصلة ..
-
كذا يكون اكثر من قروب if playerGang ~= "Criminal" and playerGang ~= "Army" then
-
قصدك سيارة عشوائية ؟؟ استخدم math.random ( from_ID, to_ID ) math.random ( 400, 600 ) -- من آي دي 400 إلى آي دي 600 في سطر 13 ^
-
إستبدل بالإيفنت حق الكول شيب addEventHandler ( "onColShapeHit", root, function ( player ) if turfElement[source] and source == turfElement[source][1] then local turf,area,id = unpack( turfElement[source] ) local playerGang = getElementData ( player, "gang" ) local turfGang = executeSQLQuery("SELECT GangOwner FROM Turf_System WHERE Turfs=?", "Turf["..tostring(id).."]" ) if id == 2 then if playerGang ~= "Criminal" then outputChatBox ( "for 'Criminal Team' only", player, 255, 0, 0, true ) return false end end if ( turfGang[1].GangOwner == playerGang ) then outputChatBox( messages[2]:format( turfGang[1].GangOwner or "None" ), player, 0, 255, 0, false ) else local playerGang = getElementData ( player, "gang" ) setElementData( source, "warTurf", playerGang ) if ( isTimer ( turfTimer[source][1] ) ) then if isTimer( turfTimer[source][2] ) then killTimer( turfTimer[source][2] ) end return end if ( playerGang ) then local r, g, b = unpack ( exports [ "gang_system" ]:getGangColor ( playerGang ) ) -- local r, g, b = 255, 255, 255 setRadarAreaFlashing ( area, true ) if turfGang[1].GangOwner ~= "Nadie" then outputChatBox( messages[3]:format( turfGang[1].GangOwner ), player, 0, 255, 0, false ) else outputChatBox( messages[4], player, 0, 255, 0, false ) end turfTimer[source][1] = setTimer ( function ( ) local players = getGangPlayersInTurf ( turf, playerGang ) setRadarAreaColor ( area, tonumber(r), tonumber(g), tonumber(b), 175 ) for _, player in ipairs ( players ) do outputChatBox( messages[5], player, 0, 255, 0, false ) triggerClientEvent(player, "onTakeTurf", player) givePlayerMoney ( player, 4000 ) executeSQLQuery("UPDATE Turf_System SET GangOwner=?,r=?,g=?,b=? WHERE Turfs=?", playerGang, tonumber(r), tonumber(g), tonumber(b), "Turf["..tostring(id).."]" ) -- setElementData ( turf, "getTurfGang", playerGang ) end setRadarAreaFlashing ( area, false ) end ,120000, 1) end end end end ) التعديل من سطر 7 كيف تحدد الأرض ؟ من الآي دي اللي مسويه بالجدول حق احداثيات الأراضي
-
ايه حط تعريف الوندو اللي تبيها تفتح وتسكر بالزر