KillerX Posted July 29, 2018 Share Posted July 29, 2018 السلام عليكم ورحمه الله وبركاتة انا اعرف التريقر وهو شئ بسيط جدا | بس ما اعرف اعمل كذا واحد مثلا مثلا : -- #Client i = 0 triggerServerEvent("Value",root,i) -- #Server test = function(i) i=i+1 end addEvent("Value",true) addEventHandler("Value",root,test) مثال لو ام تي ايه شافتوا بتمسح اللعبه ادري | المهم ان القيمه متعرفه في السيرفر ازاي ارجعها تاني للكلنت ؟ وارجوكم احيانا في تعليقات انتا غبي ومدري ايش ارجوكم تعفوني منها وشكرا جدا Link to comment
+Source|> Posted July 29, 2018 Share Posted July 29, 2018 -- #Client i = 0 triggerServerEvent("Value",localPlayer,i) -- #Server test = function(i) i=i+1 end addEvent("Value",true) addEventHandler("Value",root,test) Link to comment
KillerX Posted July 30, 2018 Author Share Posted July 30, 2018 (edited) -- #Client i = 0 triggerServerEvent("Value",localPlayer,i) -- #Server test = function(i) i=i+1 end addEvent("Value",true) addEventHandler("Value",root,test) شكرا علي التصحيح | بس ما شرحتلي ازاي ارجع القيمه من السيرفر بعد لما عملت تريقر ؟ @+Source|> Edited July 30, 2018 by KillerX Link to comment
#Major . Posted July 30, 2018 Share Posted July 30, 2018 4 hours ago, KillerX said: -- #Client i = 0 triggerServerEvent("Value",localPlayer,i) -- #Server test = function(i) i=i+1 end addEvent("Value",true) addEventHandler("Value",root,test) شكرا علي التصحيح | بس ما شرحتلي ازاي ارجع القيمه من السيرفر بعد لما عملت تريقر ؟ @+Source|> -- #Client i = 0 triggerServerEvent("Value",localPlayer,i) -- #Server test = function(i) i=i+1 triggerClientEvent(source,"Client:Value",source,i) end addEvent("Value",true) addEventHandler("Value",root,test) 1 Link to comment
KillerX Posted July 30, 2018 Author Share Posted July 30, 2018 -- #Client i = 0 triggerServerEvent("Value",localPlayer,i) -- #Server test = function(i) i=i+1 triggerClientEvent(source,"Client:Value",source,i) end addEvent("Value",true) addEventHandler("Value",root,test) شكرا | تسلم يدك Link to comment
#Major . Posted July 30, 2018 Share Posted July 30, 2018 2 hours ago, KillerX said: -- #Client i = 0 triggerServerEvent("Value",localPlayer,i) -- #Server test = function(i) i=i+1 triggerClientEvent(source,"Client:Value",source,i) end addEvent("Value",true) addEventHandler("Value",root,test) شكرا | تسلم يدك العفو, تحت خدمتك 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