Jump to content

x [ طلب ] x التيمات


Recommended Posts

السلام عليكم

اولا

عاوز لما العب يكون في تيم تيمه يتحفظ عشان لو خرج او دخل

ثانيا

معي مود اقدر اسوي تيم من ف8

عاوز لما يسوي التيم يدخل فيه

تلقائي

Link to comment

اول شي يكتب فيف8

skoing + mezo سوا لي

createTeam

و removeTeam

يتحذف التيم

addCommandHandler("createTeam", function ( Player , Command , Name , R , G , B ) 
if ( getTeamFromName ( tostring ( Name ) ) ) then 
return outputChatBox("#00ff00#[TeamsSysteam]: This team already exists",Player,255,255,255,true) 
end 
createTeam ( tostring ( Name ) , tonumber ( R ) , tonumber ( G ) , tonumber ( B ) ) 
outputChatBox("#00ff00#[TeamsSysteam]: Team "..tostring(Name).." created by "..getPlayerName(Player).." ",root,255,255,255,true) 
end 
) 
  
addCommandHandler("removeTeam", function ( Player , Command , Team ) 
if ( getTeamFromName ( tostring ( Team ) ) ) then 
destroyElement ( getTeamFromName ( tostring ( Team ) ) ) 
end 
end 
) 
Link to comment

اول شي يكتب فيف8

skoing + mezo سوا لي

createTeam

و removeTeam

يتحذف التيم

addCommandHandler("createTeam", function ( Player , Command , Name , R , G , B ) 
if ( getTeamFromName ( tostring ( Name ) ) ) then 
return outputChatBox("#00ff00#[TeamsSysteam]: This team already exists",Player,255,255,255,true) 
end 
createTeam ( tostring ( Name ) , tonumber ( R ) , tonumber ( G ) , tonumber ( B ) ) 
outputChatBox("#00ff00#[TeamsSysteam]: Team "..tostring(Name).." created by "..getPlayerName(Player).." ",root,255,255,255,true) 
end 
) 
  
addCommandHandler("removeTeam", function ( Player , Command , Team ) 
if ( getTeamFromName ( tostring ( Team ) ) ) then 
destroyElement ( getTeamFromName ( tostring ( Team ) ) ) 
end 
end 
) 

خل الرجال يحاول طيب ، ليه تخرب عليه ؟؟

SQL ووين ال

على شان يحفظ التيمات ي شاطر ؟

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