View Single Post
eyal282
Veteran Member
Join Date: Aug 2011
Old 04-19-2018 , 03:51   Re: [CSS & CSGO] Admin-Tags
Reply With Quote #8

public void OnPluginStart()
{
g_Game = GetEngineVersion();
if (g_Game != Engine_CSGO && g_Game != Engine_CSS)
{
SetFailState("Ten plugin jest tylko na serwery CSGO i CSS. // This plugins is only for CSGO and CSS servers");
HookEvent("player_team", Event1);
HookEvent("player_spawn", Event1);
}
}

No chance this plugin works.
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline