Thread: Chat System
View Single Post
  #2  
Old 12-24-2011, 07:02 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
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.
Reply With Quote