Jump to content

x[ مشكلة ]x كود م يبغى يسوي تيم


Recommended Posts

أظن العنوان فيه كل شي ،

ما يبي يسوي تيم وانا مسوي كم تحقق عشان اذا كان معه نفس الإسم ما يسوي ،

ممكن حل ؟

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

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

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