#include <amxmodx>
public plugin_init()
{
register_logevent("roundcount", 2, "1=Round_Start")
}
new g_roundCount
new fnGetHumans
new fnGetZombies
public roundcount()
{
++g_roundCount
set_hudmessage(255,255,255, -1.0, 0.71)
show_hudmessage(0,"Day %d ^nHumans Left: %d^nZombies Left: %d", g_roundCount, fnGetHumans, fnGetZombies)
new players[32], pnum;
get_players(players, pnum);
}
Czy może ktoś ten kod przerobić, żeby działało na normalne FFa?
Dodano 22 czerwiec 2011 - 19:11:
Ktoś mi pomoże?


Dodatki SourceMod




Moja zawartość
Mężczyzna