Jump to content

تصحيح كود


ahhmmeed

Recommended Posts

addEventHandler ( "onPlayerJoin", getRootElement() ) 
local team = createTeam (xXx)  
if (xXx) then 
setPlayerTeam(source,(xXx )  
giveWeapon(source,31,3214) 
outputChatBox ( "xXx Player Join", source(), 255, 255, 255, true ) 
end 
                   end 
                                     ) 

Link to comment

addEventHandler('onPlayerJoin',root, 
function () 
    local team = createTeam (xXx) 
        if ( team ) then 
        setPlayerTeam( source,team ) 
        giveWeapon(source,31,3214) 
            outputChatBox ( "xXx Player Join", source, 255, 255, 255, true ) 
        end 
    end 
) 

جرب ,

Link to comment
addEventHandler('onPlayerJoin',root, 
function () 
    local team = createTeam (xXx) 
        if ( team ) then 
        setPlayerTeam( source,team ) 
        giveWeapon(source,31,3214) 
            outputChatBox ( "xXx Player Join", source, 255, 255, 255, true ) 
        end 
    end 
) 

جرب ,

يسوي تيم كل مايخش لاعب؟ السترنق في انشاء الفريق وينة؟

local team = createTeam ( 'xXx' ) 
  
addEventHandler ( 'onPlayerJoin',root, 
function (  ) 
            setPlayerTeam( source,team ) 
            giveWeapon( source,31,3214 ) 
            outputChatBox ( 'xXx Player Join', source, 255, 255, 255, true ) 
    end 
) 

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...