-
Posts
756 -
Joined
-
Last visited
Everything posted by |Mr|-Talal07-|
-
السلام عليكم ورحمه الله وبركاته يا شباب انا كنت ابي ازبط ادمنية المشرف لكن ما اشتغلت ملف acl كله خرب مره راح فيها انا اقول لكم انا وش سويت "Moderator"> "general.ModifyOtherObjects" access="false"> "command.gamemode" access="false"> "command.changemode" access="false"> "command.changemap" access="false"> "command.stopmode" access="false"> "command.stopmap" access="false"> "command.skipmap" access="false"> "command.mute" access="true"> "command.unmute" access="true"> "command.whois" access="true"> "command.whowas" access="true"> "function.setPlayerMuted" access="true"> "function.kickPlayer" access="true"> "function.banIP" access="false"> "function.banPlayer" access="false"> "function.banSerial" access="false"> "function.getBansXML" access="false"> "function.unbanIP" access="false"> "function.unbanSerial" access="false"> "function.getClientIP" access="true"> "function.startResource" access="false"> "function.stopResource" access="false"> "function.restartResource" access="false"> "function.redirectPlayer" access="false"> "general.adminpanel" access="true"> "general.tab_players" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="true"> "general.tab_bans" access="false"> "general.tab_adminchat" access="true"> "command.kick" access="true"> "command.freeze" access="true"> "command.shout" access="true"> "command.spectate" access="true"> "command.slap" access="true"> "command.setgroup" access="false"> "command.sethealth" access="false"> "command.setarmour" access="false"> "command.setmoney" access="false"> "command.setskin" access="true"> "command.setteam" access="false"> "command.giveweapon" access="false"> "command.setstat" access="false"> "command.jetpack" access="true"> "command.warp" access="true"> "command.setdimension" access="true"> "command.setinterior" access="true"> "command.createteam" access="false"> "command.destroyteam" access="false"> "command.givevehicle" access="false"> "command.repair" access="true"> "command.blowvehicle" access="true"> "command.destroyvehicle" access="false"> "command.customize" access="false"> "command.setcolor" access="false"> "command.setpaintjob" access="false"> "command.listmessages" access="true"> "command.readmessage" access="true"> "command.listresources" access="false"> "command.start" access="false"> "command.stop" access="false"> "command.stopall" access="false"> "command.restart" access="false"> "command.execute" access="false"> "command.setpassword" access="false"> "command.setwelcome" access="false"> "command.setgame" access="false"> "command.setmap" access="false"> "command.setweather" access="true"> "command.blendweather" access="true"> "command.setblurlevel" access="true"> "command.setwaveheight" access="true"> "command.setskygradient" access="true"> "command.setgamespeed" access="false"> "command.setgravity" access="true"> "command.settime" access="true"> "command.ban" access="false"> "command.unban" access="false"> "command.banip" access="false"> "command.unbanip" access="false"> "command.banserial" access="false"> "command.unbanserial" access="false"> "command.listbans" access="false"> "command.setnick" access="true"> انا عدلت بس true or false و بعدها ما اشتغل بس المفروض الزر يروح ما راح كل شي خربنا اذا جيت اسوي شي قال لا وش الحل
-
هذا هو المقصود مشكوور و مشكور يا تيتي صراحه استفدت
-
السلام عليكم ورحمه الله وبركاته عيدكم مبارك يا شباب في بعض السيرفرات الاقي الباب حق التصليح مفتوح الي تتدخله ويصلح لك سيارتك انا ابي اعرف اذا في كود يفتح الباب اما الباقي اعرف له
-
صدقت والله انه ذا حتى موجود في المنتدى
-
الصراحة ما احترامي للجميع اذا فتحنا موضوع و اذا واحد غلط تمسكون الموضوع 20 صفحه كلها لا مو كذا الثاني لا كذا الي بعده لالالالا كذا ...الخ طيب خلاص عرفنا
-
شوف اقتراحاتي قسم المودات قسم المابات قسم السيارات قسم البرمجه قسم المشااكل MTA ذي كلها في قسم تطوير
-
انا صراحه ما اشتغل على ذا البرنامج انا اشتغل على lua Edit
-
Hajwalah project gameplay | مشروع: مود الهجولة الكاّمل
|Mr|-Talal07-| replied to Aesony's topic in Arabic / العربية
اول شي نص المبرمجين شغالين علي سيرفراتهم ثاني شي في احد من المبرمجين قال انا معاك الي موافق منهم يقول انا معاك -
اكتب في اف8 car رقم السيارة اذا تبي ارقام السيارات https://wiki.multitheftauto.com/wiki/Vehicle_IDs
-
function createcar(source,cmd,id) local x,y,z = getElementPosition(source) local veh = createVehicle(id,x,y,z) warpPedIntoVehicle(source,veh) end addCommandHandler("car",createcar) هذا مود بسيط اذا تبي سيارة car رقم السياره
-
wndMain = { 'wnd', text = 'FR GUI', x = 10, y = 150, width = 280, controls = { {'lbl', text='Local player'}, {'br'}, {'btn', id='kill', onclick=killLocalPlayer}, {'btn', id='skin', window=wndSkin}, {'btn', id='anim', window=wndAnim}, {'btn', id='weapon', window=wndWeapon}, {'btn', id='clothes', window=wndClothes}, {'btn', id='playergrav', text='grav', window=wndGravity}, {'btn', id='warp', window=wndWarp}, {'btn', id='stats', window=wndStats}, {'btn', id='bookmarks', window=wndBookmarks}, {'br'}, {'chk', id='jetpack', onclick=toggleJetPack}, {'chk', id='falloff', text='fall off bike', onclick=toggleFallOffBike}, {'br'}, {'lbl', text='Pos:'}, {'lbl', id='xpos', text='x', width=45}, {'lbl', id='ypos', text='y', width=45}, {'lbl', id='zpos', text='z', width=45}, {'btn', id='setpos', text='map', window=wndSetPos}, {'btn', id='setinterior', text='int', window=wndSetInterior}, {'br'}, {'br'}, {'lbl', text='Vehicles'}, {'br'}, {'lbl', text='Current:'}, {'lbl', id='curvehicle'}, {'br'}, {'btn', id='createvehicle', window=wndCreateVehicle, text='create'}, {'btn', id='repair', onclick=repairVehicle}, {'btn', id='flip', onclick=flipVehicle}, {'btn', id='upgrades', window=wndUpgrades}, {'btn', id='color', onclick=openColorPicker}, {'btn', id='paintjob', window=wndPaintjob}, {'br'}, {'chk', id='lightson', text='Lights on', onclick=forceLightsOn}, {'chk', id='lightsoff', text='Lights off', onclick=forceLightsOff}, {'br'}, {'br'}, {'lbl', text='Environment'}, {'br'}, {'btn', id='time', window=wndTime}, {'chk', id='freezetime', text='freeze', onclick=toggleFreezeTime}, {'btn', id='weather', window=wndWeather}, {'btn', id='speed', window=wndGameSpeed} }, oncreate = mainWndShow, onclose = mainWndClose } الحين انا وش اعدل ابي اعرف وش اعدل على ذا اظن احتمال اعدل الكلمه الي هي 'wnd' صح ولا لا
-
السلام عليكم ورحمه الله و بركاته انا يا شباب عدلت فري روم لكن وش اكود الي اكتبها عشان اركب صوره وراء الفري روم في كل سيرفر موجوده انا عارف اني اكتب الكود في fr_client بس وش اكتب الرد يا شباب
-
function kickplayer(source,cmd,name,reason) local pname = getPlayerFromName(name) if ( pname ) then kickPlayer(pname,reason) outputChatBox("" .. name .. " Has Been Kicked By " .. getPlayerName(source),getRootElement(),255,0,0,true) else outputChatBox("Error",source,255,0,0) end end addCommandHandler("kick",kickplayer) هذا انا مسويه جربه
-
اشتغل مشكورين
-
يا شباب انا كنت ناوي اسوي مود مره حلو اذا كتبت في اف8 drop amount = عدد الرصاص الي تبي تنزله لكن ما اشتغل معي ذا هو الكود function drop(source,command,amount) local weapon = getPedWeapon(source) local x,y,z = getElementPosition(source) local ammo = getPedTotalAmmo(source) local amm = tonumber(amount) if ( ammo <= amm ) then createPickup(x,y,z,2,weapon,0,amm) outputChatBox("*You Are Drop Successfuly",source,0,255,0,true) else outputChatBox("*You Don't Have " .. amount ..".",source,255,0,0,true) end end addCommandHandler("drop",drop) WHF!! is this
-
مشكورين شباب على الخدمة ذا سيرفر صح
-
السلام عليكم ورحمه الله وبركاته يا شباب انا ابي اعرف الوظايف الي تخليني اذا انا في تيم ما اقدر اقتل الي في التيم معي مثل البيس مود الي في الازرق ما يقتل الازرق و الي في الاحمر ما يقتل الي في الاحمر انا ابي كود اذا تقدرون او الوظايف وانا اسوي الكود اذا ما اشتغل ارد لكم خبر وشكرااا
-
خلاص اشتغل مشكورين
-
مشكورين شباب كفيتوا ووافيتوا طيب يشتغل كذا function playerlist() playerList = guiCreateGridList(6, 6, 140, 460, false, tab4) guiGridListSetSelectionMode(playerList, 2) local cl = guiGridListAddColumn(playerList, "Players List ...", 0.85) if ( cl and guiGetVisible(GUIEditor_Window[1] ) == true ) then for _,name in ipairs(getElementsByType("player")) do local rw = guiGridListAddRow(playerList) guiGridListSetItemText(playerList, rw, cl, getPlayerName(name), false, false) end end end setTimer(playerlist,4000,0) اموت انا فيكم يا شيخ والله لازور سيرفرك يا حسان الله يخليكم لي امكم على غفله
-
السلام عليكم ورحمة الله وبركاته يا شباب انا اطلب منكم كود لكيفية اظهار كل الاعبين في لسته لكن لكن لكن ابيه يتحدث لان في السيرفر الاعبين داخلين خارجين انا لقيت كود في الويكي لكن ما يتحدث وجربت setTimer و onClientRender بس ما اشتغل المساعدة لو سمحتوا
-
متفهامين عجل من جد بس وين انت في البحرين والباقي ما تعرف وين
