Quote:
Originally Posted by cbk1994
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.