Szukam pluginu innego niż CSDM.
CSDM crashuje mi serwer, i szukam innego .
Checem, aby plugin respił każdego kto wejdzie do TT/CT, była komenda /respawn oraz respił po jakimś czasie, np 2s od zginięcia.
Miałem taką propozycje :
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <fun>
#define PLUGIN "Respawn po smierci"
#define VERSION "1.0"
#define AUTHOR "lisek"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("DeathMsg","func_death","a")
}
public func_death() set_task(3.0, "r_spawn", read_data(2))
public r_spawn(id) spawn(id)Ale po zrespieniu się nie wydać życia, defa.
HELP ME!
Będzie reputacja


Dodatki SourceMod



Temat jest zamknięty









