Jump to content

x[مشكلة]x


Jw8.

Recommended Posts

وش المشكله ابي يضغط عل بوتين ياخذ دم الكود 

addEventHandler("onClientGUIClick",root,function()
    
    if source == Armor then
        setPedArmor ( root, 100 )
      end
    end
  )
  
  --
  addEventHandler("onClientGUIClick",root,function()
    
    if source == Health then
		setPedHealth ( root, 100 )
      end
    end
  )

 

Link to comment
 triggerServerEvent

تريقر سيرفر؟

9 minutes ago, N3xT said:

عندك اكواد مخترعها من راسك + اذا تبي تعطي درع لازم تسوي تريقر

لأن الفنكشن سيرفر-سايد

وش الغلط ؟

 

addEvent ( 'Armor' , true ) -- استقبال التريقر
addEventHandler ( 'Armor', root, --استقبال التريقر
     function (   ) -- وظيفه
        setPedArmor ( source, 100 )
        outputChatBox ( 'تم اعطائك', source, 255,255,255, true ) -- يجي في الشات
     end
)
--
addEvent ( 'Health' , true ) -- استقبال التريقر
addEventHandler ( 'Health', root, --استقبال التريقر
     function (   ) -- وظيفه
        setPedHealth ( source, 100 )
        outputChatBox ( 'تم اعطائك', source, 255,255,255, true ) -- يجي في الشات
     end
     )

 

Link to comment
addEventHandler("onClientGUIClick",root,function()
    if source == Button then
      triggerServerEvent("GiveHealth",localPlayer)
      elseif source == Button then
      triggerServerEvent("GiveArmour",localPlayer)
      end
    end
  )



addEvent("GiveHealth",true)
addEventHandler("GiveHealth",root,function()
    setElementHealth(source,100)
    end
  )

addEvent("GiveArmour",true)
addEventHandler("GiveArmour",root,function()
    setPedArmor(source,100)
    end
  )

 

Edited by Abu-Solo
Link to comment
2 minutes ago, #BrosS said:

اي

ابو صولو طيب كان قادر يسوي فنكشن الدم بكلنت مع الزر

خلاص انسو الموضوع رح نتسبب في اغلاقه

ابو صولو؟

ههههههههه

المهم عاد علي كيف صاحب الموضوع

يسوي اللي يحبه

حبيت أعطيه المثال فقط .

يقدر يحطه كلينت او سيرفر سايد

هو وحريته

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