MA[S]RIY Posted June 13, 2018 Share Posted June 13, 2018 السلام عليكم local start = startResource ( getResourceFromName ( "www" ) ) if start then stopResource ( getThisResource() ) end الحين مو اشيف وين الخطاء م بيشتغل www المود يطفي عادي بس مود وم يطلع اي شئ بالدي بق علما انا اجرب في سرفر محلي بس اعتقد م تفرق اي المشكلة ؟؟ Link to comment
SycroX Posted June 13, 2018 Share Posted June 13, 2018 1 hour ago, MARIY said: السلام عليكم local start = startResource ( getResourceFromName ( "www" ) ) if start then stopResource ( getThisResource() ) end الحين مو اشيف وين الخطاء م بيشتغل www المود يطفي عادي بس مود وم يطلع اي شئ بالدي بق علما انا اجرب في سرفر محلي بس اعتقد م تفرق اي المشكلة ؟؟ ضايف المود لجروب ادمن ؟ Link to comment
MA[S]RIY Posted June 13, 2018 Author Share Posted June 13, 2018 39 minutes ago, #x1AhMeD,-09 said: ضايف المود لجروب ادمن ؟ يب Link to comment
+Source|> Posted June 13, 2018 Share Posted June 13, 2018 4 hours ago, MARIY said: السلام عليكم local start = startResource ( getResourceFromName ( "www" ) ) if start then stopResource ( getThisResource() ) end الحين مو اشيف وين الخطاء م بيشتغل www المود يطفي عادي بس مود وم يطلع اي شئ بالدي بق علما انا اجرب في سرفر محلي بس اعتقد م تفرق اي المشكلة ؟؟ طبيعي ما بيشتغلل لأنك مسوي لو هو ششغال على طول يطفى مو هيك ؟ ول انا غلطان ؟ Link to comment
MA[S]RIY Posted June 14, 2018 Author Share Posted June 14, 2018 15 hours ago, +Source|> said: طبيعي ما بيشتغلل لأنك مسوي لو هو ششغال على طول يطفى مو هيك ؟ ول انا غلطان ؟ اشتغل www انا مسوي تحق بسيط انه اذا المود المود نفسه يطفي Link to comment
MrBiG Posted June 14, 2018 Share Posted June 14, 2018 (edited) انت بتقول انو التحقق هذا جوا المود اذا هيك ما في داعي تسوي تحقق سوي هيك function stopResourceOnStart( ) stopResource( getThisResource( ) ) end addEventHandler( "onResourceStart" , root , stopResourceOnStart ) او اذا بدك لما يشتغل المود يطفي مودات ثانية سوي هيك function stopResourceOnStart( ) stopResource ( getResourceFromName ( "www" ) ) end addEventHandler( "onResourceStart" , root , stopResourceOnStart ) Edited June 14, 2018 by Debo15 Link to comment
MA[S]RIY Posted June 14, 2018 Author Share Posted June 14, 2018 2 minutes ago, Debo15 said: انت بتقول انو التحقق هذا جوا المود اذا هيك ما في داعي تسوي تحقق سوي هيك function stopResourceOnStart( ) stopResource( getThisResource( ) ) end addEventHandler( "onResourceStart" , root , stopResourceOnStart ) تمام بجربها 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