Witam, mam pewien problem z tym pluginem, nie blokuje mi vipgs.amxx na 2 rundy, nie wiem co robię źle
Bardzo bym prosił o wyjaśnienie
#include <amxmodx>
#define PLUGIN "Runda"
#define VERSION "1.0"
#define AUTHOR "Monsterlevel"
new runda;
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_logevent("Runda", 2, "1=Round_Start")
}
public Runda()
{
runda++
if(runda==1)
{
pause("ac","vipgs.amxx");
}
if(runda>=3) {
unpause("ac","vipgs.amxx");
}
}


Dodatki SourceMod




Temat jest zamknięty








