#include <sourcemod>
#pragma semicolon 1
public Plugin:myinfo = {
name = "Test konfig",
author = "Sebul",
description = "Test konfig",
version = "0.1",
url = "http://www.amxx.pl/"
};
public OnPluginStart() {
LogMessage("Testujemy plugin %f", GetGameTime());
}
public OnConfigsExecuted() {
LogMessage("Testujemy konfig %f", GetGameTime());
}potwierdza moją tezę, bo po prostu w logach jest tylko wiadomość z "OnPluginStart".Wersja metamod: 1.10.2-git905-linux
Wersja sm: 1.6.0-linux


Dodatki SourceMod




Temat jest zamknięty










