Jump to content

خروج من الفريق [تمت إلافادة من الجميع] شكراَ


MhLoSs

Recommended Posts

السلام عليكم

هذا كودي

function unassignTeam ( source, commandName ) 
  local xx = createTeam("xxxxxx",55,55,55) 
  if xx then 
  local theTeam = getPlayerTeam ( source )   
  if theTeam then                          
    setPlayerTeam ( source, nil, xx )  
    setPlayerTeam ( source, xx )  
  end 
end 
addCommandHandler ( "outteam", unassignTeam )   

xxxxxx طبعا انا ابيه اذا خرج من التيم حقه يروح للتيم

outteam يعني اذا كتب

xxxxxx يطلع من التيم اللي هو فيه ويروح للتيم

Edited by Guest
Link to comment
  
 local xx = createTeam("xx",55,55,55)       
function unassignTeam ( source )               
    setPlayerTeam ( source, xxxxxx ) 
    end 
end 
) 
addCommandHandler ( "outteam", unassignTeam )   
  

خطـآآ, شوف كود الكاتراز

 local xx = createTeam("xx",55,55,55)       
function unassignTeam ( source )               
    setPlayerTeam ( source, xx ) --خطآك هنا 
    end 
end 
) 

Link to comment
  
 local xx = createTeam("xx",55,55,55)       
function unassignTeam ( source )               
    setPlayerTeam ( source, xxxxxx ) 
    end 
end 
) 
addCommandHandler ( "outteam", unassignTeam )   
  

خطـآآ, شوف كود الكاتراز

 local xx = createTeam("xx",55,55,55)       
function unassignTeam ( source )               
    setPlayerTeam ( source, xx ) --خطآك هنا 
end ) 
addCommandHandler ( "outteam", unassignTeam )   
  

وانت حطيت end

end

المفروض وحدة بسس

Link to comment
  local xx = createTeam("xxxxxx",55,55,55)       
function unassignTeam ( source )               
    setPlayerTeam ( source, xx )  
end 
addCommandHandler ( "outteam", unassignTeam )   

الف الف شكر اخوي بس لو بغيت اسحب منه سلاح معين

طبعا اخوي ذا بست ما قصر

بس ما فهمت يعني

isPlayerInTeam -- not

takeWeapon 
setTimer 

سوي تايمر يتحقق من ان الشخص مو في التيم,

if not isPlayerInTeam(source,team) then 

وسوي سحب للسلاح,

takeWeapon (source, id) 

انا اللي ابي اعرفه وش دخل التايمر

+ انا ابضيفه للكود حقي

Link to comment

هذا راح ياخذ كل اسلحته لمن يخرج من الفريق اللي هو فيه

local xx = createTeam( "xxxxxx", 55, 55, 55 ) 
  
function unassignTeam( source ) 
    local team = getPlayerTeam( source ) 
    if team then 
        for i = 1, 12 do 
            takeWeapon( source, i ) 
        end 
    end 
    setPlayerTeam( source, xx ) 
end 
addCommandHandler( "outteam", unassignTeam ) 

Link to comment
هذا راح ياخذ كل اسلحته لمن يخرج من الفريق اللي هو فيه
local xx = createTeam( "xxxxxx", 55, 55, 55 ) 
  
function unassignTeam( source ) 
    local team = getPlayerTeam( source ) 
    if team then 
        for i = 1, 12 do 
            takeWeapon( source, i ) 
        end 
    end 
    setPlayerTeam( source, xx ) 
end 
addCommandHandler( "outteam", unassignTeam ) 

takeAllWeapons 

Link to comment
لا ظبط الف الف الف الف الف الف الف الف شكر

طيب عندي طلب ثاني اللي هو

سحب سلاح معين من تيم "فريق" معين

اذا خرج من التيم "الفريق" ينسحب سلاح معين

تحتاج ,

getPedWeapon -- == id # 
takeWeapon -- id # 
getPlayerTeam -- عشان تجيب تيم اللاعب # 
getTeamName -- عشان تجيب اسم التيم الي تبي اللاعب اذا خرج منه ينسحب السلاح # 

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