ABO.SR7777A
Members-
Posts
263 -
Joined
-
Last visited
Everything posted by ABO.SR7777A
-
وش بلاك انت يالخوي واحد باتعلم مو عاجبك لا ترد ولا اتشرف بردك هع هع
-
سويت كود سوبر نار صح ولالا وفولو لي الخطا 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)
-
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 صح ولالالالالالالالالا وقلي الخطا
-
تابل انا ابياسوي كود يتفجر على الاعبين
-
طيب انا عارف انه بالاسهم ياتابل
-
تم التطوير ههههههههه 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 )
-
سويت كود الكاميرا عليك صح ولالا 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 invisible (Player) if getPlayerMoney(Player) >= 1500 then if getElementAlpha( Player ) >= 250 then takePlayerMoney(Player,1500) setElementAlpha ( Player, 0 ) end end end addCommandHandler ( "invis", invisible)
-
سويت الكود صح ولالا function invisible() if getPlayerMoney(thePlayer) >= 1500 then if getElementAlpha( thePlayer ) >= 250 then takePlayerMoney(thePlayer,1500) setElementAlpha ( thePlayer, 0 ) end end end addCommandHandler ( "invis", invisible)
-
function invisible() if getPlayerMoney(source) >= 1500 then if getElementAlpha( thePlayer ) == 0 then setElementAlpha ( thePlayer, 0 ) end end addCommandHandler ( "invis", toggleInvis
-
انا حاولت اسوي كود المخفي صح ولالا وجربوه لو صح function invisible() if getPlayerMoney(source) >= 1500 then if getElementAlpha( thePlayer ) == 0 then setElementAlpha ( thePlayer, 0 ) setElementAlpha ( thePlayer, 255 ) end end addCommandHandler ( "invis", toggleInvis
-
اها طيب ابي كود المخفي باطبقه بتفسي
-
ههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههه هههههههههههههههههههههههههه ههههههههههههههههههههههه ههههههههههههههههههه هههههههههههههه ههههههههههه هههههههه هههههه هههه ههه هه ه
-
انا غلط الكود الثاني ذا addEventHandler('onClientGUIClick', root, function() if ( source == ButtonName ) then triggerServerEvent('JetPack', localPlayer) end end )
