Jump to content

الكلام الي يطلع عندما تمر الماوس على صورة او زر


Recommended Posts

  • Replies 89
  • Created
  • Last Reply

Top Posters In This Topic

ان ما خاب ظني ذي الوظيفة

setPedLookAt

ميزو

بالنسبة لذيsetPedLookAt

تتوقع كيف يمديني اسويها على بيد بحيث لو دخلت ماركرة يصير يتفرج علي فهمت قصدي؟؟

اسف كنت برب

الحين مو فاهم طلبك تقدر تشرحه ؟

Link to comment

في مود لما مثلن تحرك الماوس يمين يتحرك راس البيد كأنه يتطلع يمين

المهم وش احتاج مشان اخلي اذا لمست ماركر معين يصير بيد معين راسه يلاحقني كأنه يتفرج علي

وذي شفتها بسيرفر

Link to comment

اهو يبي بيد يمشي وراه

الفنكشنات عطاني ياها تنطيل من قبل

وجربتها !

اذا لمست ماركر معين يصير بيد معين راسه يلاحقني كأنه يتفرج علي

م انتبهت اسف

Link to comment
الحين الحين صح في للبيد راس ضض

الحين نفترض الماوس حركتها لليمين يصير راس البيد لليمين

فهمت؟؟

جرب

addEventHandler ( "onClientRender", resourceRoot, 
function (    ) 
    for k,v in ipairs ( getElementsByType ( "player" ) ) do 
        if ( getElementHealth ( v ) >= 1 ) then 
            local width, height = guiGetScreenSize (    ) 
            local lx, ly, lz = getWorldFromScreenPosition ( width / 2, height / 2, 10 ) 
            setPedLookAt ( v, lx, ly, lz ) 
        end  
    end 
end ) 
Link to comment
setTimer ( 
 function () 
 getmoney1 = getPlayerMoney ( source ) 
 if (getmoney1 >=  150) then 
takePlayerMoney ( source, 150 ) 
setElementHealth (source, getElementHealth (source) + 20) 
outputChatBox("تم شراء قطعة واحدة", hitElement, 142, 96 ,62, true ) 
outputChatBox( "+20 Health", hitElement, 216, 38, 38, true ) 
else 
outputChatBox("ليس لديك المال الكافي") 
, 100000 
               , 1 
               ) 
end 
                
end 
) 

شباب وش مشكله التايمر ما يغلق الزر؟؟ وش الخطأ بس قولوا لي دون ما تعدلوه انتم

Link to comment
setTimer ( 
 function () 
 getmoney1 = getPlayerMoney ( source ) 
 if (getmoney1 >=  150) then 
takePlayerMoney ( source, 150 ) 
setElementHealth (source, getElementHealth (source) + 20) 
outputChatBox("تم شراء قطعة واحدة", source,  142, 96 ,62, true ) 
outputChatBox( "+20 Health", source, 216, 38, 38, true ) 
else 
outputChatBox("ليس لديك المال الكافي") 
end 
end, 100000 , 1) 
  

hitElement مو معرف

وفي قوس زيارة

ومسوي ااند بعد التايمر

Link to comment

warning shop/server.lua:2 bad argument @ "addeventhandler [expecter function at argument 3 got lua timer"

addEvent ("pizza",true) 
 addEventHandler ("pizza",root, 
  setTimer ( 
 function () 
 getmoney1 = getPlayerMoney ( source ) 
 if (getmoney1 >=  150) then 
takePlayerMoney ( source, 150 ) 
setElementHealth (source, getElementHealth (source) + 20) 
outputChatBox("تم شراء قطعة واحدة", source,  142, 96 ,62, true ) 
outputChatBox( "+20 Health", source, 216, 38, 38, true ) 
else 
outputChatBox("ليس لديك المال الكافي") 
end 
end, 100000 , 1) 

Link to comment
  
addEvent ("pizza", true) 
addEventHandler ("pizza", root, 
setTimer ( function () 
 getmoney1 = getPlayerMoney ( source ) 
 if (getmoney1 >=  150) then 
takePlayerMoney ( source, 150 ) 
setElementHealth (source, getElementHealth (source) + 20) 
outputChatBox("تم شراء قطعة واحدة", source,  142, 96 ,62, true ) 
outputChatBox( "+20 Health", source, 216, 38, 38, true ) 
else 
outputChatBox("ليس لديك المال الكافي", source) 
end 
end, 100000 , 1) 
) 
  

جرب

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...