LVPlayground / playground

The Las Venturas Playground gamemode
Other
33 stars 23 forks source link

Quick Feedback v2 - Gang System #151

Closed ghost closed 8 years ago

ghost commented 8 years ago

goal name tag

gang

untitled

If you invite a player to a gang, is it possible to hide the "Granny2 has invited xxx..." message that follows after? It just seems a bit over the top to have both. Of course, your gang members should see the invite notice in blue - just not the person who did the invite.

untitled

I've tested all the available Gang commands, and I can't find anything else of concern, or room for improvement. The real test will come from our players!

RussellLVP commented 8 years ago

Whilst I understand Gang Chat has not yet been implemented, we need to remember to create the link to ensure this behaviour continues.

Yes, this may or may not be part of v1. It will be interesting to figure out the best way of supporting this.

NAME_QUESTION, TAG_QUESTION and GOAL_QUESTION show "undefined" for the dialog title if a validation check fails.

https://github.com/LVPlayground/playground/commit/9176d1f161481326767a13f5222cbe0f66752ff5

I think we should only allow characters A-Z, 0-9 for Name, Tag and Purpose. I can picture people using special characters which is just going to look tacky on the /gangs listing and elsewhere.

This is fair. https://github.com/LVPlayground/playground/commit/e003c74b8cbb603035e976f3aaf482218cbb204f

We seem to be lacking some consistency.

Unfortunately, no. The parameters will be parsed and validated before the command's own code will even be executed. This offers great benefits overall (much less error checking all-round), but comes with a few downsides like this one.

There's a few too many invite notices for my liking

https://github.com/LVPlayground/playground/commit/137f9021b93441ed62b7680c003c27ceac0483e7

RussellLVP commented 8 years ago

All fixed :) Thank you for the feedback!