#include <amxmodx>
#include <amxmisc>
new const gNazwaPluginu[] = "Interp";
new const gWersjaPluginu[] = "0.1";
new const gAutorPluginu[] = "MisieQ";
new gMaxPlayers;
public plugin_init()
{
register_plugin(gNazwaPluginu, gWersjaPluginu, gAutorPluginu);
register_logevent("LogEvent_Round_Start", 2, "0=World triggered", "1=Round_Start");
gMaxPlayers = get_maxplayers();
}
public LogEvent_Round_Start()
{
for ( new id = 0; id <= gMaxPlayers; id++ )
{
if(!is_user_alive(id))
continue;
client_cmd(id,"ex_interp 0.01");
set_hudmessage(42, 170, 255, 0.05, 0.2, 0, 6.0, 12.0)
show_hudmessage(id, "Interp zostal ustawiony na 0.01")
}
}
Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse