Jump to content

طلب كودات


Recommended Posts

Posted

الـــــــســــــــــــــلام عـــــــــــلـــــــــــــــــيــــــــــــــــــــــكـــــــــــــــــــم

لـــــــو ســـمـــحـتـــم

انا ابي كودات برمجة المهمات وابي مثال

شكرا

Posted
  
addEventHandler = 'onMarkerHit' 
addEventHandler = 'onClientPlayerDamage' 
cancelEvent 
setElementData 
getElementData 
getPlayerMoney 
setPlayerMoney 
setElementPosition 
setElementDimension 
setElementInterior 
  

  
getPlayerTeam 
  

facebooke : https://www.facebook.com/jaber.pro

skype : delete

Email : [email protected] :D

احلام الناس لا نهاية لها

لا يجدر بنا القلق على مقدرتنا لتحقيق أحلامنا ما دمنا نمتلك الرغبة في تحقيقها

Posted

دا مثال

addEventHandler("onMarkerHit", Marker, 
function(player) 
    if getElementType(player) == "player" and not isPedInVehicle(player) then 
        if source == Marker then 
                local team = getPlayerTeam(player) 
                if team and getTeamName(team) == "No Team" then 
                    setElementPosition(player, x, y, z) 
                    setElementDimension(player, 1) 
                    setElementHealth(player, 100) 
                end 
        end 
    end 
end) 
  

facebooke : https://www.facebook.com/jaber.pro

skype : delete

Email : [email protected] :D

احلام الناس لا نهاية لها

لا يجدر بنا القلق على مقدرتنا لتحقيق أحلامنا ما دمنا نمتلك الرغبة في تحقيقها

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...