Quantcast
Channel: SA-MP Forums - Filterscripts
Viewing all 595 articles
Browse latest View live

[FilterScript] [MySQL][RP] Simple Phone System

$
0
0
Simple Phone System


Introduction:

this is a simple filterscript for a samp server ! this system uses MySQL Saving engine !
there ISP System ! and also phone money (not main monry) !!
and there 2 phone dealers one in LV and second at SF
also there 3 ISP's (San Andreas Telecom, San Fierro Telecom, Las Venturas Telecom)

the feature of every one are different

SAT = 10 $ / sec taking in phone
SFT = 70 $ / sec taking in phone
LVT = 50 $ / sec taking in phone

also prices are different for more informations use it !

Commands:

PHP Code:


/call Call someone by entring his id finish call

/phone See your stats (ISPMoney)

/
decline Deny a call coming to you

/answer accept a call coming to you 

Callbacks:

PHP Code:

public onCallStarted(playeridtargetid)
public 
onCallCostTake(playerid)
public 
onCallFinished(playeridreason

Screenshots:

http://imgur.com/a/pRdh0

How to install ?:

1- Download Phone.pwn from gihub or copy it from pastebin
*Pastebin: past it and save it on Phone.pwn

2- Change
PHP Code:

#define MySQL_Host ""
#define MySQL_User ""
#define MySQL_DB   ""
#define MySQL_Pass ""
#define MySQL_Port 3306 

to your mysql informations

3- Press F5

4- copy *.amx file to your fiterscripts folder

5- add it in server.cfg (filterscripts phone)

6- Restart/Start server

7- Have fun !

Download Link:

Pastebin: http://pastebin.com/nYcRvrF2

Github: https://github.com/LVPYassine/Simple...eases/tag/v1.0

Bugs:

if you find a bug feel free to post a reply/pm me or just open issue at github

Credits:

*SA-MP Team
*BlueG & maddinat0r for MySQL Plugin
*Zeex for zcmd
*Y_Less for sscanf
*Incognito for streamer plugin

Have fun !!

Yaa

[FilterScript] First

$
0
0
Textdraw based Random Messages

Features
  • Messages aren't repeated.
  • Selected randomly.
  • Very easy to add new messages.
  • Textdraw based.

PHP Code:

#include a_samp

new
    
Text RandomMsgTD,
    
RandomMsgID = -1,
    
RandomMsgs[][] =
{
    
"Message number 1"
    
"Message number 2"
    
"Message number 3"
};

public 
OnFilterScriptInit()
{
    
RandomMsgTD TextDrawCreate(8.000000431.000000, ~p~~h~News ~w~_.);
    
TextDrawBackgroundColor(RandomMsgTD255);
    
TextDrawFont(RandomMsgTD2);
    
TextDrawLetterSize(RandomMsgTD0.2000001.200000);
    
TextDrawColor(RandomMsgTD, -1);
    
TextDrawSetOutline(RandomMsgTD1);
    
TextDrawSetProportional(RandomMsgTD1);
    
TextDrawSetSelectable(RandomMsgTD0);
    
    
RandomMessage();
    
SetTimer(RandomMessage45000true);
    return 
1;
}

public 
OnPlayerConnect(playeridTextDrawShowForPlayer(playeridRandomMsgTD);

public 
OnPlayerDisconnect(playeridreasonTextDrawHideForPlayer(playeridRandomMsgTD);

forward RandomMessage();
public  
RandomMessage()
{
    
reselect_msg
    
new string[150], rID random(sizeof RandomMsgs);
    if(
RandomMsgID == rID) goto reselect_msg;
    
format(stringsizeof string, ~r~News ~w~%sRandomMsgs[rID]);
    
TextDrawSetString(RandomMsgTDstring);
    return 
1;


[FilterScript] xSF Groups/Gangs System[EDIT][MYSQL]

$
0
0
Hi Guys i was bored i edit xsf fs group/gang systeme and i make for tdm from now you can use it for your server
Creating a group in game .
Making A Tag For group
promote/demote RANK for your group members.
Seeing GROUP MEMBERS ONLINE,ID AND THEIR RANKS for your group.
Inviting GROUP MEMBERS for your group with fully dialog.
Kicking GROUP MEMBERS for your group.
Chatting in GROUP CHANNEL for your group.
Deny/accepting joined group


Pulgins :
#BlueG - MYSQL And All



Installing:

Create a Table in mysql name Groups/Gangs


Download

PWN: http://www6.zippyshare.com/v/5dRnXAXz/file.html

[FilterScript] [MySQL][IRC][UNIQUE]-YAdmin System

$
0
0


Y-Admin System


Introduction:

This is an unique admin system ! the unique thing here is you can enable some limited features (more info check out) to players/player !
and also you can edit server console things using /server console and so many others features
Features:

- MySQL Register/Login System

- IRC System Included with +20 Commands

- Admin Notices/Reports/Manager Notices are sended to irc too!

- there admin chat / vip chat !

- there so many features in ! ( Ramping / Fly / Animals Cars / Boost /... )

- Virtual Worlds messages are sended to vip/admin channels !

and much more !

Levels:

There just 4 Levels (4th useless)

- Moderator

- Administrator

- Manager

- Mapper

Commands:





IRC Commands:

PHP Code:

              [IRC Commands]                   
    
User: !pm !players !say    
    Moderators
: !slap !kick !clearchat !warn !getip
    Administrators
: !explode !ban !givecash !freeze !unfreeze !setwanted !loc !givemoderator
    Managements
: !cprotect !crestore 
    Owner
: !restart !rcon !setlevel 

Unique Features:

- Fly Feature

- Boost Feature

- Admin Ramp Feature

- Ramping Feature

- AnimalsCars Feature

Credits:

- Y_Less for YSI Libary

- SAMP Team for a_samp

- Incognito for Streamer Plugin

- Zeex for zcmd

- Incognito for IRC Plugin

- BlueG & maddinat0r for MySQL Plugin

- Y_Less for sscanf

- iLearner for IRC_SendMessageToAdmins function

- kc for GetXYInFrontOfPlayer function

- Norck for fly include

Bugs:

i didn't find any bugs ! tell me if you find one ! or just open an issue at github !

Download:

Pastebin: http://pastebin.com/AApe4Y1K

Github: https://github.com/LVPYassine/YAdmin/releases/tag/v1.0

[FilterScript] Maze game!

$
0
0
SUMMARY: Filterscript
So far this is just a very small game mode / filter script, you just start with a chainsaw and have to chop to survive. The storyline is that you are stuck in a maze with lunatics (other players) and you have to stay alive.

UPDATES: GM+FS
This was originally intended so you had to pick up five pickups, when you pick up one another would appear. Also you would receive five hundred dollars each pickup. There would also be a place were you could buy your chainsaw and other weapons. If you die your pickups/money/weapons would reset.
Unfortunately this will be in the near future seeing as I couldn't get the pickups to work properly...

IN-GAME: GM ONLY
There is a small four command administration system, afreeze, aunfreeze, akick, aban. It simply works off GetPlayerSkin in which the administration skin is set when you /alogin (change password in .pwn).

IN-GAME: FS ONLY
You can tele to the maze with /maze. There your weather and time will be changed and you will be given a chainsaw. The FS version does not have the admin system. You can not teleport to the maze again once inside the maze (to decrease cheating).

Download!

CREDITS:
Leopard A.K.A PaoloP = Original idea
DracoBlue = For dcmd
At350z = Idea of the filter script
SuperTramp = Creation of filter script

[FilterScript] New Rhino For War

[FilterScript] Hud Of Damage

$
0
0
Hud For Damage (Rpg,RP)
Recommended so that whenever it takes damage by firearms, that appears for 3 seconds!



PHP Code:

//Credits for C4DU//

// In OnPlayerConnect prefferably, we procced to create our textdraws:
Textdraw0 CreatePlayerTextDraw(playerid654.000000467.000000"_");
PlayerTextDrawBackgroundColor(playeridTextdraw00);
PlayerTextDrawFont(playeridTextdraw00);
PlayerTextDrawLetterSize(playeridTextdraw00.500000, -53.200000);
PlayerTextDrawColor(playeridTextdraw0, -1);
PlayerTextDrawSetOutline(playeridTextdraw00);
PlayerTextDrawSetProportional(playeridTextdraw01);
PlayerTextDrawSetShadow(playeridTextdraw01);
PlayerTextDrawUseBox(playeridTextdraw01);
PlayerTextDrawBoxColor(playeridTextdraw01711276117);
PlayerTextDrawTextSize(playeridTextdraw0, -10.00000061.000000);
PlayerTextDrawSetSelectable(playeridTextdraw00);

Textdraw1 CreatePlayerTextDraw(playerid530.00000010.000000"particle:bloodpool_64");
PlayerTextDrawBackgroundColor(playeridTextdraw10);
PlayerTextDrawFont(playeridTextdraw14);
PlayerTextDrawLetterSize(playeridTextdraw10.5000001.000000);
PlayerTextDrawColor(playeridTextdraw1, -1);
PlayerTextDrawSetOutline(playeridTextdraw10);
PlayerTextDrawSetProportional(playeridTextdraw11);
PlayerTextDrawSetShadow(playeridTextdraw11);
PlayerTextDrawUseBox(playeridTextdraw11);
PlayerTextDrawBoxColor(playeridTextdraw1255);
PlayerTextDrawTextSize(playeridTextdraw192.000000101.000000);
PlayerTextDrawSetSelectable(playeridTextdraw10);

Textdraw2 CreatePlayerTextDraw(playerid59.000000206.000000"particle:bloodpool_64");
PlayerTextDrawBackgroundColor(playeridTextdraw20);
PlayerTextDrawFont(playeridTextdraw24);
PlayerTextDrawLetterSize(playeridTextdraw20.8000000.099999);
PlayerTextDrawColor(playeridTextdraw2, -1);
PlayerTextDrawSetOutline(playeridTextdraw20);
PlayerTextDrawSetProportional(playeridTextdraw21);
PlayerTextDrawSetShadow(playeridTextdraw21);
PlayerTextDrawUseBox(playeridTextdraw21);
PlayerTextDrawBoxColor(playeridTextdraw2255);
PlayerTextDrawTextSize(playeridTextdraw2211.000000185.000000);
PlayerTextDrawSetSelectable(playeridTextdraw20);

Textdraw3 CreatePlayerTextDraw(playerid623.000000236.000000"_");
PlayerTextDrawBackgroundColor(playeridTextdraw30);
PlayerTextDrawFont(playeridTextdraw30);
PlayerTextDrawLetterSize(playeridTextdraw30.50000014.000000);
PlayerTextDrawColor(playeridTextdraw3, -1);
PlayerTextDrawSetOutline(playeridTextdraw30);
PlayerTextDrawSetProportional(playeridTextdraw31);
PlayerTextDrawSetShadow(playeridTextdraw31);
PlayerTextDrawUseBox(playeridTextdraw31);
PlayerTextDrawBoxColor(playeridTextdraw31717986969);
PlayerTextDrawTextSize(playeridTextdraw3381.00000086.000000);
PlayerTextDrawSetSelectable(playeridTextdraw30);

Textdraw4 CreatePlayerTextDraw(playerid473.000000263.000000"_");
PlayerTextDrawBackgroundColor(playeridTextdraw40);
PlayerTextDrawFont(playeridTextdraw40);
PlayerTextDrawLetterSize(playeridTextdraw40.3000008.000000);
PlayerTextDrawColor(playeridTextdraw4, -1);
PlayerTextDrawSetOutline(playeridTextdraw40);
PlayerTextDrawSetProportional(playeridTextdraw41);
PlayerTextDrawSetShadow(playeridTextdraw41);
PlayerTextDrawUseBox(playeridTextdraw41);
PlayerTextDrawBoxColor(playeridTextdraw4153);
PlayerTextDrawTextSize(playeridTextdraw4391.00000086.000000);
PlayerTextDrawSetSelectable(playeridTextdraw40);

Textdraw5 CreatePlayerTextDraw(playerid616.000000263.000000"_");
PlayerTextDrawBackgroundColor(playeridTextdraw50);
PlayerTextDrawFont(playeridTextdraw50);
PlayerTextDrawLetterSize(playeridTextdraw50.3000008.000000);
PlayerTextDrawColor(playeridTextdraw5, -1);
PlayerTextDrawSetOutline(playeridTextdraw50);
PlayerTextDrawSetProportional(playeridTextdraw51);
PlayerTextDrawSetShadow(playeridTextdraw51);
PlayerTextDrawUseBox(playeridTextdraw51);
PlayerTextDrawBoxColor(playeridTextdraw5153);
PlayerTextDrawTextSize(playeridTextdraw5391.00000086.000000);
PlayerTextDrawSetSelectable(playeridTextdraw50);

Textdraw6 CreatePlayerTextDraw(playerid475.000000263.000000"_");
PlayerTextDrawBackgroundColor(playeridTextdraw6255);
PlayerTextDrawFont(playeridTextdraw61);
PlayerTextDrawLetterSize(playeridTextdraw60.1500007.999996);
PlayerTextDrawColor(playeridTextdraw6, -1);
PlayerTextDrawSetOutline(playeridTextdraw60);
PlayerTextDrawSetProportional(playeridTextdraw61);
PlayerTextDrawSetShadow(playeridTextdraw61);
PlayerTextDrawUseBox(playeridTextdraw61);
PlayerTextDrawBoxColor(playeridTextdraw6, -1);
PlayerTextDrawTextSize(playeridTextdraw6468.000000133.000000);
PlayerTextDrawSetSelectable(playeridTextdraw60);

Textdraw7 CreatePlayerTextDraw(playerid477.000000265.000000"Damage suffered");
PlayerTextDrawBackgroundColor(playeridTextdraw7255);
PlayerTextDrawFont(playeridTextdraw73);
PlayerTextDrawLetterSize(playeridTextdraw70.4699981.399999);
PlayerTextDrawColor(playeridTextdraw7, -1);
PlayerTextDrawSetOutline(playeridTextdraw70);
PlayerTextDrawSetProportional(playeridTextdraw71);
PlayerTextDrawSetShadow(playeridTextdraw71);
PlayerTextDrawSetSelectable(playeridTextdraw70);

Textdraw8 CreatePlayerTextDraw(playerid398.000000264.000000"Weapon");
PlayerTextDrawBackgroundColor(playeridTextdraw8255);
PlayerTextDrawFont(playeridTextdraw83);
PlayerTextDrawLetterSize(playeridTextdraw80.5000001.500000);
PlayerTextDrawColor(playeridTextdraw8, -1);
PlayerTextDrawSetOutline(playeridTextdraw80);
PlayerTextDrawSetProportional(playeridTextdraw81);
PlayerTextDrawSetShadow(playeridTextdraw81);
PlayerTextDrawSetSelectable(playeridTextdraw80);

Textdraw9 CreatePlayerTextDraw(playerid503.000000278.000000"X 100");
PlayerTextDrawBackgroundColor(playeridTextdraw9255);
PlayerTextDrawFont(playeridTextdraw93);
PlayerTextDrawLetterSize(playeridTextdraw90.8999996.000000);
PlayerTextDrawColor(playeridTextdraw9255);
PlayerTextDrawSetOutline(playeridTextdraw90);
PlayerTextDrawSetProportional(playeridTextdraw91);
PlayerTextDrawSetShadow(playeridTextdraw91);
PlayerTextDrawSetSelectable(playeridTextdraw90);

Textdraw10 CreatePlayerTextDraw(playerid501.000000278.000000"X 100");
PlayerTextDrawBackgroundColor(playeridTextdraw10255);
PlayerTextDrawFont(playeridTextdraw103);
PlayerTextDrawLetterSize(playeridTextdraw100.8999996.000000);
PlayerTextDrawColor(playeridTextdraw10, -1728052993);
PlayerTextDrawSetOutline(playeridTextdraw100);
PlayerTextDrawSetProportional(playeridTextdraw101);
PlayerTextDrawSetShadow(playeridTextdraw101);
PlayerTextDrawSetSelectable(playeridTextdraw100);

Textdraw11 CreatePlayerTextDraw(playerid490.000000284.000000"(  )");
PlayerTextDrawBackgroundColor(playeridTextdraw11255);
PlayerTextDrawFont(playeridTextdraw113);
PlayerTextDrawLetterSize(playeridTextdraw110.6999995.000000);
PlayerTextDrawColor(playeridTextdraw11255);
PlayerTextDrawSetOutline(playeridTextdraw110);
PlayerTextDrawSetProportional(playeridTextdraw111);
PlayerTextDrawSetShadow(playeridTextdraw111);
PlayerTextDrawSetSelectable(playeridTextdraw110);

Textdraw12 CreatePlayerTextDraw(playerid488.000000284.000000"(  )");
PlayerTextDrawBackgroundColor(playeridTextdraw12255);
PlayerTextDrawFont(playeridTextdraw123);
PlayerTextDrawLetterSize(playeridTextdraw120.6999995.000000);
PlayerTextDrawColor(playeridTextdraw12, -1);
PlayerTextDrawSetOutline(playeridTextdraw120);
PlayerTextDrawSetProportional(playeridTextdraw121);
PlayerTextDrawSetShadow(playeridTextdraw121);
PlayerTextDrawSetSelectable(playeridTextdraw120);

Textdraw13 CreatePlayerTextDraw(playerid250.00000010.000000"hud:first");
PlayerTextDrawBackgroundColor(playeridTextdraw130);
PlayerTextDrawFont(playeridTextdraw134);
PlayerTextDrawLetterSize(playeridTextdraw130.5000001.000000);
PlayerTextDrawColor(playeridTextdraw13, -1);
PlayerTextDrawSetOutline(playeridTextdraw130);
PlayerTextDrawSetProportional(playeridTextdraw131);
PlayerTextDrawSetShadow(playeridTextdraw131);
PlayerTextDrawUseBox(playeridTextdraw131);
PlayerTextDrawBoxColor(playeridTextdraw13255);
PlayerTextDrawTextSize(playeridTextdraw1330.00000030.000000);
PlayerTextDrawSetSelectable(playeridTextdraw130);

Textdraw14 CreatePlayerTextDraw(playerid413.000000287.000000"hud:radar_ammugun");
PlayerTextDrawBackgroundColor(playeridTextdraw140);
PlayerTextDrawFont(playeridTextdraw144);
PlayerTextDrawLetterSize(playeridTextdraw140.8300001.000000);
PlayerTextDrawColor(playeridTextdraw14, -1);
PlayerTextDrawSetOutline(playeridTextdraw140);
PlayerTextDrawSetProportional(playeridTextdraw141);
PlayerTextDrawSetShadow(playeridTextdraw141);
PlayerTextDrawUseBox(playeridTextdraw141);
PlayerTextDrawBoxColor(playeridTextdraw14255);
PlayerTextDrawTextSize(playeridTextdraw1440.00000030.000000);
PlayerTextDrawSetSelectable(playeridTextdraw140);

// You can now use PlayerTextDrawShow, PlayerTextDrawHide and
// PlayerTextDrawDestroy functions to show, hide, and destroy the textdraw. 

Pastebin:http://pastebin.com/Yw5sPf08

[FilterScript] Delete that.


[FilterScript] Simple Death Match

$
0
0
Hello Guys This is My First FilterScript It's a simple Death Match Arenas :
Features :
-Dm Spawn
-Five Dms (SniperDm/One Hit Kill Dm/ Runnies Dm/ Minigun Dm / Deagle Dm)

Download Link :
http://pastebin.com/5n1NZSBR
Credits :
-Zeex For Zcmd
-Adrian louis (me) For The Fs

[FilterScript] Dynamic Moneybag System[With Savings]

$
0
0
Dynamic Moneybag System


Introduce Of System:
This system is very easy to be used on any server.Admin that are in game can create moneybag with an amount of cash in it, any location they like to place it.Once the moneybag has been placed somewhere it will save with ID and Amount of the money that admin has wrote.Moneybags will be appeared with a moneybag pickup(not im map) also the saved moneybags will be appeared at the location they were saved with the amount.A 3D text appears on the moneybag with Bag ID and Amount.Players that finds a moneybag will be able to collect the money from it and once they have collected it the moneybag will be destroyed.


Commmands Of System:
  • /createbag - [Amount] - This command allows admin to create a moneybag with amount they want to.
  • /pickbag - Allows the player to pickup a moneybag - Cash will be given to him
  • /deletebag [ID] - Allows an admin to delete a moneybag they want.

How to install:
  1. First step - Download the file.
  2. Second Step - Open the file and extract it to "Filterscripts" only .pwn/amx file
  3. Third Step - Move "Bags" folder to "Scriptfiles"
  4. Fourth Step - Go to "server.cfg" and write "bags" at "Filterscripts"


Credits:
  • Zeex - for ZCMD
  • Incognito - for Streamer
  • DarcoBlue - for Dini
  • ThatFag(me) - for the Script.

Images Ingame
http://imgur.com/a/f10iY - i apologize because the images weren't uploaded in order and they're mixed up


Download Links:
Paste2.org - Click Me
Pastebin.com - Click Me
Mediafire(.rar) - Click Me

Note:If you dont download the .rar file dont forget to create the "Bags" folder at scriptfiles otherways it wont save your bags.

Hope you enjoy it !!!

[FilterScript] H-Pickup - In-Game Pickup Creator

$
0
0
H-Pickup - In-Game Pickup Creator


Selamat Pagi Semuanya ;) (Good Morning Guys), today i be release my first time filterscript. It's H-Pickup, what is
H-Pickup really is? H-Pickup is a Filterscript that you can make an Pickup Dynamicly.

Features :
~Create Pickup Dynamicly
~Easy to Use
~Select Pickup with Models

1.1 Log Update :
~Bug fix Save

1.2 Log Update :
~Create Pickup with 3D Text

1.3 Log Update :
~Create Pickup with ID Metode

Here is a Screenshoot of H-Pickup :

Quote:














Link Download :

v1.3

Solidfiles
Indonesia : https://www.solidfiles.com/v/zdQMaG6YXRVzX
English : https://www.solidfiles.com/v/Ak5qwnxkzj7qp

Pastebin
Indonesia :http://pastebin.com/B0ytN2Vi
English : http://pastebin.com/bENkTcDc

v1.2
Solidfiles
Indonesia : https://www.solidfiles.com/v/LGMAjzKKW6jxD
English : https://www.solidfiles.com/v/ZaLvM6kqXpnAd

Pastebin
Indonesia : http://pastebin.com/HTW4UYF2
English : http://pastebin.com/AViaS8Ke

v1.1
Solidfiles
Indonesia : https://www.solidfiles.com/v/p3yd4npPRz6n5
English : https://www.solidfiles.com/v/xqyV7qANQWBP3

Pastebin
Indonesia : http://pastebin.com/S4SBTttx
English :http://pastebin.com/EdS8qyb3

Credits :
Me - Make this Filterscript
Zeex - For ZCMD
d0 - For mSelection
Y_Less - For sscanf2

I hope this filterscript help you :D , and if you have any suggestion about this filterscript feel free to contact me :) Thanks.
Don't forget to REP++

[FilterScript] Dynamic DERBY system

$
0
0
Dynamic DERBY system.

Derby system video: http://www.youtube.com/watch?v=__DyoMMUNI4

Gets vehicle's position automatically
3 maps are included
Usted debe configurar las variables del jugador con su GM, por ejemplo, para los tirones teleports los comandos cuando el jugador está en derby.
You can increase derby slots, as far as maps allow. Default is 20 slots.

This derby system is similar to the Super FreeRoam server derby system, however this is even better because we get the vehicle positions automatically.
To add maps see examples in /scriptfiles/DERBY/

Commands:
/kill - testing command
/nextderby - (rcon) next derby
/did - (rcon) select the next derby id to be loaded
/close - (rcon) close derby
/reload - (rcon) reload derby list and maps (It is not necessary restart server to add more maps, just add and use this command)
/derby - join to derby
/salir - exit from derby

I DO NOT HELP PEOPLE BY PRIVATE MESSAGE.

Download: https://goo.gl/ZVAdT0

Created by adri1, thanks to BrianFaria for help.

[FilterScript] Create job

$
0
0
Hello. does anyone have a simple filterscript that allows you to create jobs in game such as Arms Dealer etc? for roleplay server!

Thanks :)

[FilterScript] ShoInt *UPDATED*

$
0
0
What is it?
ShoInt is a FilterScript made by me that teleports you to an interior in San Andreas by using a simple command. There is a total of 1482 lines in this FilterScript. You can find a list of commands in the .rar file. It displays a textdraw to show you your location (thanks to Jolteon | RD Left's jDisplays) and when you teleport to an interior it will display a message (e.g ~~Interior: 15)

How do I use it?
Download the .rar file from the 'Download' section of this thread.
Place the files (ShoInt.pwn & ShoInt.amx) inside your 'FilterScripts' folder
Open up your 'server.cfg' and add 'ShoInt' (without the quotation marks) into your filterscripts line.
Save your 'server.cfg' and run your server, Try one of the commands in the list and it will work.

Pastebin

[FilterScript] Skin with dialog!

$
0
0
What Is This?
This Is the Improved Gskin Version Of My previous release!
Simple it has 1 dialog to see which skins u can use
and the other dialog is to type in the id [Input]

What Is Improved Than The Previous Version?
Simply.. the first version had 2 dialog lists..where u choose from.
but this is more advanced that u type the cmd , for a list and another cmd for an input dialog where u type in the skin u want!
This Also Has ALL The Skins Exept: 8,65,74,86,119,149,208,265,266,267,268,269,270,271 ,272,273,289.
PS- LIST ONLY SHOWS GANGSTER ID'S


What Are The Commands To Use This FS?
Simply Type:
/Skinlist
[For the List Dialog] (only shows gangster id's)
/Skin
[For The Input Dialog]

How To Install
1.Download The skin!
2.Extract It
3.Place The .pwn & The .amx In The Filterscripts Folder
4.Open On Server.cfg And type 'GSkin' In Your FilterScripts Line (without the ' )
5. Enjoy ;)



Pastebin

[FilterScript] DarkLight's DJ system

$
0
0

How it work
How to create music
first type /dj Will show
press "NEW" Will show
type the name of your music then type a password for security
then choose the sound id of your first frame
and choose the time of the next frame
Now go to second frame
Also choose the sound id and time of the next frame and listen
its a simple music but you can do the best
and No one can load your music only who have the password and yes its saved
if you just want listen an music press "Search" you can't edit the music
if you like the music click in the heart that all
Sorry for my bad english

Credit
DarkLight for script
DarcoBlue for Dini
iPleoMAX for iTD

[FilterScript] Triggerz's Moneyrush

$
0
0
Hey guys, I've come up with a new moneyrush system for any server.

There's only one command which is:
/startmb (starts the moneybag)

You must be an admin to use this command.
Credits must be kept in .pwn/.amx files.


Pastebin :

http://pastebin.com/HKcm3gnN

The pastebin contains 1 warning but that in no way has an impact on the script!

Screens:


http://imgur.com/a/oXqfy

Credits:
samp.com
Makers of <a_samp>
Triggerz(Official Owner)

Updates will be coming soon!

[FilterScript] Bank vault | By OTACON

[FilterScript] RyderX's V.I.P System

$
0
0
RyderX's V.I.P System

Introduction
Hello Guys, so i have been making a little very important person system, it may help you :), so lets start! ;).

What is This??
Well it's Very Important System, it has a lot Features, (and it'll Still on Updating...).

