Leaderboard
Popular Content
Showing content with the highest reputation on 07/11/16 in all areas
-
https://www.gta-arabs.com/gt/167041-حصرياً-على-منتديات-جـرانـد-العـرب-auseful-marker-creator-لوحة-انشاء-الماركر-بـوظيفة.html3 points
-
صراحه هذول الناس تنرفع لهم القبعه احترام وتقدير مستوى عالي من الترتيب للشروح والتدرج بالدروس .ويبسط لك اللغه لدرجه ما تتصورها وكله مجاني . عتبي على الي يستصعب الدراسه او يحتكر العلم الي عنده على نفسه كل شي بين يدك مجاني وبدون مقابل وعلى مستوى عالي .. من شروح وانتاج وتدريبات وقروبات مساعده و نصيحه للي يدرس من مدرسين من مصر او الجزائر أي نطق ينطقه بالإنقلش تاكد من صحته بقوقل2 points
-
2 points
-
2 points
-
Use triggerLatentClientEvent to transfer data(see fileOpen, fileRead, fileWrite, fileClose), since this is a latent event handler - it will not pause other traffic. Use getLatentEventStatus to get the progress, and then use dxDrawText and/or dxDrawRectangle as you please. You can probably find some already made on the community, but I sincerely doubt you'll learn much if you try and salvage those for code. Start simple, go from there.2 points
-
2 points
-
Hey there, due to the old download link should stop working soon, and the old topic being full of weird replys, I'm posting this slightly updated version of my gamemode in a fresh topic. Some Screenshots: It again includes some maps and an acl file, that is not needed anymore for the whole thing to work, but already got rights set up correctly. Still not finished, still not perfect. But maybe useful for some people around here. And, again, no sellling this. Download: http://rghost.net/59427829 Bonsai1 point
-
السلام عليكم ورحمة الله وبركاته لقيت فكرة اكثر من خرافية لحماية المودات طبعاً هذا الشي مع تشفيرها بنستعمل كود بسيط جدأ وهو خاص بالداتا setElementData , getElementData طيب كيف بتحمي المودات من النشر ... ؟ بكل بساطة هذا الكود addEventHandler ( "onResourceStart" , resourceRoot , function () local MyData = getElementData ( root , "theData" ) if MyData == "RunTheScripts" then exports["guimessages"]:outputServer(root,"resource started!",0,255,0) else cancelEvent () exports["guimessages"]:outputServer(root,"resource can not start! this is not server Gta-4u",255,0,0) end end ) ; رح تضيفه لأي مود عندك في ملف سيرفر وش فائدته طيب ؟ هذا رح يخلي المود يعمل بالداتا وهاذي الداتا انت تحددها طبعاً طريقة تحديد الداتا بتكون كلآتي setElementData ( root , "theData" , "RunTheScripts" ) هذا الكود بتحطه في لوحة الادمن في تاب ريسورس عند اديت كتابة الاوامر وتضغط على كلمة server وبعدها المودات بتشتغل طيب اذا ما سويت الداتا هاذي وش رح يصير ؟ المودات مارح تشتغل هاذي طريقة بسيطة بجانب تشفير المودات حبيت اطرحها عليكم طبعاً انا اشكر عبد الكريم لأنه ساعدني بالكود هذا كثير وبشكره مرة ثانية لأنه فهمني الداتا وبس هذا كان اللي عندي ---------------------------------------------------------- طبعاً في ملاحظة اكثر من مهمة لازم تغير اسم الداتا1 point
-
السلام عليكم ورحمة الله تعالى وبركاته ; كيف الحال عساكم طيبين بس الزبدة اليوم مسويلكم سكربت الاعلانات اللي كثرت عليه الطلبات طبعا مميزات السكربت : - اضافة اعلان وكتابة وصف له ومحتوى كبير له - خاصية التصويت على الأعلان : لايك, دس لايك - مع العلم عند التصويت على اعلان معين لاتستطيع التصويت عليه مرة اخرى - لوحات متناسقة ومرتبة , وصغيرة نوعا ما لسهولة الإستخدام رابط الفيديو الخاص بالسكربت : ------------------------ 1- اللوحة الرئيسية مع العلم زر الإدارة البرتقالي بأعلى اللوحة لايظهر إلا بأضافة سيريالك وسيريالات الاشخاص الذين يسمح لهم بالتعديل 2- لوحة الإدارة الخاصة بالسكربت 3- لوحة معاينة الأعلان ( المزيد من المعلومات ) . Show more info لتحميل الإصدار الحالي : https://community.multitheftauto.com/index.php?p=resources&s=details&id=13801 إنضم الينا في : مجتمع MTA العرب https://www.facebook.com/groups/luaprofessional/ : للتواصل معي Skype : kamel1234128 Facebook : www.fb.com/us.luapro E-mail : [email protected] في أمان الله تعالى .!1 point
-
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX لصاحب الموضوع, عندك طريقتين يا بالتايمر اللي هي طريقة الأخ عناد أو عن طريق وضعها برندر وأنا أشوف أنها تكون ف رندر أفضل عشان التحرك يصير إنسيابي, عموماً ذي الطريقتين خذ اللي يعجبك طريقتي : A = 0 -- الدرجة الآن addEventHandler ("onClientRender", root, function () A = ( ( A >= 360 and 0 ) or ( A +1 ) ); dxDrawImage( 50, 50, 100, 100, 'test.png', A ) end ) طريقة عناد : A = 0 -- الدرجة الآن B = 50 -- سرعة الدوران setTimer ( function ( ) A = ( ( A >= 360 and 0 ) or ( A +1 ) ); end, B, 0 ) addEventHandler ("onClientRender", root, function () dxDrawImage( 50, 50, 100, 100, 'test.png', A ) end )1 point
-
تقدر تستخدم الكود الي عطيتك مع الحدث هذا onClientKey او تستخدمه مع الرندر وتتحقق من حالة المشي عند اللاعب عن طريق هالكود getPedMoveState هذا الكود فايدته عشان تعرف اذا اللاعب يركض او واقف وهكذا ..1 point
-
1 point
-
Hi there! We are introducing the Radical Gaming Roleplay V6! this is not the standard roleplay server everyone has. like Radical Gaming back in 2008 was unique and we will be unique again our dev team is scripting whole new levels of roleplay experence! you can visit our UCP And forum at: www.radicalgaming.ga the server is still in devlopment and cant show any details yet. Whats different about this one like others? Well Radical Gaming has some new scripts what is never been used before like: Automatic NPC Roleplay script Automatic Driver Instructor Road Maintance Script New Real Life Interiors House Marketing Script Vehicle Import Shop Vehicle Mod Shop Vehicle Sell Script Character Glothes for all Character New Login Panel User Friendly UCP New Drugs / Drinking Script Air Travel Boat Travel Islands Peds New Faction Abbilitys Is the server Stable for hackers? Yes the server we have is stable for hackers and ddoss attacks like radical gaming has 10,000+ registrations before and we hope of a big wave of players again we got the best server host for your guys. Where can i see the server updates / join the community? you can visit our UCP / Forum @ www.radicalgaming.ga Regardz, Radical Gaming Entertainment Group1 point
-
1 point
-
1 point
-
السلام عليكم ورحمة الله وبركاته اما بعد اريد روابط السور الي تحت اريدها مرفوعه على top4top ياريت تفيدوني سورة البقرة سورة الكهف سورة الاخلاص سورة الفلق سورة الفاتحه سورة الناس سورة المسد سورة النازعات سورة النبأ سورة التكاثر1 point
-
1 point
-
Client side function only works with the server the player is connected to or it will return the error #1006 Oh crap I'm sorry didn't ready you had it server side, this just means it's not allowing the destination Ip for what ever reason.1 point
-
An "end" was missing and you said there were no errors, which is not possible. In case you didn't know, you need to enter "/debugscript 3" as ACL Admin in the chat.1 point
-
I don't think you can get the current progress when using downloadFile function. If you see servers with a custom downloadbar, they mostly use triggerLatentClientEvent to send data to the client. And since you can get the state of a latent event handle, you always know how much % of the download is done.1 point
-
تحديث جديد * تقليص حجم الكود * تقليل الاق * سرعة عالية * استهلاك اقل local sx, sy = guiGetScreenSize( ) function isMouseInCircle(x, y, r) if isCursorShowing( ) then local cx, cy = getCursorPosition( ) local cx, cy = cx*sx, cy*sy return (x-cx)^2+(y-cy)^2 <= r^2 end return false end1 point
-
1 point
-
1 point
-
Introducing Two Countries Roleplay Hi guys! My name is Kunsay Peter alias !Alonso, i'm the owner and lead developer of Two Countries Roleplay. Today i'm going to show you our creation. This server is a roleplay server, where we have two countries(Russia, USA) wehere you can live in game. KEEP IN MIND THAT THIS SERVER IS IN BETA DEVELOPMENT, SO IT MAY COUNTAION PROBLEMS, BOTH IN GAME AND WEBSITE! Intruducing Pictures -Main menu(this countains the account system too!) -Animation system -Scoreboard, infobox(right) -Car radio, speedo meter(work in progress) -Inventory and action bar -Bank system -LumberJack job -Tuning -Faction -Chat, nametag Full list of features(systems) Phone system - Iphone 6, Sony Xperia, Nokian 6300 Police system - Trafipax, cuffing etc... Admin system - Admin commands, admin jail etc... Animation system - Animation aplier Bank system - Bank(npc), Atm, Robbery Blur - Self explaning Chat - /me, /do, /s, /m, /b commands for shouting etc... Death system - In that case, you have to wait 15 minutes until you respawn at the hospital(or a paramedic can review you) Faction - You can be in 3 factions if you want Hearth - Main menu and login Hud - Shows your hp, armor, food and drink level Infobox - Popps up with a message Interior - Houses what you can buy Items - Inventory system with action bar and item dropping Jobs - Jobs including lumberjack, street cleaner, containercarrier, forklift Modloader - You can trun off and on skin and car mods Nametag - Shows the player names abov there head Radio - Car radio Shop - Funtional shop with npcs Transport - You can travel between the Two Countries .... And there are some more unintresting features So this is Two Countries Roleplay. Our server is opening very soon! If you have any questions, feel free to ask it! I was !Alonso, thanks for your attention, and sorry if i had some mistakes in my english(not my home languege) (Its not opened yet - we need 1 or 2 week to finish it) TC - RP website: http://tc-rp.com/ And If you like our server please leave a like at https://www.facebook.com/TwoCountriesRoleplay/ Sorry for the size of the pictures, but i tested the topic in our forum1 point
-
I think this should be all the files: https://dysk.onet.pl/link/EL6q2 I downloaded this about 10 months ago.1 point