[FilterScript] [Filterscript] Anti Weapon Cheating System (v.0.2 ) (Tested..Operates!)
#21

Luby -: Pattern,

pawn Код:
#include <a_samp>
forward public Functional();

//public Functional() {
//  for(new i=0/*new playerid*/;i<MAX_PLAYERS;/*playerid 0++>202?*/i++/*i++ (0-202?)*/) {
//    return Kick(i/*playerid*/);
//  }
//  return 0 /*false*//*Functional*/;
//}

//else

//public Functional() {
//  for(new playerid=0/*new playerid*/;playerid<MAX_PLAYERS;/*playerid 0++>202?*/i++/*playerid++ (0-202?)*/) {
//    return Kick(playerid/*playerid*/);
//  }
//  return 0 /*false*//*Functional*/;
//}
Reply
#22

Sorry i'm noob and I can't understand this 'magic' coding. Cheers
Reply
#23

Luby,

Quote:
Originally Posted by Luby "noob"
Sorry i'm noob and I can't understand this 'magic' coding. Cheers
But stupid you are. Herein you yap hog you are and noob you own up
Reply
#24

Yes I'm stupid I should remove all of my scripts from there. Yes?
Reply
#25

illay - your scripting skills are same good as your English is.. THEY SUCK !

Luxeon
Reply
#26

Luxeon,

I do not out-talk well the sassenach..
Reply
#27

Luby,

The script does not capture- what does not have interest you are you write relationship kind indistinctness
Reply
#28

Somebody can translate his posts to english?
Reply
#29

Why not just use this?

pawn Код:
#include <a_samp>

public OnPlayerUpdate(playerid)
{
  w=GetPlayerWeapon(playerid);
  if(w==35 || w==36 || w==37 || w==38 || w==43 || w==44 || w==45)
  {
    SendClientMessage(playerid, 0xE60000FF, "No cheating in this server! You have been BANNED!");
    BanEx(playerid,"WEAPON CHEATING");
  }
  return 1;
}
Reply
#30

forgot
new w; =)
he isn't russian - i can't understand him too
Reply
#31

Quote:
Originally Posted by Luxeon
THEY SUCK !
They even do more then suck.

Illay: Learn how to talk proper English, no-one can understand you.
Reply
#32

I don't see it as a filterscript..
Reply
#33

JeNkStAX,

#include <a_samp>

public OnPlayerUpdate(playerid)
{
w=GetPlayerWeapon(playerid);
if(w==35 || w==36 || w==37 || w==38 || w==43 || w==44 || w==45)
{
SendClientMessage(playerid, 0xE60000FF, "No cheating in this server! You have been BANNED!");
BanEx(playerid,"WEAPON CHEATING");
}
return 1;
}

is a noob script..

- Filter timer + banning timer > no ban in connect..
Reply
#34

Or just use GetPlayerState ?
Reply
#35

-.-
Reply
#36

bans all server
Reply
#37

that script is shit xD
It's not working and has maaaaany mistakes in it^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)