Jump to content

jafar

Members
  • Posts

    1,434
  • Joined

  • Last visited

Everything posted by jafar

  1. الطلب الأول مافهمته ألطلب الثاني addCommandHandler تخليه مكان bindKey
  2. الطلب الثاني "onClientMouseEnter" -- يوم تلمس "onClientMouseLeave" -- يوم تترك
  3. كود كنق حط عليه الكلمات وبس ..
  4. by ABO-SR777777A on Thu Mar 14, 2013 12:47 pm "-_-
  5. يب ذا يجيب احداثيات x,y,z
  6. outputChatBox getPlayerName onPlayerLogin
  7. 1 - ذلين المودات كل واحد ليه وظيفة .. وكل واحد ليه فائدة لكن في بعض الأحيان ينقلب لأداة تخريب 2 - افيدك غيري 3 - لازم تنزل مود تاج أدمن
  8. -- Server Side thePositions = { { 1514.3770751953, -1677.8481445313, 14.046875 }, { 1515.3770751953, -1677.8481445313, 14.046875 }, { 1516.3770751953, -1677.8481445313, 14.046875 }, { 1517.3770751953, -1677.8481445313, 14.046875 }, } local accName = getAccountName (getPlayerAccount(thePlayer)) if not isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then for _, AllPositions in ipairs ( thePositions ) do createPed ( 300, AllPositions [1], AllPositions [2], AllPositions [3] ) createMarker ( AllPositions [1], AllPositions [2], AllPositions [3] - 1, "cylinder", 5, 0, 0, 0, 0 ) for _, thePeds in ipairs ( getElementsByType ( "ped", getResourceRootElement ( getThisResource() ) ) ) do setPedStat ( thePeds, 77, 999 ) setPedWeaponSlot ( thePeds, 3 ) setTimer ( giveWeapon, 3000, 0, thePeds, 25, 9999, true ) end end addEventHandler ( "onMarkerHit", getResourceRootElement ( getThisResource ( ) ), function ( thePlayer ) if getElementType ( thePlayer ) == "player" then if getPlayerTeam ( thePlayer ) == theTeam then for _, thePeds in ipairs ( getElementsByType ( "ped", getResourceRootElement ( getThisResource() ) ) ) do triggerClientEvent ( thePlayer, "setPedAttacking", thePlayer, thePeds ) end if isPedInVehicle ( thePlayer ) then destroyElement ( getPedOccupiedVehicle ( thePlayer ) ) end end end end ) addEventHandler ( "onMarkerLeave", getResourceRootElement ( getThisResource ( ) ), function ( thePlayer ) if getElementType ( thePlayer ) == "player" then if getPlayerTeam ( thePlayer ) == theTeam then for _, thePeds in ipairs ( getElementsByType ( "ped", getResourceRootElement ( getThisResource() ) ) ) do triggerClientEvent ( thePlayer, "setPedStanding", thePlayer, thePeds ) setTimer ( giveWeapon, 500, 1, thePeds, 25, 9999, true ) end end end end ) ما تظهر الشخصيات كوبي بست ؟ ..
  9. setPedSkin : This function is deprecated. This means that its use is discouraged and that it might not exist in future versions, but there should be an alternative (usually more generic) way of performing what it once did. addEventHandler ( "onPlayerLogin", root, function ( _, Account ) if getAccountName ( Account ) == "Manster" or getAccountName ( Account ) == "danger" or getAccountName ( Account ) == "fhooody" or getAccountName ( Account ) == "sami" then setTimer ( setElementModel,1100,1, source, 217 ) end end )
  10. أمبي أفهم ليش تبي هالطريقة : / ! عطيناك الكود الصح ف الصفحة الأولى
  11. خل كود مستر سعد , وخله سيرفر !!
  12. يمكن مسوي فريق للادمنية if isObjectInACLGroup("user."..accName, aclGetGroup("Everyone")) then بالله ذا قروب للأدمنية ؟
  13. كثرة التايمرات تجيب لاق ^^ واذا كان التايمر جزء من الثانية هم يجيب لاق
  14. وليه ماتخليه كذا؟ addEventHandler("onVehicleStartEnter",root, function (player,seat, jacked) if ( getPlayerTeam(player) == getTeamFromName("Gang") ) then cancelEvent() outputChatBox("* #0069c7You Can't Enter The Vehicle",player,255,0,0,true) end end ) وتقدر تستخدم حدث onClientVehicleStartEnter وتسوي ترايقر للسيرفر ^^
  15. مود رهيب تسلم على الطرح = )
  16. على فكرة أحمد فيف مانشر المودات
  17. getVehicleOccupant fixVehicle getElementHealth
  18. مايحتاج أخر وظيفة لأن الصوت ببند تلقائي ..
  19. addEventHandler( "onClientResourceStart", resourceRoot, function ( ) sound = playSound("1.mp3") end ) جرب كذا ..
×
×
  • Create New...