need help on simple weapons ban fs - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: need help on simple weapons ban fs (
/showthread.php?tid=87175)
need help on simple weapons ban fs -
stuntage - 18.07.2009
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.
Re: need help on simple weapons ban fs -
Pawno_Master - 18.07.2009
search
There are alot of antiminigun and weap stuff filterscripts!!
Re: need help on simple weapons ban fs -
stuntage - 18.07.2009
ya thay screwed my server up need one wot works and from someone who can script good
Re: need help on simple weapons ban fs -
Pawno_Master - 18.07.2009
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
Re: need help on simple weapons ban fs -
stuntage - 18.07.2009
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");
}
}
}
}
Re: need help on simple weapons ban fs -
Pawno_Master - 18.07.2009
Yea that could work
but only rcon admins could have that weapons than