02-22-2012, 12:08 AM
03-20-2012, 07:01 AM
What do you mean see group names? Do you want a list of all the groups a certain player is in :S ?
03-20-2012, 07:25 AM
(03-20-2012, 07:01 AM)FakeTruth Wrote: [ -> ]What do you mean see group names? Do you want a list of all the groups a certain player is in :S ?
you can now only see in what group someone is with the color of the name.
but if someone doesn't know what color what group is then wil it be difficult.
for example in game:
[Admin]-STR_Warrior
then you can easily see what group someone is
03-20-2012, 08:47 AM
Sounds like a chat plugin... (which I will not make
)

03-21-2012, 06:15 AM
maybe someone else could make it??? 

03-26-2012, 12:27 AM
(03-21-2012, 06:15 AM)STR_Warrior Wrote: [ -> ]maybe someone else could make it???shouldn't be to hard, fetch the users.ini find the player, then the player group, if group = admin call true then add admin to the beginning of the message followed by an "-" so it would look like "STR_Warrior: (Admin) - What ever you said here". even if a player randomly joins there automatically thrown in to the default group. there is Mostlikely an easier way of doing this too. thats what came to mind

03-26-2012, 05:41 AM
No need for opening the users.ini file. You can grab the players' groups from a cPlayer object
03-26-2012, 11:32 AM
(03-26-2012, 05:41 AM)FakeTruth Wrote: [ -> ]No need for opening the users.ini file. You can grab the players' groups from a cPlayer object
learn something new everyday

03-26-2012, 11:39 PM
We definitely need a plugin API reference. (And we definitely need to revise it with the respect to thread safety.)
03-27-2012, 12:33 PM
(03-26-2012, 11:39 PM)xoft Wrote: [ -> ]We definitely need a plugin API reference. (And we definitely need to revise it with the respect to thread safety.)
lol i agree, theres plenty of time for it all later, there is more important things to do lol