Suppression méthode empechant la compilation
This commit is contained in:
parent
cb1b3e259f
commit
9c2d59eeda
1 changed files with 1 additions and 9 deletions
10
infolan.sp
10
infolan.sp
|
@ -31,8 +31,7 @@ public Plugin myinfo =
|
|||
public void OnPluginStart()
|
||||
{
|
||||
HookEvent("player_activate", SetTeamPlayer);
|
||||
//HookEvent("cs_win_panel_round", UpdateScoreBoard);
|
||||
HookEvent("cs_win_panel_match", FinCarte);
|
||||
HookEvent("cs_win_panel_round", UpdateScoreBoard);
|
||||
//HookEvent("cs_match_end_restart", TestRestart, EventHookMode_Pre);
|
||||
|
||||
RegServerCmd("!team", SetTeam);
|
||||
|
@ -44,13 +43,6 @@ public void OnPluginStart()
|
|||
PrintToServer("Hello world!");
|
||||
}
|
||||
|
||||
public void FindCarte()
|
||||
{
|
||||
ServeurLibre();
|
||||
Handle socket = SocketCreate(SOCKET_TCP, OnSocketError);
|
||||
SocketConnect(socket, SocketUpdateScore, OnSocketReceive, OnSocketDisconnected, MY_SOCKET_IP, MY_SOCKET_PORT);
|
||||
}
|
||||
|
||||
public void TestRestart(Event event, const char[] name, bool dontBroadcast)
|
||||
{
|
||||
// TODO kick tout le monde
|
||||
|
|
Loading…
Reference in a new issue