How To install it?!
-First Download it, Then Copy the .PWN and .AMX file to your Server Filterscript Folder And Paste Them there.
-then Go to your Server.cfg Open it and Go to " filterscripts " Line and write behind it, hold So it'll be like this:
PHP Code:

filterscript V.I.

-That's all You're Done!

Why it isn't saving my account???
Just go into scriptfiles and create a Folder named VIPUser,
So when someone join and get vip his account vip will be saved ;).
That's all.

Pictures:


RyderX's V.I.P System: http://imgur.com/a/0uXtG

Credits
Helpers Team (Who helped me in half of cmds).
RyderX Scripter Of the Script.


Downloads


| Pastebin |

NOTE:If someone got Problem Feel free to ask me in Relpy Section im Ready to answer!

[FilterScript] Camera Mod Like GTA 5 [First fs]

$
0
0
Camera Mod

Hey so I Have made a thing to my server like Gta 5 when u switch to online mode ur camera goes up and so on but in
a different way it can work on any server no bugs +rep if u like it
and I don't think it may need some pictures cause its so simple and basic u can test it ur self.
Video
Youtube
Bugs
No Bugs If You found Any Post Here please.

Credits
Silverms(me) :
For creating This filterScript
Samp Team :
For Making a_samp
Download
PasteBin
Viewing all 595 articles
Browse latest View live