Jump to content

^iiEcoo'x_)

Members
  • Posts

    2,935
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by ^iiEcoo'x_)

  1. خلنا نحول القسم ذا للقسم لغة html وكل واحد يحط استفسار عن اللغة , ونخرب المنتدى لين يسو قسم جديد ذذ
  2. المنتدى ماله طعم بدونك
  3. وعليكم السلام , بخير ي الطيب دام انت بخير , الفكرة رآئعة , عندي فكرة اخرى , تجيب لوحة تلوين السيارات وتسويها للتلوين اللون الثوب الابيض مثلا ويعطيك العافية
  4. عدلته راجعه من جديد
  5. م اتوقع انه صحيح جربه -- client addEventHandler ("onClientGUIClick",root, function () if source == Button and guiCheckBoxGetSelected(checkbox) == true then triggerServerEvent ("setmoney",localPlayer,tonumber(guiGetText(edit))) elseif source == Button and guiCheckBoxGetSelected(checkbox2) == true then triggerServerEvent ("getmoney",localPlayer,tonumber(guiGetText(edit))) end end ) -- server addEvent ("setmoney",true) addEventHandler ("setmoney",root, function (money) local money = getPlayerMoney (source) if money >= tonumber(money) then takePlayerMoney ( source, tonumber(money) ) local acc = getPlayerAccount (source) if not isGuestAccount ( acc ) then setAccountData ( acc , "money", getAccountData ( acc , "money") + tonumber(money) ) end end end ) addEvent ("getmoney",true) addEventHandler ("getmoney",root, function (money) if tonumber(money) then local acc = getPlayerAccount (source) if not isGuestAccount ( acc ) then local mo = getAccountData ( acc , "money" ) if mo >= tonumber(money) then givePlayerMoney ( source, tonumber(money) ) setAccountData ( acc , "money", getAccountData ( acc , "money" ) - tonumber(money) ) end end end end )
  6. اصبر شوي اسويلك اياه
  7. فكرة رائعة , مستحيل يضلهم ع لغة Lua بالمستقبل قد يضيفون لغات اخرى , لانه Lua كل مابيها تنقرض شوي شوي
  8. setElementData ( source , "setPlayerBan", true ) Use This In Code Ban The Player , Change Source To Definition The Player , Save The Data In SQL And Save On Serial , The Code For Close Key If His Data , buttons = { ['F1'] = true, ['F2'] = true, ['F3'] = true, ['F4'] = true, ['F5'] = true, ['F6'] = true, ['F7'] = true, ['F8'] = true, ['F9'] = true, ['J'] = true, ['T'] = true, } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementData(localPlayer,"setPlayerBan") == true then if buttons[button] then cancelEvent() end end end) If Not Bind Key F8 , The Code For Cancel Your Command In F8 , local Cmd = { "showchat" , "register" , "login" ) addEventHandler("onPlayerCommand", root, function( cmd ) for _,v in iprise ( Cmd ) do if cmd == v then cancelEvent() end end end)
  9. طيب طيب , ملياردير تكتب ي عمري ???
  10. خخخخخخخخ خطا كله @Master_MTA خخخخ فهمه يولدي @Ad[N]a[N]e اطرحلي اكواد المهمة
  11. X X X X X X X X function (source) ?
  12. exports["TopBarChat"]:sendClientMessage ("#FF0000 You Need Cj Skin To Buy This Stat",255,255,255,true )
  13. createPed -- تلاقي شي اسمه غير الاحداثيات بعدين تلاقي شي اسمه setCameraMatrex -- غيراحداثيات للبيد
  14. شرح ممتآز , لو تضيف مثال اوضح function giveRandomPlayerMoney ( money) givePlayerMoney ( getRandomPlayer () , tonumber(money) ) end addCommandHandler ("random", function () giveRandomPlayerMoney ( 500 ) end )
  15. اصلا مو انت مسويه
×
×
  • Create New...