08.02.2013, 12:40
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?
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
PHP код:
new string[128];
if(text[0] == '^')
{
format(string,sizeof(string),"[Police] %s[id: %d]: %s",GetName(playerid),playerid,text[1]);
for(new i = 0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i) && Policee[i] == 1) SendClientMessage(i,0x0033ffff,string); return 0; }
}
return 1;
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