Witam czy przerobi mi ktoś plugin ten - http://amxx.pl/topic...racz-rundy-say/żeby wyświetlało w say tak:
Cs-Stal.pl: Najlepszy gracz w tej rundzie Swajt zdobyl 10 fragow i ustrzelił 6 hsow !
Kod:
ColorChat(0, GREEN,"^x03 Cs-Stal: Najlepszy gracz w tej rundzie: %s", name)
if(iKills >= 5 || iKills == 0)
{
ColorChat(0, GREEN, "^x03 Cs-Stal: Zdobyl %d fragow", iKills)
}
else if(iKills > 1 && iKills < 5)
{
ColorChat(0, GREEN, "^x03 Cs-Stal: Zdobyl %d fragi", iKills)
}
else if(iKills == 1)
{
ColorChat(0, GREEN, "^x03 Cs-Stal: Zdobyl 1 fraga")
}
ColorChat(0, GREEN, "^x03 Cs-Stal: Ustrzelil %d hsow", iHS)
}
Użytkownik swajt edytował ten post 29.11.2014 19:59


Dodatki SourceMod






Cs-Stal.amxx






