Leaderboard
Popular Content
Showing content with the highest reputation on 21/03/17 in all areas
-
ONLINE AND RUNNING GOOD TO JOIN 2/10/2019 JOIN MY DISCORD SERVER TO ADVERTISE YOUR MTA SERVER https://discord.gg/cugGVgR JOIN MY DISCORD SERVER TO ADVERTISE YOUR MTA SERVER https://discord.gg/cugGVgR Implicit gaming community - https://discord.gg/khx93Hj MTASERVER Welcome to the Implicit Introduction. We are a server that started in the begin of 2016 and is coming back in 04/19 Now we are almost alive for one year with ups and downs we came back in the game. - We want to bring back the roleplay as it was - Legal roleplay is very important in a roleplay server - ILLEGAL roleplay is important to but we are not a RPG server - We want to give everyone something to roleplay - We have an very nice administration team as they are ready to help everyone! - We allow everyone to come ingame as you speak english What do we offer you? We give you the experience to roleplay a good administration team working community and very friendly we offer everyone a faction wich need to have 3 faction members We want to give everyone something to roleplay with out faction or with a faction We have teamspeak almost up where you can communicate ------------------------------------------------------------------------------------------------------------------------------------------ We have new nice mappings we have an discord channel that you are free to join! [ Links below ] ⦁ 21-03-2019 ⦁ Roleplay ⦁ English ⦁ IP: mtasa://46.4.197.67:22003 ⦁ Discord: https://discord.gg/MC8jW7G ⦁ Find us on youtube YOUTUBE CHANNEL DJ set has been added to the script updated forums are up Forum and discord links ⦁ Discord: https://discord.gg/khx93Hj Forum is online: not online yet ⦁ Find us on youtube YOUTUBE CHANNEL JOIN MY DISCORD SERVER TO ADVERTISE YOUR MTA SERVER https://discord.gg/cugGVgR Greetingz from us all. Take a look ingame, any futher comments that will give us an bad reputation is being reported. JOIN MY DISCORD SERVER TO ADVERTISE YOUR MTA SERVER https://discord.gg/cugGVgR5 points
-
_G استخدم مثال : a = "getPlayerName" outputChatBox ( _G[a](localPlayer) )3 points
-
السلام عليكم ورحمه الله وبركاته هلا والله بالعيال لكل شخص حابب يبدأ يتعلم برمجة تطبيقات الهواتف كـ whats app GPS snap chat etc... سوف ابدا بشرح الدورة قريبا وكل درس سيكون في موضوع منفصل ان شاء الله لكن ماذا تحتاج من اساسيات قبل البدء؟ أولا يجب ان يكون لديك اساسيات عن لغه الجافا Java101 https://www.youtube.com/playlist?list=PL28DDB2DCF87BEE43 Java102 https://www.youtube.com/playlist?list=PL138BE19EA2405C94 Java103 https://www.youtube.com/playlist?list=PLA94A6FB67AB4CD0D وبما أنك مبرمج لغه لوا لا أظن أنك ستواجه صعوبه في تعلمهم ثم تحتاج أن يكون لديك خلفية عن html+css غير إجباري + PHP+mysql إجباري فقط تعلم اساسيات php وليس ان تحترفها ما الفائدة من تعلم ذلك؟ حتى تستطيع جعل تطبيقك يعمل اونلاين او عمل خاصيه تسجيل الدخول عن طريق الفيسبوك او جوجل والكثير ثم هنا تكون جاهز لبدء تعلم برمجة تطبيقات الأندرويد ما هو البرنامج الذي سنعمل عليه؟ Android-Studio يحتاج أقل شيء Ram 2GB ويفضل Ram 8GB الى هنا نكون أنتهينا وقريبا سيتم أضافة دورة برمجة تطبيقات الأندرويد ان شاء الله كل ما عليك فقط أن تتعلم من المصادر في الأعلى ولطرح الأسئلة في نفس الموضوع صلااااااااام2 points
-
السلام عليكم ورحمة الله وبركاته يوجد العديد من الاشخاص تواجههم صعوبة في قراءة الاكواد او كتابتها اياً كان سواء لا يعرفون ماذا يستخدمون من برامج هذا شرح عن كيفية جعل البرمجة سهلة بالنسبة لك في البداية هذا رابط تحميل برنامج يجعل البرمجة سهلة بالنسبة لك [ Click to download Notepad ] مزايا البرنامج يوجد به العديد من اللغات جعل شكل البرمجة اسهل تلوين بعض الاوامر المهمة مثل function , end , ... والمزيد والمزيد من المزاية يمكنك اكتشافها صورة للبرنامج كيفية تحميل البرنامج [ Click to download Notepad ] من خلال الرابط السابق قم بإختيار الاصدار الذي تريده كما يظهر بالشكل المقابل ثم اضفط على كلمة download كما بالشكل المقابل ثم يمكنك ان تتعلم البرمجة بشكل اسهل هذا ما كان عندي لليوم اتمنى ان تكونوا استفدتم ولا بشيئ بسيط شكراً على المتابعة2 points
-
السلام عليكم ورحمة الله وبركاته ... يرجى اتباع التالي قبل نشر محتوى خاص بك في هذا القسم عند نشر كود معين استخدم التاج لتحديد نوع هذا الكود كيف تقوم بتحديد التاج للغة ؟ الشرح اولاً قم بتحديد الكود ثم اضفط على هذه العلامة <> كما هو موضح في الصورة بعد ذلك قم بتحديد اللغة انظر الشكل التالي لتعرف كيف ثم اضفط على كلمة Insert into post -- Ex مثال عند انشاء كود من لغة جافا قبل التاج تكون بهذا الشكل // Hello.java import javax.swing.JApplet; import java.awt.Graphics; public class Hello extends JApplet { public void paintComponent(final Graphics g) { g.drawString("Hello, world!", 65, 95); } } اما بعد التاج تكون بهذا الشكل // Hello.java import javax.swing.JApplet; import java.awt.Graphics; public class Hello extends JApplet { public void paintComponent(final Graphics g) { g.drawString("Hello, world!", 65, 95); } } آخر تحديث 21/3/20172 points
-
السلام عليكم ورحمة الله وبركاته ان شاء الله بسوي شرح عن انشاء فريق createTeam -- Server only ! طيب نبدأ في الشرح . بسم الله اولاً الشرح createTeam ( theName ,R ,G ,B ) -- theName الاسم الفريق -- R, G, B لون اسم الفريق -- R عائدة على اللون الاحمر -- G عائدة على اللون الاخضر -- B عائدة على اللون الازرق طيب نعطي مثال على اساس انشاء تيم شرطة مع تغـيـيـر اللون local thePoliceTeam = createTeam ( "Police", 0, 0, 255 ) هذا مثال على انه رح يسوي فريق شرطة باللون الازرق طيب نسوي اكثر من فريق function onStart() local thePoliceTeam = createTeam ( "Police", 0, 0, 255 ) -- ازرق local theKillerTeam = createTeam ( "Killer", 255, 0, 0 ) -- احمر local theDoctorTeam = createTeam ( "Doctor", 0, 255, 0 ) -- اخضر end addEventHandler("onResourceStart", root, onStart) -- server only طيب عرفنا كيف نسوي فريق الحين كيف نغير لون الفريق ؟ الشرح setTeamColor ( theTeam, R, G, B ) -- حيث -- theTeam اسم الفريق الموجود قبل -- R, G, B اللون الجديد اللي رح تغير لون اسم التيم له -- R عائدة على اللون الاحمر -- G عائدة على اللون الاخضر -- B عائدة على اللون الازرق مثال على تغيير اللون local thePoliceTeam = createTeam ( "Police", 255, 255, 0 ) -- لون اصفر if ( thePoliceTeam ) then -- هنا واللي هو اهم شي لازم نتحقق ان الفريق موجود setTeamColor ( thePoliceTeam, 0, 0, 255 ) -- لون ازرق end طيب الحين تبي تغير اسم التيم ؟ الشرح setTeamName ( theTeam, theNewName ) -- حيث -- theTeam التيم اللي تم انشائه -- theNewName الاسم الجديد اللي تبيه للتيم مثال على تغـيـيـر اسم الفريق local thePoliceTeam = createTeam ( "Police", 0, 0, 255 ) -- لون ازرق if ( thePoliceTeam ) then -- هنا واللي هو اهم شي لازم نتحقق ان الفريق موجود setTeamName ( thePoliceTeam, "new Police" ) -- الاسم الجديد end كيف اخلي اللاعب في فريق معين ؟ شرح setPlayerTeam ( thePlayer, theTeam ) -- حيث -- thePlayer هو اللاعب اللي رح تغير فريقه او رح تخليه في فريق معين -- theTeam هو الفريق اللي رح تخلي اللاعب فيه مثال على جعل اللاعب في فريق معين local theKillerProjectTeam = createTeam ( "Killer Project", 255, 0, 0 ) -- لون احمر local theGoodPlayersTeam = createTeam ( "Good Players", 0, 255, 0 ) -- لون اخضر -- Ex 1 function setPlayerNewTeam ( source, command ) if theGoodPlayersTeam then setPlayerTeam ( source, theGoodPlayersTeam ) end end addCommandHandler ( "setTeamForMe", setPlayerNewTeam ) -- Ex 2 function setTeamOnWasted ( ) if theKillerProjectTeam then setPlayerTeam ( source, theKillerProjectTeam ) end end addEventHandler ( "onPlayerWasted", root, setTeamOnWasted ) طيب كيف اجيب اسم الفريق الخاص باللاعب ؟ شرح playerTeam = getPlayerTeam ( player ) theTeamName = getTeamName ( playerTeam ) -- حيث -- player اللاعب اللي رح تجيب اسم فريقه مثال كيف تجيب اسم الفريق function GetTeamOnWasted ( ) playerTeam = getPlayerTeam ( source ) if ( playerTeam ) then -- نتحقق من ان اللاعب في فريق بالفعل teamName = getTeamName ( playerTeam ) outputChatBox ( getPlayerName(source).." is on a team > "..teamName , root, 0, 255, 0, true ) end end addEventHandler ( "onPlayerWasted", root, GetTeamOnWasted ) كيف اخلي الشخصيات اللي في الفريق اصدقاء ؟ شرح setTeamFriendlyFire ( theTeam , false or true ) -- حيث -- theTeam هو الفريق اللي تبي شخصياته تكون اصدقاء -- كيف تكون اصدقاء ؟ يعني ما يطلقون على بعض -- true or false هي اللي تتحكم في الصداقة -- true تخليهم اصدقاء -- false تخليهم مب اصدقاء مثال على كيف تخلي شخصيات التيم اصدقاء function onStartSetFriendlyFire() local thePoliceTeam = createTeam ( "Police", 0, 0, 255 ) -- ازرق local theKillerTeam = createTeam ( "Killer", 255, 0, 0 ) -- احمر local theDoctorTeam = createTeam ( "Doctor", 0, 255, 0 ) -- اخضر setTeamFriendlyFire ( thePoliceTeam, true ) -- اصدقاء setTeamFriendlyFire ( theKillerTeam, false ) -- مب اصدقاء setTeamFriendlyFire ( theDoctorTeam, true ) -- اصدقاء end addEventHandler("onResourceStart", root, onStartSetFriendlyFire ) -- server only هذا شرحي لليوم استمنى استفدتم ولو بكلمة شكراً لكم على المتابعة والسلام عليكم ورحمة الله وبركاته2 points
-
Ok, I'll explain you a little trick I use : When you trigger a server event by client use like this : -- Server : function helloWorld(source,message) outputChatBox(getPlayerName(source),source) end addEventHandler("helloWorld", root, helloWorld) -- Client : function helloWorld() message = "I like potatoes" triggerServerEvent("helloWorld", localPlayer, getLocalPlayer(), message) -- localPlayer and getLocalPlayer() will return the same USERDATA (the local player) but, like this, you can have source into server side end addCommandHandler("hello",helloWorld) I hope you understand2 points
-
السلام عليكم ورحمة الله وبركاتة Lua هذا القسم مخصص فقط للمشاكل و الشروحات المتعلقة باي لغة برمجية بإستثناء قوانين هذا القسم كالتالي : يرجي عدم إنشاء موضوع واحد لجميع المشاكل , علي سبيل المثال ( اي مشكلة لديك يمكنك الإستفسار عنها بهذا الموضوع ) وما الي ذلك و هكذا ( Java - ممكن مساعده؟ ) يجب وضع اسم اللغة التي تواجه فيها مشكلة بجانب اسم الموضوع , علي سبيل المثال في حال تمت الإفادة وبعد فترة من الوقت تريد الإستفسار عن سؤال اخر بنفس اللغة البرمجية يرجي منك إنشاء موضوع اخر وعدم التكمله بنفس الموضوع السابق * القوانين قابلة للتعديل في اي وقت ونرجو منكم الإلتزام بقوانين القسم وبالتوفيق للجميع2 points
-
Vice City Roleplay is an entirely new roleplaying experience made completely from scratch utilizing MTA's latest script features in currently in Closed Beta. Our service exhibits a wide array of features, ranging from common functionalities such as factions and vehicle dealerships to a unique vehicle sound system based off of RPM with manual and automatic gear shifting or a slot based inventory system. The server is set in current day Vice City and due to the entire map being hosted on the server, players can connect and play without having to install a single client-side modification. The server tailors to your needs by giving players the ability to adjust the object streaming distance to their own preferences. Our core features are listed below, but as time passed and development continues, you can expect much more content even after the server's release. Roleplay in Vice City. An entirely new script: Scripted from the ground up. Multi-faction system: Players can be in 3 factions at the same time, whilst each faction provides 5 sub-divisions. Unrestricted faction ranks: Each member of a faction can have a unique rank set to them. Jobs-system: Players can make money in a simple way by working jobs, such as thrash masters or taxi drivers. Business-system: Players can start their own business and link jobs to them, meaning you can hire people to your business as thrash masters who will collect garbage. A slot-based inventory-system. Makes players able to expand their inventories using backpacks, which they can drop on the ground whilst the contents of it save. A right click menu allows players to interact with the objects in their inventory such as equipping different types of body armor. A Health System that calculates damage and simulates pain, and bleeding effects based off of the type of injuries such as cuts, blunt trauma, and even the caliber of a bullet. A Suppression system which makes firefights even more intense and realistic. An in-depth weapon-system which utilizes an entire library of firearms, magazines, and calibers where firearms can be named after real-life counterparts and will be displayed using the correct image in the inventory. Magazine compatibility checks ensure that the correct magazines can only be used in compatible weapon systems. Interior System: Enter interiors without delay or lag, even when entering interiors located in San Andreas. Or create your own using our Interior Builder. Place each wall or floor individually and in different sizes, making the perfect interior for your character. Furniture System: After you purchase or create your own interior, you can purchase furniture and model your home to your own liking. Texture System: Makes players able to texture anything from a Wall, Floor, Couch or Television, using a library provided by the server, or their own by simply putting in a link. A Vehicle System that uses custom vehicle sounds and calculates RPM, allowing cars to use any sound in our library independently whilst also giving players to option to purchase automatic or manual transmission vehicles. An MDC System that integrates both a dispatch and a web-interface, allowing easy callsign distribution, dispatching and accessing of reports. As states the features listed above are our core systems, meaning there's much more for players to enjoy and much more will be added as the server development progresses. Below you can go through some of our media and updates released in the past. Vice City Roleplay Teaser #1 Interior Building Timelapse Teaser #2 Status Updates You can find all of our Status Updates on our forums with no registration required at: https://forums.vc-rp.net/index.php?/forum/12-news-announcements/ Additionally, you can visit our own Wikipedia page for a more detailed explanation of our project's features: https://wiki.vc-rp.net/index.php/Main_Page Joining the Server Forums: https://forums.vc-rp.net/ MTA Server: mtasa://164.132.201.51:22003 (Closed Beta Participants Only) Teamspeak: 51.255.165.214 Discord: https://discord.gg/kpaJHft1 point
-
Our forums are back online and public, register and share your creative mind!1 point
-
1 point
-
Ohh man, just realised something, Give me a minute, gonna fix it, and send it here. local vehicles = { {411,80000}, {509,5000}, {481,10000}, {462,35000}, {521,115000}, {463,95000}, {510,14000}, {522,175000}, {461,100000}, {448,50000}, {468,95000}, {586,95000} } local carNames = { [500] = "Dozer", [455] = "BMW M4", [597] = "Test" } function getVehicleRealName(vehicleModel) if carNames[vehicleModel] then return carNames[vehicleModel] else return getVehicleNameFromModel(vehicleModel) end end for i,v in ipairs(vehicles) do local row = guiGridListAddRow(bikglVehicleSelection) guiGridListSetItemText(bikglVehicleSelection,row,1,getVehicleRealName(v[1]),false,true) guiGridListSetItemText(bikglVehicleSelection,row,2,tostring(v[2]),false,true) end This one should work.1 point
-
I'll do a thing, which'll do these things for ya. (Stay tuned for tomorrow, working on it hard.)1 point
-
1 point
-
السلام عليكم و رحمة الله و بركاته تم تجديد منتدي GAMERS TV وبدانا في البحث عن مشرفين علي جميع الاقسام من يرغب في التقديم يرجي التسجيل في المنتدي و وضع رد في موضوع طلب الاشراف وسيتم قبولك باذن الله ادارة المنتدي MR.NaiF @Master_MTA المنتدي ليس مجاني و مستمرين في التجديدات ولن يتم اغلاقه باذن الله gamers-tv.com1 point
-
1 point
-
1 point
-
function KickLow () local x,y = guiGetScreenSize() if ( x <= 800 ) and ( y <= 600 ) then triggerServerEvent("kickPlayerForLowRes", localPlayer, getLocalPlayer()) end end addEventHandler ( "onClientPlayerJoin",root, KickLow ) ---- Server addEvent("kickPlayerForLowRes", true) addEventHandler("kickPlayerForLowRes", getRootElement(), function(thePlayer) kickPlayer(thePlayer, "Your screen resolution is too low!") end) @Pirulax you're wrong tho1 point
-
A very promising english roleplay server, it's one of the frequently mentioned roleplaying communities that encourage players with some-to-none RP knowledge to experience RP and learn from the possible scenarioes that roleplaying itself may contain, from ups and downs the community has stuck together nevertheless.. As for the cheap talk coming from certain users in this thread, they're some of the players who were subject to our proceedure against rulebreakers, leaving them unhappy causing all this stirred up child-ish arguements against the, community owner and the community itself - such players have no role in our community but to place the hatred thought into our newcoming members but that only motivates us to keep going further together. I recommend implicit gaming roleplay server to everyone whose devotion is related to cleanRP. Sincerely, Implicit community players1 point
-
1 point
-
1 point
-
سكايب احسن اشي ماستر معك سكايب وسوكينج معه سكايب ونايف معه سكايب ورام معه سكايب وانا معي سكايب ظل بروس وابوصولو1 point
-
Not to bad talk but this server has gone through number of owner changes, database whips and the owner is assosiated with DDOSing people. The server was sick when Ultra and Vodaus owned it but now.. Good luck anyway.1 point
-
نورت الموضوع @MR.NaiF-MTA هلا بيك ض1 نورت الموضوع بمرورك انا قلت لأبو سولو وش السالفة \/ \/ \/ \/ شكراً لك على التنبيه @Default تم التعديل نورت الموضوع1 point
-
1 point
-
This crash (0x000C9691) and the underlying mechanism is known to me, and most likely related to local mods to certain (vehicle) models that fail to load properly. Possibly this specific server, FFS, is interfering with your (corrupted/bad) installed mods by trying to replace them, or (pre)load them on connect where other servers you don't neccesarily encounter the mod you got installed except when you directly spawn or face this object or vehicle. (Assuming so as you said; the crash happens when you join FFS server). The crash more specifically is known to occur when your gta3 vehicle mod (one of them) is applied to a wrong vehicle type, like a train model on a car ID, and then the server (or another event/maybe even facing or loading it) tries to replace this original car ID with a car-type model again. (You can use this info if you want to try fix your mod install, however for a quick fix attempt I'd suggest starting with a clean install or even keeping it unmodded). Possibility 2 is that you have no existing, or unloadable (corrupted) model in your gta3.img which is being loaded/rendered at the server you're crashing on. (where the server doesn't neccesarily try to load a server-modded version of it) So the first solution to try would be re-installing GTA with a clean, non modded version. However, also please: Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you in this topic1 point
-
لازم تعدل علي الجيم مود + كل ما يسوي سرقة او هكر ضيف اكاونت داتا +1 يوم يجي يدخل التيم اذا الداتا = او <50 يدخل غير كذا else cancelEvent()1 point
-
1 point
-
1 point
-
@iRamX شفت حسابك واقول مين ذا وساحب ما يدخل هههه ولكم بتكون معنا في فكرتنا؟ سيرفر بفكرة جديدة؟1 point
-
1 point
-
1 point
-
استخدم loadstring pcall عشان تقدر تتصل بالفنكشن عن طريق اسمه ويكون سترنق1 point
-
Сторонние модификации не поддерживаются вообще, никакие. МТА требует всегда чистую копию игры. Более того данная модификация является ASI библиотекой, которая инжектится в процесс аналогично обычной DLL, что вообще МТА не любит и приравнивает к читам. Используйте на свой страх и риск.1 point
-
1 point
-
Biggest lie I've ever heard on MTA Let's see how long this will last1 point
-
Replace return items[foundItem][1] with triggerClientEvent(source, "setJunkItem", getRootElement(), items[foundItem][1]) And then client side: addEvent("setJunkItem", true) addEventHandler("setJunkItem", getRootElement(), function(itemID) foundItemImage = itemID end) I think this one should work.1 point