Jump to content

+Source|>

Members
  • Posts

    1,388
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by +Source|>

  1. كذا addEvent("giveDailySalary", true) addEventHandler("giveDailySalary", root, function( ) if isTimer( dTime ) then outputChatBox( "#ff0000 Please Try Again After 24 Hours", source, 0, 0, 0, true ) return end outputChatBox( "#00ffff Salary Was Successfully Taken ✔", source, 0, 0, 0, true ) givePlayerMoney( source, 9000 ) local dSTime = setTimer( function() end, 86400000, 1 ) local DetailsT = getTimerDetails( dSTime ) local dTime = DetailsT local dSTime = setTimer( function() end, 86400000, 1 ) local DetailsT = getTimerDetails( dSTime ) local dTime = DetailsT local pSerial = getPlayerSerial( source ) local check = executeSQLQuery ( 'SELECT * FROM WaitDay WHERE pSerial=?', pSerial ) if ( #check > 0 ) then return end executeSQLQuery( "INSERT INTO WaitDay ( dTime, pSerial ) VALUES( ? , ? )", dTime, pSerial ) end )
  2. لا اعتقد اني فهمت شف كذا
  3. انا مسوي قاعدة البيانات فوق executeSQLQuery( "CREATE TABLE IF NOT EXISTS WaitDay ( dTime )" ) + getTimerDetails وين موقعه بالظبط؟
  4. حط الأكواد كامله
  5. مدري وش التخبيص ذا صراحه بس خذ جرب elseif ( source == btn.soon ) then playSound("open.wav") guiSetEnabled (btn.soon ,false) setTimer(guiSetEnabled, 150000, 1 ,btn.soon ,true) if velocity == false then local Velocity = true outputChatBox("تم فتح خاصية السرعة ") else local Velocity = false outputChatBox("تم فتح خاصية السرعة ") end end end ) binkey("w", "down", function() if Velocity == true then local vx, vy, vz = getElementVelocity( localplayer, vx+1, vy+1, vz ) end end
  6. addEvent("giveDailySalary", true) addEventHandler("giveDailySalary", root, function( ) if isTimer( dTime ) then outputChatBox( "#ff0000 Please Try Again After 24 Hours", source, 0, 0, 0, true ) return end outputChatBox( "#00ffff Salary Was Successfully Taken ✔", source, 0, 0, 0, true ) givePlayerMoney( source, 9000 ) local dTime = setTimer( function() end, 86400000, 1 ) -- تايمر 24 ساعه executeSQLQuery( "INSERT INTO WaitDay ( dTime ) VALUES( ? )", dTime ) end ) كذاا
  7. ابي اعرف كيف اسوي تايمر بحيث انه لو سويت ريستارت للمود أو طلعت ودخلت ما ينعاد التايمر من جديد
  8. ابي شرح لهذا وش يسوي وكيف استخدمه ومتى toJSON
  9. خلاص مشكور عدلت كلمة onResourceStart لـ onPlayerLogin اشتغل
  10. https://f.top4top.net/p_901ge0u01.png
  11. +Source|>

    Help

    ابي اسوي ان لما المود يشتغل يجي باالابل اسم حساب الشخص محاولتي --server addEventHandler("onResourceStart", root, function( ) local Account = getAccountName( getPlayerAccount( source ) ) triggerClientEvent( source, "setLblAcc", source, Account ) end ) --client addEvent("setLblAcc", true) addEventHandler("setLblAcc", root, function( Account ) guiSetText( acLbl2, Account ) end )
  12. حبيبي هو الأول كان يبي يحط بس الحين عدل على الموضوع ويبي يشيل
  13. اي شي صبح او ليل المهم ااجمده
  14. انا ابي اسوي لون للسماء بس ما ابيه يروح ابيه دايما نفس اللون + لون للشمس
  15. ابي اعرف وش الكود اللي يسوي تجميد للوقت وككيف الغي تجميد الوقت في مود التتكتيك
  16. guiGridListAddRow guiGridListSetItemText guiGridListRemoveRow غير محفوظه
  17. addCommandHandler("نقل", function ( player ) veh = getPedOccupiedVehicle( player ) setElementPosition( veh, 1907.35876, -2242.07642, 12.95656 ) end )
  18. ابي اسوي تايمر يتحقق ان لو اللاعبين في السيرفر اكبر من 3 يجي بالشات كلمه setTimer( function() for i, v in ipairs( getElementsByType( "player" ) ) do if v >= 3 then outputChatBox( "Test", root ) else outputChatBox( "UnTest", root ) end end end, 100, 0 )
×
×
  • Create New...