Jump to content

^iiEcoo'x_)

Members
  • Posts

    2,935
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by ^iiEcoo'x_)

  1. @#BrosS هات فيديوهات مثل ايه الحلاوة دي
  2. VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
  3. جربه ولا تنسى تعدل الميتا
  4. ولا فاهم اشي من الي طلبه , روح اقرا الموضوع كويس , وتعال اتفلسف
  5. ههههههههههههههههههه اخيرا !
  6. 'onClientMarkerHit' addEventHandler 'onClientMarkerLeave' removeEventHandler
  7. الكتابة يسوي مود الكلام فوق الراس
  8. Hello , I Want Create Medic Job , What The Error In Code ? local Table = { }; local CI = 543 addEvent ("job",true) addEventHandler ("job",root, function () table.insert ( source , Table ) local Car[source] = createVechial ( CI , x , y , z ) warpPedIntoVechial ( player , Car[source] ) local Marker1[source] = createMarker ( x , y , z , "cylinder" , 2 , 255 , 0 , 0 , source ) setElementData ( Car[source] , "private" , true ) local Ped[source] = createPed ( 99 , x , y , z ) setElementVisibleTo ( Ped[source] , root, false ) setElementVisibleTo ( Ped[source] , source , true ) end ) addEventHandler ("onMarkerHit",root, function (player) if getElementType ( player ) == "player" and not isPedInVechial ( player ) then if source == Marker1[source] then Time = setTimer (function() setPedAnimation ( player .... etc ) end , 30000 , 1 ) destroyElement ( Marker1[source] ) destroyElement ( Ped[source] ) killTimer ( Time ) local Marker2[source] = createMarker ( x , y , z , "cylinder" , 2 , 255 , 0 , 0 , 250 , player ) local Ped2[source] = createPed ( 99 , x , y , z ) createBlipAttachedTo ( 30 , Marker2[source] ) setElementVisibleTo ( Ped2[source] , root, false ) setElementVisibleTo ( Ped2[source] , source , true ) elseif source == Marker2[source] then Time2 = setTimer (function() setPedAnimation ( player .... etc ) end , 30000 , 1 ) destroyElement ( Marker2[source] ) destroyElement ( Ped2[source] ) killTimer ( Time2 ) givePlayerMoney ( player , 2500 ) table.remove ( player , Table ); end end )
  9. عندك غلط يالحبيب سطر 8
  10. onPlayerWasted المثال جاهز بالويكي
  11. جرب ولا نجرب عنك ؟
  12. ذذ ترا .txt يزبط وجربه
  13. الغلط كله ي الطيب من setPlayerHealth ? صاحب الموضوعجرب ردي فوق
  14. @Master_MTA function setplus10(player,text) if isElement(player)then if text then if text == "Health" then local plhel=getElementHealth(player) if plhel >= 100 then outputChatBox('Your Health is 100',player) return end setElementHealth(player,plhel+10) elseif text == "Armor" then local plrarm=getPedArmor(player) if plrarm >= 100 then outputChatBox('Your Armor is 100',player) return end setPedArmor(player,plrarm+10) end end else outputChatBox('Type at argument 1 got nil',player) end else outputChatBox('Player at argument 1 got nil',player) end addEvent('ss',true)-----------------هذا دم addEventHandler('ss',root,function() setplus10(source,"Health") end) addEvent('s1',true)----------------هذا يعطي درع addEventHandler('s1',root,function() setplus10(source,"Armor") end)
×
×
  • Create New...