Posts: 19
Threads: 3
Joined: Jul 2009
Reputation:
0
Hi guys can someone please make me simple minigun&roccket auto ban filterscript please i get round 60 to 100 players they fucking cheating some of them so need simple filter script that ban them on the spot if they spawn minigun or rocket launcher.
Posts: 19
Threads: 3
Joined: Jul 2009
Reputation:
0
ya thay screwed my server up need one wot works and from someone who can script good
Posts: 379
Threads: 53
Joined: Jun 2009
Reputation:
0
you can make if someone uses a command to hack you can ban him easily automatticly but most of the hacks use menu's
Just look or make a script
that'll ban the player who has a minigun there are enough from them on this forum some don't work some work but if some script fuckes up your server you maybe did something wrong because most of the time every things work around here
Posts: 19
Threads: 3
Joined: Jul 2009
Reputation:
0
wot bout this i got it from fafu gm it works just need it putting in a filter script
public Guns()
{
for(new i;i<MAX_PLAYERS;i++)
{
if(!IsPlayerAdmin(i)){
new WeData[13][2];
GetPlayerWeaponData(i, 7, WeData[7][0], WeData[7][1]);
if(WeData[7][0] == 39 || WeData[7][0] == 38 || WeData[7][0] == 38 || WeData[7][0] == 37 || WeData[7][0] == 36 || WeData[7][0] == 35){
//SendClientMessageToAllLang(82,0xFF0000FF,Player(i) );
SendClientMessage(i, 0xC6BEBDFF, "You're banned from server");
BanMsg(i, "Cheat");
}
}
}
}
Posts: 379
Threads: 53
Joined: Jun 2009
Reputation:
0
Yea that could work
but only rcon admins could have that weapons than