SFGMobile, проверь на компиляцию хотя бы
#include <amxmodx>
#include <reapi>
new m_iOldDeaths[33];
public plugin_init()
{
RegisterHookChain(RG_CBasePlayer_Killed, "func_playerkilled", true);
RegisterHookChain(RG_CSGameRules_RestartRound, "func_restartround", true);
}
public...