αвυ-wαleed Posted April 8, 2014 Share Posted April 8, 2014 ابغى مثلن احرك اوبجكت بزر اضغط مثلن التاب ويتحرك طلبي ابغى اضغط التاب 5 مرات بعدين يفتح Link to comment
ΞĪŚŚÀ Posted April 8, 2014 Share Posted April 8, 2014 ابغى مثلن احرك اوبجكت بزر اضغط مثلن التاب ويتحرك طلبي ابغى اضغط التاب 5 مرات بعدين يفتح local ClickCount = 1 bindKey('tap','down', function ( ) if ClickCount and ClickCount < 2 then ClickCount = ClickCount +1 return end outputChatBox( tostring ( ClickCount ) ) ClickCount = 1 end ) iprestege Link to comment
αвυ-wαleed Posted April 9, 2014 Author Share Posted April 9, 2014 طيب مثلن ابغاه لازم بضغط الزر لمدة محددة مثلن 30 ثانية Link to comment
-#Saimon Posted April 9, 2014 Share Posted April 9, 2014 ابغى مثلن احرك اوبجكت بزر اضغط مثلن التاب ويتحرك طلبي ابغى اضغط التاب 5 مرات بعدين يفتح local ClickCount = 1 bindKey('tap','down', function ( ) if ClickCount and ClickCount < 2 then ClickCount = ClickCount +1 return end outputChatBox( tostring ( ClickCount ) ) ClickCount = 1 end ) iprestege local ClickCount = 1 bindKey('tab','down', function ( ) if ClickCount and ClickCount < 2 then ClickCount = ClickCount +1 return end outputChatBox( tostring ( ClickCount ) ) ClickCount = 1 end ) tab not tap Link to comment
H25 Posted April 9, 2014 Share Posted April 9, 2014 bindKey -- up isTimer setTimer + killTimer Link to comment
αвυ-wαleed Posted April 10, 2014 Author Share Posted April 10, 2014 bindKey -- up isTimer setTimer + killTimer وش الخطا local gate = createObject ( 3095, 2969.1999511719, -700.20001220703, 1.500, 0, 0, 0 ) local marker2 = createMarker ( 2969.291015625,-700.45721435547,2.100, 'cylinder', 2, 255, 0, 0 ) Timer = { } addEventHandler ( "onResourceStart", resourceRoot, function Timer ( player ) if isElementWithinMarker ( player,marker2 ) then if not isPedInVehicle ( player ) then if not isTimer ( Timer [player] ) then setElementFrozen ( player,true ) Timer [player] = setTimer ( function ( player ) setElementFrozen ( player,false ) givePlayerMoney ( player,10000 ) moveObject ( gate, 10000, 2970.1999511719, -691, 687.20001220703, 0, 0, 0 ) setTimer ( moveObject,40000,1,gate, 10000, 2969.1999511719, -700.20001220703, 1.500, 0, 0, 0 ) triggerClientEvent ( player,'onShowMoney',player ) end,10000,1,player ) end end function ( ) for _, v in ipairs ( getElementsByType ( "player" ) ) do bindKey ( v, "tab", "up", Timer ) if isTimer(Timer[player]) then Timer[player] = setTimer(function(player) Timer[player] = nil end, 10000, 1, player) killTimer ( Timer ) end end ) Link to comment
abu5lf Posted April 10, 2014 Share Posted April 10, 2014 local counter = 0 bindKey( 'tab', 'down', function( ) if( isElementWithinMarker( ... ) )then counter = ( counter + 1 ) if( counter == 5 )then -- كودك counter = 0 end end end ) سويت لك مثال على حسب موضوعك لكن انت غيرت رايك في ردودك Link to comment
αвυ-wαleed Posted April 10, 2014 Author Share Posted April 10, 2014 اوك كلها عندي سوااا Link to comment
αвυ-wαleed Posted April 10, 2014 Author Share Posted April 10, 2014 مشكووووور ومافصرت ياعاشق الشرق Link to comment
abu5lf Posted April 10, 2014 Share Posted April 10, 2014 مشكووووور ومافصرت ياعاشق الشرق هلاوسسهلا Link to comment
αвυ-wαleed Posted April 12, 2014 Author Share Posted April 12, 2014 جربت طلعلي خطا مكتوب كذااا يعني في رمز غريب او كذا SCRIPT ERROR: asdasd\server.lua:17: unexpected symbol near ')' ERROR: Loading script failed: asdasd\server.lua:17: unexpected symbol near ')' Link to comment
abu5lf Posted April 12, 2014 Share Posted April 12, 2014 جربت طلعلي خطا مكتوب كذااا يعني في رمز غريب او كذا SCRIPT ERROR: asdasd\server.lua:17: unexpected symbol near ')' ERROR: Loading script failed: asdasd\server.lua:17: unexpected symbol near ')' حط سطر ١٧ هنا Link to comment
αвυ-wαleed Posted April 12, 2014 Author Share Posted April 12, 2014 هذا الكود كامل local gate = createObject ( 3095, 2969.1999511719, -700.20001220703, 1.500, 0, 0, 0 ) local marker2 = createMarker ( 2969.291015625,-700.45721435547,2.100, 'cylinder', 2, 255, 0, 0 ) local counter = 0 bindKey ( source, "tab", "down", OpenObject ) function OpenObject ( player ) if isElementWithinMarker ( player,marker2 ) then counter = ( counter + 1 ) if( counter == 5 )then givePlayerMoney ( player,10000 ) moveObject ( gate, 10000, 2970.1999511719, -691, 687.20001220703, 0, 0, 0 ) setTimer ( moveObject,40000,1,gate, 10000, 2969.1999511719, -700.20001220703, 1.500, 0, 0, 0 ) triggerClientEvent ( player,'onShowMoney',player ) counter = 0 end end end ) Link to comment
αвυ-wαleed Posted April 12, 2014 Author Share Posted April 12, 2014 الاسطر مختلفة ترى عن اللي عندي في المود Link to comment
abu5lf Posted April 12, 2014 Share Posted April 12, 2014 سطر 19 قوس زايد + انت مستخدم bindKey فوق الوظيفة لازم يكون تحتها + كودك مابشتغل لازم تحط ايفينت عند دخول الاعبين وتشغيل المود عشان تحط لهم الزر EDIT: شف ذا الموضوع viewtopic.php?f=160&t=48002 Link to comment
αвυ-wαleed Posted April 12, 2014 Author Share Posted April 12, 2014 طيب شلت القوس الزايد باقي خطأ WARNING: asdasd\server.lua:5: Bad argument @ 'bindKey' Link to comment
abu5lf Posted April 12, 2014 Share Posted April 12, 2014 طيب شلت القوس الزايد باقي خطأ WARNING: asdasd\server.lua:5: Bad argument @ 'bindKey' انا قلت لك شف الموضوع ذا viewtopic.php?f=160&t=48002 لازم تستخدم ايفينت عند تشغيل المود وعند دخول الاعب 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