#Soking Posted March 17, 2016 Share Posted March 17, 2016 function Show(Open,No) showCursor(No) guiSetVisible(Open,No) end addEventHandler ("onClientGUIClick", root, function() if ( source == Take ) then if ( guiCheckBoxGetSelected( GUIEditor.checkbox[1] ) == true ) then triggerServerEvent('Game',localPlayer,localPlayer) setGameSpeed(2) end if ( guiCheckBoxGetSelected( GUIEditor.checkbox[2] ) == true ) then triggerServerEvent('Jump',localPlayer,localPlayer) end if ( guiCheckBoxGetSelected( GUIEditor.checkbox[3] ) == true ) then triggerServerEvent('Health10',localPlayer,localPlayer) end if ( guiCheckBoxGetSelected( GUIEditor.checkbox[4] ) == true ) then triggerServerEvent('Health',localPlayer,localPlayer) end elseif ( source == Exit ) then Show(DrugWindows,false) end end ) سيرفر addEvent("Game",true) addEventHandler("Game",root, function ( ) end ) addEvent("Jump",true) addEventHandler("Jump",root, function ( ) setElementData(source,'Jump',true) setTimer(setElementData,100000,1,source,'Jump',false) end ) addEvent("Health10",true) addEventHandler("Health10",root, function ( ) setTimer(function ( ) local Health = setElementHealth(source,(getElementHealth(source))+1) end,500,1) end ) addEvent("Health",true) addEventHandler("Health",root, function ( ) setElementData(source,'DontKill',true) setTimer(setElementData,100000,1,source,'DontKill',false) end ) بدي يخلي سرعه القيم للاعب فقطط Link to comment
Me[Z]oO Posted March 17, 2016 Share Posted March 17, 2016 function Show() showCursor(false) guiSetVisible(window,true) end التصحيح لكودك الاول Link to comment
#Soking Posted March 17, 2016 Author Share Posted March 17, 2016 وهل انا قلت في مشكله في دا الفنكشن او الكود ؟ انا محدد شي معين Link to comment
iMr.SFA7 Posted March 17, 2016 Share Posted March 17, 2016 . "Game" أنا ما أشوف أي خطأ بكودك بس أحذف الترايقر الي اسمه Link to comment
#Soking Posted March 17, 2016 Author Share Posted March 17, 2016 انا ماقلت في اخطاء انا بدي الاعب يصير سريع مو كل الاعبين Link to comment
Me[Z]oO Posted March 17, 2016 Share Posted March 17, 2016 setGameSpeed خله كلنت مشان يكون للاعب بس Link to comment
iMr.SFA7 Posted March 17, 2016 Share Posted March 17, 2016 انا ماقلت في اخطاء انا بدي الاعب يصير سريع مو كل الاعبين بجانب الكلنت فـ السرعة بتصير للاعب بس اما بجانب السيرفر بتصير للكل setGameSpeed دامك حاط الوظيفة Link to comment
#Soking Posted March 17, 2016 Author Share Posted March 17, 2016 متاكد علشان لاسويها ويجيب العيد بالسيرفر ضض1 Link to comment
iMr.SFA7 Posted March 17, 2016 Share Posted March 17, 2016 متاكد علشان لاسويها ويجيب العيد بالسيرفر ضض1 ماله داعي تحطه سويت ترايقر من كلنت للسيرفر وما سويت شيء ماله داعي الترايقر 'Game' ايه متأكد .. بس عندك ترايقر اسمه Link to comment
#Soking Posted March 17, 2016 Author Share Posted March 17, 2016 ادري بس انا كنت مسوي شي و شلته كحفاظ على الاكواد Link to comment
Me[Z]oO Posted March 17, 2016 Share Posted March 17, 2016 ادري بس انا كنت مسوي شي و شلته كحفاظ على الاكواد بتمني أكون افدتك Link to comment
#Soking Posted March 17, 2016 Author Share Posted March 17, 2016 أكيد , thx mizo sfa7 Link to comment
Simple. Posted March 18, 2016 Share Posted March 18, 2016 setGameSpeed في جانب الكلينت ماراح يشوفونه اللاعبين انه سريع يشوفونه ملقلق وتقطيع عنده سو ترايقر لسيرفر وخل بالترايقر localPlayer triggerServerEvent('Game',localPlayer) 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