|
| 23 Feb 2014 04:37 PM |
How do I make it adminlist only, I made it true, but people who arent on the admin list still using it. I dont get it.
~*Wilhelm Scream* |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Feb 2014 04:41 PM |
admins = {"YourMom", "Me", "Bed", "You", "Ew"}
--function here if player.Name == #admins then end --something like that |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 05:02 PM |
admins = {"nope", "hi"}
for i = 1, #admins do if string.lower(player.Name) == admins[i] then
end end
but declare player and all that fun stuff
Syntax Error: 'LUA' is not defined. |
|
|
| Report Abuse |
|
|