how can I do it?
#1

It's like... get all admins online and, if a player type command /admins, return all of them, with their names, or as another example, a group member, as:

Код:
1. me
2. you
3. them
and, when the member "them" isn't on this group I told above, return just "me" and "you":

Код:
1. me
2. you
Hope someone can help
Reply
#2

use a loop trough players then check if the player is in a group small ex:
if(IsInBlackWavesGroup[i] == 1)
{
formatting of string bla bla with %s from playername %d from playerid(optional).
sendclientmessage(color,string);
Reply
#3

@ mike_peterson: Hehe, sorry, had to test. Thx, worked perfectly.
Reply
#4

Your welcome
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)