Jump to content

ABO.SR7777A

Members
  • Posts

    263
  • Joined

  • Last visited

Everything posted by ABO.SR7777A

  1. وش بلاك انت يالخوي واحد باتعلم مو عاجبك لا ترد ولا اتشرف بردك هع هع
  2. سويت كود سوبر نار صح ولالا وفولو لي الخطا function delayedChat ( player ) outputChatBox ( "Delayed text: " .. text ) end setTimer ( delayedChat, 1000, 1, "Hello, World!" ) function takeCash ( thePlayer, command, amount ) local PlayerMoney = getPlayerMoney(source) if ( PlayerMoney >= 1500) then ر takePlayerMoney(source,1500) function mainFunction(player) outputChatBox ("Instant text!") setTimer ( function() outputChatBox ( "5 second delay text!" ) end, 5000, 1 ) end mainFunction(player)
  3. g_Players = getElementsByType("player") for i,aPlayer in ipairs(g_Players) if aPlayer == getLocalPlayer() then g_CurrentSpectated = i break end end function spectatePrevious(player) if g_CurrentSpectated == 1 then g_CurrentSpectated = #g_Players else g_CurrentSpectated = g_CurrentSpectated - 1 end setCameraTarget(g_Players[g_CurrentSpectated]) end function spectateNext() if g_CurrentSpectated == #g_Players then g_CurrentSpectated = 1 else g_CurrentSpectated = g_CurrentSpectated + 1 end setCameraTarget(g_Players[g_CurrentSpectated]) end bindKey("arrow_l", "down", spectatePrevious) bindKey("arrow_r", "down", spectateNext) function delayedChat ( text ) outputChatBox ( "Delayed text: " .. text ) end function mainFunction() outputChatBox ("Instant text!") setTimer ( function() outputChatBox ( "5 second delay text!" ) end, 5000, 1 ) end mainFunction() function greetingHandler ( message ) outputChatBox ( "The client says: " .. message, source ) end addEvent( "onGreeting", true ) addEventHandler( "onGreeting", getRootElement(), greetingHandler صح ولالالالالالالالالا وقلي الخطا
  4. ؟هذا الاعب ينضر اليك
  5. تابل انا ابياسوي كود يتفجر على الاعبين
  6. عدلي الخطا ياتبال
  7. بس كيف ؟ هههه ض1
  8. طيب انا عارف انه بالاسهم ياتابل
  9. تم التطوير ههههههههه g_Players = getElementsByType("player") for i,aPlayer in ipairs(g_Players) if aPlayer == getLocalPlayer() then g_CurrentSpectated = i break end end function spectatePrevious(player) if g_CurrentSpectated == 1 then g_CurrentSpectated = #g_Players else g_CurrentSpectated = g_CurrentSpectated - 1 end setCameraTarget(g_Players[g_CurrentSpectated]) end function spectateNext() if g_CurrentSpectated == #g_Players then g_CurrentSpectated = 1 else g_CurrentSpectated = g_CurrentSpectated + 1 end setCameraTarget(g_Players[g_CurrentSpectated]) end bindKey("arrow_l", "down", spectatePrevious) bindKey("arrow_r", "down", spectateNext) function delayedChat ( text ) outputChatBox ( "Delayed text: " .. text ) end function mainFunction() outputChatBox ("Instant text!") setTimer ( function() outputChatBox ( "5 second delay text!" ) end, 5000, 1 ) end mainFunction() function greetingHandler ( message ) outputChatBox ( "The client says: " .. message, source ) end addEvent( "onGreeting", true ) addEventHandler( "onGreeting", getRootElement(), greetingHandler )
  10. سويت كود الكاميرا عليك صح ولالا g_Players = getElementsByType("player") for i,aPlayer in ipairs(g_Players) if aPlayer == getLocalPlayer() then g_CurrentSpectated = i break end end function spectatePrevious(player) if g_CurrentSpectated == 1 then g_CurrentSpectated = #g_Players else g_CurrentSpectated = g_CurrentSpectated - 1 end setCameraTarget(g_Players[g_CurrentSpectated]) end function spectateNext() if g_CurrentSpectated == #g_Players then g_CurrentSpectated = 1 else g_CurrentSpectated = g_CurrentSpectated + 1 end setCameraTarget(g_Players[g_CurrentSpectated]) end bindKey("arrow_l", "down", spectatePrevious) bindKey("arrow_r", "down", spectateNext)
  11. ياخي عارف بس باجرب كودي صح ولالا
  12. ههههههههههههههههههههههههههههههههه تابل باسوي كود وقلي صح ولالا
  13. كذا function invisible (Player) if getPlayerMoney(Player) >= 1500 then if getElementAlpha( Player ) >= 250 then takePlayerMoney(Player,1500) setElementAlpha ( Player, 0 ) end end end addCommandHandler ( "invis", invisible)
  14. سويت الكود صح ولالا function invisible() if getPlayerMoney(thePlayer) >= 1500 then if getElementAlpha( thePlayer ) >= 250 then takePlayerMoney(thePlayer,1500) setElementAlpha ( thePlayer, 0 ) end end end addCommandHandler ( "invis", invisible)
  15. function invisible() if getPlayerMoney(source) >= 1500 then if getElementAlpha( thePlayer ) == 0 then setElementAlpha ( thePlayer, 0 ) end end addCommandHandler ( "invis", toggleInvis
  16. انا حاولت اسوي كود المخفي صح ولالا وجربوه لو صح function invisible() if getPlayerMoney(source) >= 1500 then if getElementAlpha( thePlayer ) == 0 then setElementAlpha ( thePlayer, 0 ) setElementAlpha ( thePlayer, 255 ) end end addCommandHandler ( "invis", toggleInvis
  17. الويكي نصه معرب
  18. اها طيب ابي كود المخفي باطبقه بتفسي
  19. طيب ساعدني لاهنتتتتت
  20. ههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههه هههههههههههههههههههههههههه ههههههههههههههههههههههه ههههههههههههههههههه هههههههههههههه ههههههههههه هههههههه هههههه هههه ههه هه ه
  21. انا غلط الكود الثاني ذا addEventHandler('onClientGUIClick', root, function() if ( source == ButtonName ) then triggerServerEvent('JetPack', localPlayer) end end )
×
×
  • Create New...