[searching]Hello im trying to get an deadmatch kicker.
#8

Dude

I'm in a nice mood today so i've made you a Filterscript.

Код:
#define FILTERSCRIPT

#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
  print(" DeathMatch Kicker ");
  print(" Made by Xtreme   ");
}

#endif


public OnPlayerDeath(playerid,killerid,reason)
{
  Kick(killerid);
  return 1;
}
EDIT: Just save/complie p
the filterscript, Then put it in your Filterscripts folder, Name in cfg, Join the server..

And tada!

ANyone who kills will be kicked.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)