Początkowy kod #include <amxmodx> #include <amxmisc> #include <hamsandwich></hamsandwich></amxmisc></amxmodx> #define PLUGIN "Test Compile" #define AUTHOR "DarkGL" #define VERSION "1.0" public plugin_init(){ register_plugin(PLUGIN, VERSION, AUTHOR) RegisterHam( Ham_Spawn , "player" , "fwSpawnedPost" , 1 ); } public fwSpawnedPost(Czytaj dalej