AboFaisal Posted June 4, 2013 Share Posted June 4, 2013 التكرار من الوقت عدل وقت التكرار انا معطيه الكود ما يعرف يعدل Link to comment
فاّرس Posted June 4, 2013 Share Posted June 4, 2013 مم اذا يطلع اخطاء معناه ان لازم نتحقق, سو كذآ , function Update(player) if ( getPlayerTeam ( localPlayer ) ) and ( getPlayerTeam ( localPlayer ) == getTeamFromName ( "Police" ) ) then outputChatBox("Anything",player,255,0,255,true) end end addEventHandler("onClientRender",root,Update) setTimer(Update,1000,0) ورد لي خبر ~ Link to comment
3ssol Posted June 4, 2013 Author Share Posted June 4, 2013 يكرر بسرررررعه + ي ذي بيست وكل شوي بقعد اسوي ريستارت ؟ للو واحد دخل التيم وخرج يجلس يكررر ولو شغلت المود يجلسس يكرر + لو انا مو بـ نفس التيم الي بـ الكود يجي الكلام + يكرر Link to comment
jafar Posted June 4, 2013 Share Posted June 4, 2013 يكرر بسرررررعه+ ي ذي بيست وكل شوي بقعد اسوي ريستارت ؟ للو واحد دخل التيم وخرج يجلس يكررر ولو شغلت المود يجلسس يكرر + لو انا مو بـ نفس التيم الي بـ الكود يجي الكلام + يكرر بدل الوقت Link to comment
فاّرس Posted June 4, 2013 Share Posted June 4, 2013 (edited) بالنسبه لو خرج من التيم يكرر , انا مجربه خرجت وما كرر, + الوقت غيره من التايمر الي هو 1000 غيره للوقت الي تبيه , + هذا ضابط بإذن الله جربته ومافي اخطاء, مم اذا يطلع اخطاء معناه ان لازم نتحقق,سو كذآ , function Update(player) if ( getPlayerTeam ( localPlayer ) ) and ( getPlayerTeam ( localPlayer ) == getTeamFromName ( "Police" ) ) then outputChatBox("Anything",player,255,0,255,true) end end addEventHandler("onClientRender",root,Update) setTimer(Update,1000,0) ورد لي خبر ~ Edited June 4, 2013 by Guest Link to comment
3ssol Posted June 4, 2013 Author Share Posted June 4, 2013 ذذي بيست كفو ضبط بس مشكلته يكرر الف مره انا ابيه مره وحده كل دقيقتين Link to comment
فاّرس Posted June 4, 2013 Share Posted June 4, 2013 (edited) غير الوقت يالغالي 1000 هذي مده التكرار, غيرها للي تبي, + كذا مثلآ , function Update(player) if ( getPlayerTeam ( localPlayer ) ) and ( getPlayerTeam ( localPlayer ) == getTeamFromName ( "Police" ) ) then outputChatBox("Anything",player,255,0,255,true) end end addEventHandler("onClientRender",root,Update) setTimer(Update,120000,0) Edited June 4, 2013 by Guest Link to comment
jafar Posted June 4, 2013 Share Posted June 4, 2013 ذي setTimer(Update,1000,0) خلها كذا setTimer(Update,60000,0) Link to comment
3ssol Posted June 4, 2013 Author Share Posted June 4, 2013 ي مسلمين ززدت الوقت ومافيه فاايده يكرر سريع ورا بعض >< Link to comment
jafar Posted June 4, 2013 Share Posted June 4, 2013 ي مسلمين ززدتالوقت ومافيه فاايده يكرر سريع ورا بعض >< حط الكود ,, Link to comment
3ssol Posted June 4, 2013 Author Share Posted June 4, 2013 خلاص تم حل المشكله + تمت الافاده يعطيكم العاافيه Link to comment
فاّرس Posted June 4, 2013 Share Posted June 4, 2013 (edited) المشكله من الرندر, function Update(player) if ( getPlayerTeam ( localPlayer ) ) and ( getPlayerTeam ( localPlayer ) == getTeamFromName ( "Police" ) ) then outputChatBox("Anything",player,255,0,255,true) end end setTimer(Update,5000,0) + الله يعافيكك , بالتوفيق, Edited June 4, 2013 by Guest Link to comment
jafar Posted June 4, 2013 Share Posted June 4, 2013 خلاص تم حل المشكله + تمت الافاده يعطيكم العاافيه حياك الله ,, Link to comment
iPrestege Posted June 5, 2013 Share Posted June 5, 2013 setTimer ( function ( ) for _,v in ipairs ( getPlayersInTeam ( getTeamFromName ( 'Team' ) ) ) do outputChatBox('Hello Team',v) end end,1000,0 ) طريقة أفضل 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