
12-24-2011, 07:02 AM
|
|
Banned
|
Join Date: Jul 2004
Location: London
Posts: 2,029
|
|
|
You're still making the basic mistake of having multiple instances of if(condition){} occurring when a previous condition has already been established as true.
It's also a bad idea to store staff accounts clientside this way as it can be modified via a memory editor, this really needs to be validated serverside.
I'm sure you've already been told about these 2 issues about a dozen times already. |
|
|
|