[FilterScript] Some FilterScripts by Audi&Majed
#1

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...
Reply
#2

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

Great FilterScript 5/10 +rep
Reply
#4

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

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.
Reply
#6

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 .
Reply
#7

Put them individual, i mean one per link.
Reply
#8

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

do you get error when u run filterscript?
Reply
#10

Solved anyway..
Reply
#11

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
Reply
#12

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.
Reply
#13

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.
Reply
#14

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
Reply
#15

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;
}
Reply
#16

Afk Filterscript Updated

News: /brb /afklist

Download link: Pastebin

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

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
Reply
#18

FilterScript Will be History The Best One in Samp
Reply
#19

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.
Reply
#20

Name Colour changer.

Download Link: PASTEBIN
Enjoy.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)