Leaderboard
Popular Content
Showing content with the highest reputation on 07/03/17 in Posts
-
انت اللي وش تخبص فيه افهم طلبه الاول +_+2 points
-
setAccountData getAccountData getPlayerAccount getAccountName triggerServerEvent triggerClientEvent2 points
-
I just made a character customization system in MTA with 3D GUI.1 point
-
Всем привет. Совсем недавно скончался наш хороший друг, он участвовал во многих проектах в таких как: IV:MP и многих других. Также он был создателем AMX для MTA, который позволял запускать Pawn скрипты в MTA. О самой смерти передала его девушка: Давайте все вместе почтем память. Таких людей как он единицы. Он был хорошим, добрым, жизнерадостным человеком. Светлая память!1 point
-
هل تملك هذه اللعبة الفخمة ؟ السلام عليكم ورحمة الله وبركاته الموضوع عن جراند الاصدار الخامس والموضوع تسلية فقط مب اكثر اذا كنت تمتلك اللعبة صور نفسك صورة رائعة وانشرها هنا وبنشوف مين له افضل صورة موجودة وافضل جرافيك موجود يلاة ابدعوا ملاحظة تراني غلبان ومب معي اللعبة ولا حتى اقدر اشغل الاصدار الرابع ابي اتفرج عليكم بس هههههههههه1 point
-
1 point
-
@Turbo777 try this function getFixedName(player) if isElement(player) then local hisName = getPlayerName(player) if hisName then result = string.gsub(hisName, '#%x%x%x%x%x%x', '') if result then return result end end end end addEventHandler("onPlayerLogin", getRootElement(), function () local name = getFixedName(source) if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then exports[getResourceName(resource)]:addNotification(root, name.." tulajdonos szolgálatba lépett!", "warning") elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Moderator")) then exports[getResourceName(resource)]:addNotification(root, name.." moderátor szolgálatba lépett!", "warning") elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("SuperModerator")) then exports[getResourceName(resource)]:addNotification(root, name.." szupermoderátor szolgálatba lépett!", "warning") elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Modi")) then exports[getResourceName(resource)]:addNotification(root, name.." moderátor szolgálatba lépett!", "warning") elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Operator")) then exports[getResourceName(resource)]:addNotification(root, name.." operátor szolgálatba lépett!", "warning") elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("zuker")) then exports[getResourceName(resource)]:addNotification(root, name.." moderátor szolgálatba lépett!", "warning") elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Adminseged")) then exports[getResourceName(resource)]:addNotification(root, name.." adminsegéd szolgálatba lépett!", "warning") end end )1 point
-
1 point
-
في رأيي ، تسوي السفينة الواحد يقدر يسوقها بفلوس ولمدة معينة ، مثلا 15 دقيقة ب 5 مليون 30 دقيقة ب عشر مليون وبعد مايخلص الوقت ترجع السفينة لمكانها ، ولو كمان يقدر يحارب بيها ض2 بالتوفيق (_)1 point
-
لو تسويه نظام جيم مود كامل حربي حرب السفن والطائرات ويكون معك سفينه وتطورها ههههه لكن فكرتك قميله1 point
-
Un detalle. Para que quede perfecta en el suelo, usa getGroundPosition. He aquí el ejemplo: local white = tocolor(255,255,255,255) local x, y, z = 14.3134765625, -4.248046875, 3.1171875 -- cordenadas de la imagen local zs = getGroundPosition ( 14.3134765625, -4.248046875, 3.1171875 ) local zdj = dxCreateTexture("hospital.png") -- Textura o imagen png, etc function dxDrawImage3D(x,y,z,w,h,m,c,r,...) local lx, ly, lz = x+w, y+h, (z+tonumber(r or 0)) or z return dxDrawMaterialLine3D(x,y,z, lx, ly, lz, m, h, c or white, ...) end addEventHandler("onClientRender", root, function() dxDrawImage3D(x, y, zs, 6, 6, zdj, tocolor(255,255,255,255),0, x, y, z) end)1 point
-
كيف صعبه انا شغال عليها وسهله جدااا بس بدي افكاركم ارائكم طيب ولما اخلصه بسوي عرض له1 point
-
لول وش تخبصو، عدل على لوحة تسجيل حقتك واعمل لما يسجل ضيف الانترو حقك1 point
-
Ensure gta_int.img and gta3.img are unmodified. Reinstall GTA to make sure.1 point
-
ووين الزل بأنك تتعلم البرمجة ؟ تراني اتعلمت هنا على يد هذا المنتدى وكلنا بنساعد بعض عادي فقط افتح موضوع واطلب فيه الاكواد اللي تبيها وبنساعدك من اول كود حتى الاخير وبتتعلم وبتكون رائع اما اذا اخذت من الناس مودات فصدقني مارح تتعلم شي وما فيه عيب في انك تبي تتعلم ترا كلنا كنا منوبين وما نعرف اي شي تحياتي1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
http://gtaforums.com/topic/273217-3dsmax-radiosity-advanced-lighting/1 point
-
Because it only sorts the dates in the right order, not the table that is inside a different column, I NEED TO SORT THE TABLE IN THAT COLUMN or am I understanding something wrong about ORDER BY ASC/DESC?1 point
-
hello i make a me chat the them is have and default and mine me when do /me also when do that the message apear at the default not mine help please chat_range=30 function isPlayerInRangeOfPoint(player,x,y,z,range) local px,py,pz=getElementPosition(player) return ((x-px)^2+(y-py)^2+(z-pz)^2)^0.5<=range end function onChat(player,_,...) local px,py,pz=getElementPosition(player) local msg = table.concat({...}, " ") local nick=getPlayerName(player) for _,v in ipairs(getElementsByType("player")) do if isPlayerInRangeOfPoint(v, px, py, pz, chat_range) then outputChatBox("* "..nick.." "..msg,v,182,100,127,true) end end outputServerLog("* "..nick.." ".. msg) end addCommandHandler("me",onChat) addEventHandler("onPlayerChat", root, function(message, messageType) if messageType == 1 then onChat(source, message) end end)1 point
-
1 point
-
How can this be so hard. If you use cancelEvent() the message will not appear in chat. Then you have to use your own function which outputs it in chat instead. Just do some tests until you find out whats wrong. Remove your own function and check if the messages still appear in chat even with cancelEvent(). If so, then you maybe have another function outputting it to the chat.1 point
-
1 point
-
التحشيش لناس معينة تراني تقريباً معتزل البرمجة ما ابرمج الا اذا احد يبي مني شي فأسوي اي شي كدة وخلاص في المنتدى هذا مقطع من قناة فيصل اتمنى تستمتعوا به واشتركوا بقناته ترا والله يستاهل هذا المبدع1 point
-
انا كان عندي فكرة عن البرمجة وبعدها دخلت اللعبة وعرفت اللغة حقت البرمجة وفضلت اجرب وطبعاً بمساعدة المنتدى هذا والحين يعني معقول بالبرمجة وان شاء الله بنشر قيم مود قريباً مع سؤال1 point
-
Why not just getDistanceBetweenPoints3D? function inRange(player,x,y,z,range) local isInRange = getDistanceBetweenPoints3D(x,y,z,getElementPosition(player)) <= range and true or false return isInRange end1 point
-
what parameters to chnage? i have same problem and with say:D apear default and mine i try make it like that and still apear after have cancelEvent1 point
-
1 point
-
اما متأكد 99% ض1 وين الواحد بالمية الباقية ترا الاجابة بتكون الواحد بالمية ههههههههه اللعبة تشبه الاصدار الاول من اللعبة اللي انت كاتب اسمها لكن جرافيك اجمل والحركة تحسها حقيقية وملاحظة اخرى اللعبة بها "حمير" ميشان تحمل عليها مثلاً سيف او رمح او ملابس وكدة1 point
-
1 point
-
من جدك تقول انشارتد 4 مع الاسف ولا اي لعبة من اللي اقترحتوهم ملاحظة اللعبة تشبه تقريباً League of legends لكن الفرق انك تلعبة بلاعب واحد وتلاقي ناس واقفة وتقدر تضمهم معك وتلعب باي منهم والخريطة حقت اللعبة بتكون سوداء لازم تكتشفها بنفسك ميشان تظهر1 point
-
1 point
-
1 point
