A módban beirod pl. 1 parancshoz: ChangeMode(MÓDNEVE);
#include <a_samp>
new gtimer;
public ChangeMode(modename);
public ChangeMode(modename)
{
new string[64];
format(string, 64, \"changemode %s\", modename);
SendRconCommand(string);
return 1;
}
public OnFilterScriptInit() return gtimer = SetTimer(\"ChangeMode\", 1000, true);
public OnFilterScriptExit() return KillTimer(gtimer);
Warning: This filterscript isn\'t good, it\'s a shit. Need to repair. Tomorrow will rectify