team chat! ^
#1

How can I do that once they do the caret ^ then it will send a message to a team you are coming but it will be for five teams and other groups not be seen the message you sent in your team?



PHP код:
new string[128];
    if(
text[0] == '^')
    {
    
format(string,sizeof(string),"[Police] %s[id: %d]: %s",GetName(playerid),playerid,text[1]);
    for(new 
0i<MAX_PLAYERSi++) { if(IsPlayerConnected(i) && Policee[i] == 1SendClientMessage(i,0x0033ffff,string); return 0; }
    }
    return 
1
I have 6 teams and these are their options:
Policee [playerid] = 1;
Yakoza [playerid] = 1;
Drifterss [playerid] = 1;
CasinoM [playerid] = 1;
HomeLesss [playerid] = 1;
TheGaragee [playerid] = 1;


thanks alot for whos will help me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)