يسوي تيم كل مايخش لاعب؟ السترنق في انشاء الفريق وينة؟
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
)