View Single Post
  #4  
Old 03-20-2011, 02:08 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Quote:
Originally Posted by cbk1994 View Post
There is no absolutely no reason to send your own account along with a trigger. All it does it open up the possibility for a memory editor to change their own account on clientside, which would allow you to send requests that look like they're from a different user.

Also, why not use GuiRadioCtrl instead of makeshift radio buttons using check boxes?

You should also enable closing the window. It's confusing from a UI perspective when you have to click a "Cancel" button instead of clicking the normal "x".

Nice work though, it's quite interesting.
- This is true, but for some reason it really didn't like it when I didn't send the players account along with the trigger; it was mainly for debugging purposes. Removed.

- Eh, I just like the boxes versus the circles. Not really affecting anything from a functionality standpoint, so not going to really bother with that one, but will keep it in mind for other GUIs.

- Agreed. Changed.
Reply With Quote