MR.GNA7 Posted February 26, 2018 Share Posted February 26, 2018 --------------------------------------------------------------------------------------------------------------------------------------------- السلام عليكم ورحمة الله وبركاته اليوم اول يوم اطلب فيه كود في الموقع كله اسف لو القصم غلط ياريت تساعدوني في كود لوحة تفتح للعنده 20 ساعة ابي الكود كامل لو سمحتم --------------------------------------------------------------------------------------------------------------------------------------------- Link to comment
#[K]iLLeR<3 Posted February 26, 2018 Share Posted February 26, 2018 (edited) ما عندي خبرة بالبرمجة لكن تقدر تعمل الوحة تفتح لرتبة و لما الاعب يوصل 20 ساعة اعطيه الرتبة اسهل :] Edited February 26, 2018 by #[K]iLLeR<3 1 Link to comment
MR.GNA7 Posted February 26, 2018 Author Share Posted February 26, 2018 20 minutes ago, #[K]iLLeR<3 said: ما عندي خبرة بالبرمجة لكن تقدر تعمل الوحة تفتح لرتبة و لما الاعب يوصل 20 ساعة اعطيه الرتبة اسهل :] اوكي اخوي شكرا للرد الجميل Link to comment
#[K]iLLeR<3 Posted February 26, 2018 Share Posted February 26, 2018 51 minutes ago, MR.GNA7 said: اوكي اخوي شكرا للرد الجميل العفو Link to comment
1337.Ibrahim Posted February 26, 2018 Share Posted February 26, 2018 تحقق ان اللاعب عنده 20 ساعة وفوق if getElementData زي كذا ^ ابحث بالمنتدى تلقا مواضيع نفس طلبك Link to comment
^iiEcoo'x_) Posted February 27, 2018 Share Posted February 27, 2018 إبحث بالقسم عن وظيفة getPlayerTime ! 1 Link to comment
MR.GNA7 Posted March 3, 2018 Author Share Posted March 3, 2018 On 2/27/2018 at 07:18, DABL said: إبحث بالقسم عن وظيفة getPlayerTime ! اخوي يعني نفس كدا local sValue = getElementData( source,'PlayTime' ) if not sValue then sValue = '0:0:0' end local data = split local hour = tonumber if hour = nil or not tonumber(hour) then hour = 0 end if ( hour >= tonumber("40")) then else outputChatBox("لاتملك 40 ساعة",source,0,255,255,true); end Link to comment
#\_oskar_/# Posted March 3, 2018 Share Posted March 3, 2018 حط دا بملف الساعات _getTime = function (_p) local _hour = tonumber(t[_p][ 'hour' ] or 0 ) return _hour end والسطر دا بالميتا حقت الساعات <export function="_getTime" type="server"/> ودا مثال علي الاكسبورت سيرفر addCommandHandler ('ss',function (source) -- _oskar بدلها ب اسم المود حقك if exports._oskar:_getTime(source) >= tonumber('40') then triggerClientEvent(source,'_trigger:open',source) else outputChatBox('لاتملك 40 ساعة',source ,255 ,0 ,0 ,true) end end) كلنت _window = guiCreateWindow(296, 256, 425, 263, "Test", false) guiWindowSetSizable( _window , false) guiSetVisible ( _window ,false) addEvent('_trigger:open',true) addEventHandler('_trigger:open',root,function() guiSetVisible ( _window , not guiGetVisible ( _window ) ) showCursor ( guiGetVisible ( _window ) ) end) Link to comment
MR.GNA7 Posted March 6, 2018 Author Share Posted March 6, 2018 On 3/3/2018 at 04:18, #\_oskar_/# said: حط دا بملف الساعات _getTime = function (_p) local _hour = tonumber(t[_p][ 'hour' ] or 0 ) return _hour end والسطر دا بالميتا حقت الساعات <export function="_getTime" type="server"/> ودا مثال علي الاكسبورت سيرفر addCommandHandler ('ss',function (source) -- _oskar بدلها ب اسم المود حقك if exports._oskar:_getTime(source) >= tonumber('40') then triggerClientEvent(source,'_trigger:open',source) else outputChatBox('لاتملك 40 ساعة',source ,255 ,0 ,0 ,true) end end) كلنت _window = guiCreateWindow(296, 256, 425, 263, "Test", false) guiWindowSetSizable( _window , false) guiSetVisible ( _window ,false) addEvent('_trigger:open',true) addEventHandler('_trigger:open',root,function() guiSetVisible ( _window , not guiGetVisible ( _window ) ) showCursor ( guiGetVisible ( _window ) ) end) يب خلاص شكرا للمساعدة 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