np usurf jest takie coś
lecz gdy włączam usurfa , nie moge ustawić iż można bic ;/
potrzenuje pomocy
rzucać pluginy z górnej półki
jeżeli np użyje tego pluginu który jest niżej i wpiszę
server_cmd("follow_mode a") > zmienie na server_cmd("amx_cvar sv_stepsize 300")
to będzie to dzialało ?
#include <amxmodx>
#include <amxmisc>
public plugin_init()
{
register_plugin("Follow Mode Cvar", "0.5", "[H]ARDBO[T]");
register_logevent("a",2,"0=World triggered","1=Round_Start")
register_event("TextMsg", "a", "a", "2&#Game_will_restart_in");
}
public a()
{
server_cmd("follow_mode a")
set_task(30.0, "b")
}
public b()
{
server_cmd("follow_mode b")
set_task(30.0, "c")
}
public c()
{
server_cmd("follow_mode c")
set_task(30.0, "d")
}
public d()
{
server_cmd("follow_mode d")
set_task(30.0, "a")
}
Użytkownik danpan edytował ten post 16.08.2010 16:13


Dodatki SourceMod



Temat jest zamknięty






