Dynamic Moneybag System[With Savings] -
ThatFag - 29.01.2017
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:- First step - Download the file.
- Second Step - Open the file and extract it to "Filterscripts" only .pwn/amx file
- Third Step - Move "Bags" folder to "Scriptfiles"
- 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 !!!
Re: Dynamic Moneybag System[With Savings] -
Infinity - 29.01.2017
You're not allowed to use adf.ly (and similar) links. Please remove them.
I'd advise anyone to not click the links until it has changed.
Re: Dynamic Moneybag System[With Savings] -
ThatFag - 29.01.2017
Could you please show me a rule which says do not use adf.ly links? if then ill remove all of them . Thank you.
Re: Dynamic Moneybag System[With Savings] -
Infinity - 29.01.2017
http://forum.sa-mp.com/announcement.php?f=17
Quote:
Don't Advertise - A link to a site related to the topic is fine, spamming your home page is not. This includes advertising your servers and services. However, you are allowed to put advertisements in your signature or server advertisements. A rule of thumb is that "Here is something interesting others might like." links are allowed, "Please click this to benefit me personally." links are not (moderator's discretion is final). Note that "links that benefit you" includes pay-per-click links and advert click-throughs (adf.ly etc), use direct links instead.
|
My question to you is if it was that difficult for you to open up the forum rules thread, that is stickied everywhere, and look through it. It even has adf.ly mentioned explicitly, so a simple search would be enough....
Re: Dynamic Moneybag System[With Savings] -
ThatFag - 29.01.2017
The links has been updated ( removed the adfly)
To be honest i've searched for "Samp forum rules" and a page showed up but there was no rules writen and thanks for lettin me now that these pages aint allowed here because i really didnt know and i apologize for it.
Re: Dynamic Moneybag System[With Savings] -
RyderX - 29.01.2017
Nice work Mr.ThatFag keep it up
Re: Dynamic Moneybag System[With Savings] -
Juonis - 29.01.2017
Well done on this one.
Re: Dynamic Moneybag System[With Savings] -
ThatFag - 29.01.2017
Thank you @RyderX
@Juonis - well it can be used like that in this way too - create a bag somewhere and tell players in which location it is right ? anyway thanks for your comment mate.
Re: Dynamic Moneybag System[With Savings] - Jelly23 - 29.01.2017
Don't keep callbacks like the ones below, in your filterscript, you are not even using them:
PHP код:
public OnVehicleMod(playerid, vehicleid, componentid)
{
return 1;
}
public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
{
return 1;
}
public OnVehicleRespray(playerid, vehicleid, color1, color2)
{
return 1;
}
public OnPlayerSelectedMenuRow(playerid, row)
{
return 1;
}
public OnPlayerExitedMenu(playerid)
{
return 1;
}
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
return 1;
}
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
return 1;
}
public OnRconLoginAttempt(ip[], password[], success)
{
return 1;
}
public OnPlayerUpdate(playerid)
{
return 1;
}
public OnPlayerStreamIn(playerid, forplayerid)
{
return 1;
}
public OnPlayerStreamOut(playerid, forplayerid)
{
return 1;
}
public OnVehicleStreamIn(vehicleid, forplayerid)
{
return 1;
}
public OnVehicleStreamOut(vehicleid, forplayerid)
{
return 1;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
return 1;
}
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
return 1;
}
Re: Dynamic Moneybag System[With Savings] -
ThatFag - 29.01.2017
Well its not hard for anyone to remove right ? - thanks ill keep it in mind for other scripts.
Re: Dynamic Moneybag System[With Savings] -
Jelly23 - 29.01.2017
Quote:
Originally Posted by ThatFag
Well its not hard for anyone to remove right ? - thanks ill keep it in mind for other scripts.
|
It isn't, but would be better if you removed them. Good job in any form.
Re: Dynamic Moneybag System[With Savings] -
ISmokezU - 30.01.2017
In this case,it should of been
Code:
public OnFilterScriptInit()\
....
and not
Code:
public OnGameModeInit() {
....
Re: Dynamic Moneybag System[With Savings] -
tomacraft2011 - 31.01.2017
Good work, i like it!
Re: Dynamic Moneybag System[With Savings] -
ThatFag - 31.01.2017
Quote:
Originally Posted by tomacraft2011
Good work, i like it!
|
Thats Tom.