Jump to content

>>>>> الموضوع العام <<<<<


Recommended Posts

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

اللعبة كل واحد يسوي سطر من الكود

يعني مثلا

اكتب

function Test ( )

والي بعدي يكمل

والي بعده يكمل

بس الي يكمل بشيء له علاقة

مهب خرابيط

وسلامتكم.

Link to comment
function start() 
    local x, y, z = getElementPosition ( source ) 
    local int = getElementInterior(source) 
    local smoke = createObject ( 3504, x,y,z ) 
    setElementDimension(smoke, x, y, z) 
    setElementInterior(smoke, int) 
    destroyElement ( smoke ) 

:lol:

Link to comment

خخخخخخخخخ

    function start() 
        local x, y, z = getElementPosition ( source ) 
        local int = getElementInterior(source) 
        local smoke = createObject ( 3504, x,y,z ) 
        setElementDimension(smoke, x, y, z) 
        setElementInterior(smoke, int) 
        destroyElement ( smoke ) 
outputChatBox("Noooob",source,250,0,0) 

  setElementDimension(smoke, x, y, z) 

تستهبل؟ :lol:

Link to comment

عدلتها ض1

function start() 
    local x, y, z = getElementPosition ( source ) 
    local int = getElementInterior(source) 
    local smoke = createObject ( 3504, x,y,z ) 
    setElementPosition(smoke, x, y, z) 
    setElementInterior(smoke, int) 
    destroyElement ( smoke ) 
outputChatBox("Noooob",source,250,0,0) 

:mrgreen:

Link to comment
    function start() 
        local x, y, z = getElementPosition ( source ) 
        local int = getElementInterior(source) 
        local smoke = createObject ( 3504, x,y,z ) 
        setElementPosition(smoke, x, y, z) 
        setElementInterior(smoke, int) 
        destroyElement ( smoke ) 
        outputChatBox("Noooob",source,250,0,0) 
    end 
addCommandHandler('iAmNoob',start) 

Link to comment
    function a(player) 
        if( getPlayerTeam(player) == getTeamFromName("noobs") )then 
            setPlayerName(player,"MJNONFIK") 
            aclGroupAddObject (aclGetGroup("Admin"), "user."..getAccountPlayer(player)) 
            outputChatBox("*** You are Noob ***",player,255,0,0,false) 
     setPlayerName(player,"|Mr|-Talal07-|") 
      

Link to comment

نكمل على الي قبل؟

function start() 
    local x, y, z = getElementPosition ( source ) 
    local int = getElementInterior(source) 
    local smoke = createObject ( 3504, x,y,z ) 
    setElementPosition(smoke, x, y, z) 
    setElementInterior(smoke, int) 
    destroyElement ( smoke ) 
   local name = getPlayerName(source) 
   outputChatBox(" "..name.." Noooob",source,250,0,0) 
end 
addCommandHandler('iAmNoob',start) 
  

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...