mam kod ktory dziala ale jest problem gdy hltv jest na spekcie bo mam ustawione kolor teamu a pokazuje mi tylko szare tak jak dla speca a ze hltv jest zawsze 1 na serwerze to ustala sie wlasnie owy kolor na dole prezentuje kod
i nie wiem co zamiast 0 mam dopisac za colorchat
{
new players[32], num;
get_players(players, num);
if (!num)
return;
new best = players[0];
for (new i = 1, id; i < num; i++)
{
id = players[i];
if (Kills[id] > Kills[best] || (Kills[id] == Kills[best] && Headshots[id] > Headshots[best]))
best = id;
}
if (Kills[best] < MIN_KILLS) // Minimum amount of kills
return;
new name[32];
get_user_name(best, name, charsmax(name));
ColorChat(0, GREEN, "


Dodatki SourceMod



Temat jest zamknięty










