SaedAmer Posted June 30, 2016 Share Posted June 30, 2016 السلام عليكم اولا عاوز لما العب يكون في تيم تيمه يتحفظ عشان لو خرج او دخل ثانيا معي مود اقدر اسوي تيم من ف8 عاوز لما يسوي التيم يدخل فيه تلقائي Link to comment
N3xT Posted June 30, 2016 Share Posted June 30, 2016 عليكم السلام setElementData or executeSQLQuery getElementData setPlayerTeam Link to comment
Adham Posted June 30, 2016 Share Posted June 30, 2016 اول شي يكتب فيف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
Mr.CoR Posted July 1, 2016 Share Posted July 1, 2016 اول شي يكتب فيف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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now