SA-MP Forums Archive
[FilterScript] Some FilterScripts by Audi&Majed - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Some FilterScripts by Audi&Majed (/showthread.php?tid=364043)

Pages: 1 2


Some Useful Filterscripts by Audi_Quattrix - Audi_Quattrix - 29.07.2012

Hello everyone.
Here I made some nice simple useful Filter Scripts.
Thanks for Majed for some help.

Pastebin download links (Audi Filterscripts) :
AFK FS
Skin FS
AntiBot FS
Handbrake FS
Join/Leave Messages FS
Randommessages(Chat) FS
Randommessages(textdraw) FS
FightStyles FS

Report any bug by Reply in This topic...


Re: Some FilterScripts by Audi&Majed - preda98 - 29.07.2012

Kind of simple and nice,
PS: Upload on pastebin !


Re: Some FilterScripts by Audi&Majed - [MK]Man_Deep - 29.07.2012

Great FilterScript 5/10 +rep


Re: Some FilterScripts by Audi&Majed - Audi_Quattrix - 29.07.2012

If People will like this I will make more Filterscripts like this and Make this ones better.


Re: Some FilterScripts by Audi&Majed - Majed - 29.07.2012

Quote:
Originally Posted by Audi_Quattrix
View Post
If People will like this I will make more Filterscripts like this and Make this ones better.
1st, Thanks for bringing my name in,
2nd I think we should work more on the FS's. xD
I will start right away :P.


Re: Some FilterScripts by Audi&Majed - Majed - 29.07.2012

Hey here are Pastebin links.
EDIT: Forgot to add Anti Bot System .


P.S: Uploaded everything in 1 pastebin.
LINK: http://pastebin.com/0bthh36P

Enjoy them .


Re: Some FilterScripts by Audi&Majed - xSkullx - 29.07.2012

Put them individual, i mean one per link.


Re: Some FilterScripts by Audi&Majed - Majed - 29.07.2012

Quote:
Originally Posted by xSkullx
View Post
Put them individual, i mean one per link.
Gahh ok ._.


Re: Some FilterScripts by Audi&Majed - Audi_Quattrix - 29.07.2012

do you get error when u run filterscript?


Re: Some FilterScripts by Audi&Majed - xSkullx - 29.07.2012

Solved anyway..


Re: Some FilterScripts by Audi&Majed - [MK]Man_Deep - 29.07.2012

Quote:
Originally Posted by xSkullx
Посмотреть сообщение
I wanna put RandomMessages in my Gamemode but:
Код:
C:\Users\ady-kryss\Desktop\RwS Actual\gamemodes\RwS.pwn(40) : error 029: invalid expression, assumed zero
C:\Users\ady-kryss\Desktop\RwS Actual\gamemodes\RwS.pwn(40) : error 004: function "RandomMessages" is not implemented
C:\Users\ady-kryss\Desktop\RwS Actual\gamemodes\RwS.pwn(48) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Ok Do it


Re: Some FilterScripts by Audi&Majed - Majed - 29.07.2012

Well here is my auto announcements that I scripted to My GM.


Код:
//Anounncements
new Msg;
new Announcements[3][8000] = { // Announcements[number of announcement messages][string lengh]
"*** - To Tune Your car Type /cartune and For Neons type /neon ;) - ***",
"*** - To teleport around, type /t - ***",
"*** - Basic: /help -  /t -  /skin - /v***",
};

new nojump2[MAX_PLAYERS];
forward GlobalAnnouncement();
I removed some here to show.
That's the way I did it.
Don't forget timer and the number of the lines.
3 lines type 3 in there. If adding more lines then type the amount of lines in "[]" Other wise the Announcement won't work.


Re: Some FilterScripts by Audi&Majed - Majed - 29.07.2012

The score I uploaded was bugged, sorry Users.

Thanks to XStormiestFor fixing this problem.

Click me TO download the Fixed version


PASTEBIN: http://pastebin.com/r11ZCtgm


Enjoy and sorry.


Re: Some FilterScripts by Audi&Majed - XStormiest - 30.07.2012

when i fixed the problem , i added #define SAVE_SCORE true so if you have already a saver system in your admin , set the true to false...and it will not save


Re: Some FilterScripts by Audi&Majed - Rudy_ - 30.07.2012

At top of your script
pawn Код:
new messagenumber = 0;
new messages[][] =
    {
        "~Msg1",
        "~msg2",
        "msg3"
    };
OnGameModeInIt
pawn Код:
SetTimer("SendMessages",60000, true);
Anywhere "NOT IN CALLBACKS"
pawn Код:
forward SendMessages();
public SendMessages()
{
    if(messagenumber == sizeof(messages)) messagenumber = 0;
    SendClientMessageToAll(-1, messages[messagenumber]);
    messagenumber ++;
    return 1;
}



Re: Some FilterScripts by Audi&Majed - Audi_Quattrix - 30.07.2012

Afk Filterscript Updated

News: /brb /afklist

Download link: Pastebin

Edit: One small update soon :P
So players cant do both commands /afk and /brb


Re: Some FilterScripts by Audi&Majed - Majed - 30.07.2012

Quote:
Originally Posted by Audi_Quattrix
Посмотреть сообщение
Afk Filterscript Updated

News: /brb /afklist

Download link: Pastebin

Edit: One small update soon :P
So players cant do both commands /afk and /brb

Nice :3


Re: Some FilterScripts by Audi&Majed - [MK]Man_Deep - 30.07.2012

FilterScript Will be History The Best One in Samp


Re: Some FilterScripts by Audi&Majed - Audi_Quattrix - 30.07.2012

Another Update for afk system More like bugfix

DL: Pastebin

Edit:
Made another Filterscript Pretty simple

Filterscript gives ability to players to change skin without pressing f4 and typing /kill as in most of server
They can simple do /skin [Skinid]

DL: Pastebin

P.S. This filterscript isnt tested... If found any mistake just reply it here.


Re: Some FilterScripts by Audi&Majed - Majed - 30.07.2012

Name Colour changer.

Download Link: PASTEBIN
Enjoy.