Jump to content

كود صواريخ


Recommended Posts

+

غير التيم لـ

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
ما استخدمت ولا كود من الي عطيناك -_-

يالغالي انا رحت الموضع الي انت عطيتني اياهم في البداية اول ما كتبت وانت لغبطني

-____________________________________________________________-

Link to comment

ابي مبرمج يعلمني كيف استعمل الويكي صح لأني استعملو الغبط وما راح اقدر اسوي كذا مودات ياريت مبرمج يكون فاضي يضفني اسكايبي

kris.allen68

or

hamou.king1

وشكراً

Link to comment

مثآل ,

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
لا يشتغل معه,

سويته على ترايقر وضبط,

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...