Jw8. Posted February 1, 2017 Share Posted February 1, 2017 وش المشكله ابي يضغط عل بوتين ياخذ دم الكود 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
N3xT Posted February 1, 2017 Share Posted February 1, 2017 عندك اكواد مخترعها من راسك + اذا تبي تعطي درع لازم تسوي تريقر لأن الفنكشن سيرفر-سايد Link to comment
Jw8. Posted February 1, 2017 Author Share Posted February 1, 2017 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
Abu-Solo Posted February 1, 2017 Share Posted February 1, 2017 (edited) 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 February 1, 2017 by Abu-Solo Link to comment
#STZ Posted February 1, 2017 Share Posted February 1, 2017 @N3xT ليش لازم تريقر مع انه Shared function Link to comment
N3xT Posted February 1, 2017 Share Posted February 1, 2017 1 minute ago, MR.NaiF-MTA said: @N3xT ليش لازم تريقر مع انه Shared function setPedArmor = Server-only function Link to comment
#STZ Posted February 1, 2017 Share Posted February 1, 2017 setElementHealth ليش مسوي تريقر فوق ابو سولو ^^ @N3xT Link to comment
#BrosS Posted February 1, 2017 Share Posted February 1, 2017 setElementHealth ما اشوف مثال بالويكي عن كلنت سايد ، والله والمبرمجين أعلم Link to comment
N3xT Posted February 1, 2017 Share Posted February 1, 2017 Just now, #BrosS said: setElementHealth ما اشوف مثال بالويكي عن كلنت سايد ، والله والمبرمجين أعلم كلنت وسيرفر = Shared Function Link to comment
Abu-Solo Posted February 1, 2017 Share Posted February 1, 2017 3 minutes ago, MR.NaiF-MTA said: setElementHealth ليش مسوي تريقر فوق ابو سولو ^^ @N3xT عشان ما يكون وهمي ذذ ما هتفرق Link to comment
#BrosS Posted February 1, 2017 Share Posted February 1, 2017 Just now, N3xT said: كلنت وسيرفر = Shared Function اي ابو صولو طيب كان قادر يسوي فنكشن الدم بكلنت مع الزر خلاص انسو الموضوع رح نتسبب في اغلاقه Link to comment
Abu-Solo Posted February 1, 2017 Share Posted February 1, 2017 2 minutes ago, #BrosS said: اي ابو صولو طيب كان قادر يسوي فنكشن الدم بكلنت مع الزر خلاص انسو الموضوع رح نتسبب في اغلاقه ابو صولو؟ ههههههههه المهم عاد علي كيف صاحب الموضوع يسوي اللي يحبه حبيت أعطيه المثال فقط . يقدر يحطه كلينت او سيرفر سايد هو وحريته Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now