25.08.2011, 15:49
Hey guys,
Here is the code:
new vardas[128], stringas[128];
GetPlayerName(playerid, vardas, sizeof(vardas));
format(stringas, sizeof(stringas), "%s says I need help!", vardas,);
SendClientMessageToAll(0xE6E6FAFF, stringas);
return 1;
}
And there is two teams. Blue team and Green team. All I want is how to do that stringas says: from (playerteam) Team (playername) says I need help!
I hope you understand me. Thanks for helping!
Here is the code:
new vardas[128], stringas[128];
GetPlayerName(playerid, vardas, sizeof(vardas));
format(stringas, sizeof(stringas), "%s says I need help!", vardas,);
SendClientMessageToAll(0xE6E6FAFF, stringas);
return 1;
}
And there is two teams. Blue team and Green team. All I want is how to do that stringas says: from (playerteam) Team (playername) says I need help!
I hope you understand me. Thanks for helping!