AHSS Posted May 26, 2011 Posted May 26, 2011 i want to check if something is in the table im making a table of someplayers wanna check if a player is in it how? thanks in advance
MTA Team qaisjp Posted May 26, 2011 MTA Team Posted May 26, 2011 for i,v in pairs(tableOfIdiots) do if v == getLocalPlayer() then outputChatBox("You are an idiot!", v) break end end
karlis Posted May 26, 2011 Posted May 26, 2011 for i,v in pairs(tableOfIdiots) do if v == getLocalPlayer() then outputChatBox("You are an idiot!", v) break end end lol, that actually made me laugh...
MTA Team qaisjp Posted May 26, 2011 MTA Team Posted May 26, 2011 for i,v in pairs(tableOfIdiots) do if v == getLocalPlayer() then outputChatBox("You are an idiot!", v) break end end lol, that actually made me laugh... lol, I just realised I insulted AHSS
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