Code Removed
			
			
			
				A timer cannot pass an instance. So use player.ID and FindPlayer.
			
			
			
				giving error Name does not exists when is in red colour 
    local query = QuerySQL( sqliteDB, "SELECT * FROM Banned WHERE ban_nick='" + player.Name] + "' COLLATE NOCASE" ), Ip = player.IP.tostring();
			
			
			
				player.Name]
to
player.Name
			
			
			
				not working
			
			
			
				Did you remember to use FindPlayer after passing the ID?
			
			
			
				Removed
			
			
			
				I ADDED IN playerjoin already but now the prob is that i ban myself when i rejoin i am unbanned why 
and in db ban list i am banned but i can join
			
			
			
				please someone help
			
			
			
				Quote from: Hercules on Feb 11, 2016, 11:58 AMplease someone help
function Banned( player ) to 
function Banned( p )Well, the mistake is that You are using an undefined variable which is actually "p"
It doesn't exist.
local player = FindPlayer(p);  you can see mistake over here :)
P.S: - And please don't be a noob, post error if you get.
			
 
			
			
				i didnt notice that and thankyou very much and next i will post screenshot thanks