coNolel Posted June 1, 2017 Share Posted June 1, 2017 أظن العنوان فيه كل شي ، ما يبي يسوي تيم وانا مسوي كم تحقق عشان اذا كان معه نفس الإسم ما يسوي ، ممكن حل ؟ Spoiler local WarTeams = { Teams = { } } function addWarTeam(source,commandName,TeamName) if TeamName then outputChatBox("error team is already created") else theTeam = createTeam ( TeamName, 255, 255, 255 ) table.insert(WarTeams.Teams, theTeam) outputChatBox("The Team"..TeamName.."Has been Created by :") outputChatBox(#WarTeams.Teams) end end Link to comment
iMr.WiFi..! Posted June 1, 2017 Share Posted June 1, 2017 local WarTeams = { Teams = { } } function addWarTeam(source,commandName,TeamName) if getTeamFromName(TeamName) then outputChatBox("error team is already created") else theTeam = createTeam ( TeamName, 255, 255, 255 ) table.insert(WarTeams.Teams, theTeam) outputChatBox("The Team"..TeamName.."Has been Created by :") outputChatBox(#WarTeams.Teams) end end Link to comment
coNolel Posted June 1, 2017 Author Share Posted June 1, 2017 35 minutes ago, iMr.WiFi..! said: local WarTeams = { Teams = { } } function addWarTeam(source,commandName,TeamName) if getTeamFromName(TeamName) then outputChatBox("error team is already created") else theTeam = createTeam ( TeamName, 255, 255, 255 ) table.insert(WarTeams.Teams, theTeam) outputChatBox("The Team"..TeamName.."Has been Created by :") outputChatBox(#WarTeams.Teams) end end يعطيك العافية ، خلاص حليت المشكلة Link to comment
iMr.WiFi..! Posted June 1, 2017 Share Posted June 1, 2017 Just now, coNolel said: يعطيك العافية ، خلاص حليت المشكلة الله يعافيك <3 .. 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