Scorpio Posted May 10, 2013 Share Posted May 10, 2013 ابي كود لو احد خش منطقة معينة تجري وراه الصواريخ لين تفجو + يموت ولكن الصواريخ ما تهاجم الأدمن Link to comment
iPrestege Posted May 10, 2013 Share Posted May 10, 2013 https://forum.multitheftauto.com/viewtopic.php?f=160&t=58823 + غير التيم لـ isObjectInACLGroup getPlayerAccount getAccountName Link to comment
فاّرس Posted May 10, 2013 Share Posted May 10, 2013 + لازم ترايقر لان createProjectile كلنت وتحديد القرروب سيرفر triggerServerEvent Link to comment
Scorpio Posted May 10, 2013 Author Share Posted May 10, 2013 https://forum.multitheftauto.com/viewtopic.php?f=160&t=58823 + غير التيم لـ isObjectInACLGroup getPlayerAccount getAccountName استعمل ذي؟ isObjectInACLGroup getPlayerAccount getAccountName زي باس خلاني اجلس اسوي في كود لين الحين كان المساعدات غلط + ذي الأكواد الي استعملتها function createClaymore ( x,y,z, creator ) local x,y,z = getElementPosition ( creator ) local claymoreObject = createObject ( 1945, x, y, z - 1, 0, 0, 90 ) local claymoreCol = createColSphere ( x, y, z, 1 ) setElementData ( claymoreCol , "type", "claymore" ) setElementData ( claymoreCol, "object", claymoreObject ) setElementData ( claymoreCol, "creatorPlayer", creator ) end function claymoreHit ( player, matchingDimension ) if getElementData ( source, "type" ) == "claymore" then local claymoreObject = getElementData ( source, "object" ) local claymoreCreator = getElementData ( source, "creatorPlayer" ) local x,y,z = getElementPosition ( source ) createExplosion ( x,y,z, 12, claymoreCreator ) destroyElement ( claymoreObject ) destroyElement ( source ) end end addEventHandler ( "onColShapeHit", getRootElement(), claymoreHit ) unction consoleCreateMarker ( thePlayer, commandName ) if ( thePlayer ) then local x, y, z = getElementPosition ( thePlayer ) -- create a cylindrical marker next to the player: local theMarker = createMarker ( x + 2, y + 2, z, "cylinder", 1.5, 255, 255, 0, 170 ) if ( theMarker ) then outputConsole ( "Marker created successfully", thePlayer ) else outputConsole ( "Failed to create marker", thePlayer ) end end end addCommandHandler ( "createmarker", consoleCreateMarker لكن ابقي ما حطيت الأحدثيات Link to comment
Scorpio Posted May 10, 2013 Author Share Posted May 10, 2013 ما استخدمت ولا كود من الي عطيناك يالغالي انا رحت الموضع الي انت عطيتني اياهم في البداية اول ما كتبت وانت لغبطني -____________________________________________________________- Link to comment
Scorpio Posted May 10, 2013 Author Share Posted May 10, 2013 ابي مبرمج يعلمني كيف استعمل الويكي صح لأني استعملو الغبط وما راح اقدر اسوي كذا مودات ياريت مبرمج يكون فاضي يضفني اسكايبي kris.allen68 or hamou.king1 وشكراً Link to comment
فاّرس Posted May 10, 2013 Share Posted May 10, 2013 مثآل , Marker = createMarker(...) addEventHandler("onClientMarkerHit",Marker, function(player) if (getElementType(player) == 'player' ) then if ( isElementWithinMarker ( player, Marker ) ) then triggerServerEvent("nothing",localPlayer) x,y,z = getElementPosition(getLocalPlayer()) createProjectile(getLocalPlayer(),20,x+30,y+2,z+10,200) end end end) السيرفر سو فيه الوظآئف الي عطاك برستيج, Link to comment
PaiN^ Posted May 10, 2013 Share Posted May 10, 2013 غلط في التريقر ^ localPlayer × player Link to comment
PaiN^ Posted May 10, 2013 Share Posted May 10, 2013 إللي لمس الماركر player لآنك تبي تسوي حدث التريقر لعنصر كمان localPlayer مدري و الله يمكن تضبط مع Link to comment
فاّرس Posted May 10, 2013 Share Posted May 10, 2013 لا يشتغل معه, سويته على ترايقر وضبط, addEvent("nothing",true) addEventHandler("nothing",root, function() if (getPlayerMoney(source) <= 50 ) then givePlayerMoney(source,math.max(15,-100,90)) end end) Link to comment
iPrestege Posted May 10, 2013 Share Posted May 10, 2013 الافضل تسوية اذا كلنت بدون getElementType if ( player == getLocalPlayer() ) then لانة بعض الاحيان تصير مشاكل ويصير للكل! Link to comment
TAPL Posted May 10, 2013 Share Posted May 10, 2013 لا يشتغل معه,سويته على ترايقر وضبط, addEvent("nothing",true) addEventHandler("nothing",root, function() if (getPlayerMoney(source) <= 50 ) then givePlayerMoney(source,math.max(15,-100,90)) end end) math.max ياليت توضح لنا الهدف من الوظيفة Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now