SA-MP Forums Archive
[FilterScript] ScotTees Dynamic Biz System - 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] ScotTees Dynamic Biz System (/showthread.php?tid=329039)

Pages: 1 2 3


ScotTees Dynamic Biz System - SnG.Scot_MisCuDI - 26.03.2012

This topic is old, if the script is having problems edit it yourself. I am no longer providing support for this FS
if the dialog doesnt do anything when you click it, change the dialog IDs in the FS because it is interfering with your existing dialogs.

What is it?
ScotTees Dynamic Biz System is a dynamic business system. (orly?) No need to get the cords or make them yourself because you can simply make a biz anywhere by one simple command. /createbiz
Yes, this is an edit of the original FS made here
All the biz save to a file so they will load on FS start.

MAKE SURE TO ADD A FOLDER IN YOUR SCRIPT FILES CALLED: Business
This will save/load the biz


Rcon Commands

/createbiz USAGE: /createbiz (price*) (payout*) (name*) [creates a biz at your location]
/deletebiz USAGE: /deletebiz (BizID) [deletes a biz that is created]
/debiz USAGE: /debiz (id) [removes a player from owning the biz]
/forcepayday [forces a payday for all the players who have a biz]
*When creating a biz you can make your own numbers/name or it will default to $500,000 cost and $500,000 payout and For Sale name


Player Commands

/namebiz USAGE: /namebiz (name) [names your current biz]
/sellbiz [sells your current biz]

Credits
Tee - Making the original FS
SnG.Scot_MisCuDi - Improving FS
[ABK]Antonio - Improving FS
Zeex - Zcmd
Dracoblue - Dini
Y_Less - Sscanf2
Incognito- Streamer plugin.

Screen Shots
http://imgur.com/a/XoiOO

Download
(rar)



Re: ScotTees Dynamic Biz System - Tee - 27.03.2012

Didn't test it but it should be fine. When I get the time I might even re-make it in MySQL.


Re: ScotTees Dynamic Biz System - ReneG - 27.03.2012

Good work, I want to learn how to save/load server data.

Y U NO USE Y_INI!!!!!


Re: ScotTees Dynamic Biz System - Awankz - 27.03.2012

Nice !


Re: ScotTees Dynamic Biz System - MrLazyAss - 27.03.2012

Not bad Ill Try it i been looking for good business scripts for my server, players love them lol.


Re: ScotTees Dynamic Biz System - SnG.Scot_MisCuDI - 27.03.2012

Quote:
Originally Posted by Tee
View Post
Didn't test it but it should be fine. When I get the time I might even re-make it in MySQL.
Tell me how it is :P

Quote:
Originally Posted by VincentDunn
View Post
Good work, I want to learn how to save/load server data.

Y U NO USE Y_INI!!!!!
Maybe in the future

Quote:
Originally Posted by Awankz
View Post
Nice !
Ty ty

Quote:
Originally Posted by Mohammad.Khalaf
View Post
Not bad Ill Try it i been looking for good business scripts for my server, players love them lol.
Yeah thats the reason why i wanted to release it


Re: ScotTees Dynamic Biz System - SnG.Scot_MisCuDI - 29.03.2012

bump


Re: ScotTees Dynamic Biz System - captainjohn - 01.04.2012

Nice, you should make it where people can choose the interior IDs such as Ammunition, Casino, Cluckin Bell etc.


Re: ScotTees Dynamic Biz System - SnG.Scot_MisCuDI - 01.04.2012

Quote:
Originally Posted by captainjohn
View Post
Nice, you should make it where people can choose the interior IDs such as Ammunition, Casino, Cluckin Bell etc.
Nice ill add it to the suggestions


Re: ScotTees Dynamic Biz System - Yordan_Kronos - 02.04.2012

This have save system?


Re: ScotTees Dynamic Biz System - captainjohn - 02.04.2012

Quote:
Originally Posted by Yordan_Kronos
Посмотреть сообщение
This have save system?
Yes it saves them.


Re: ScotTees Dynamic Biz System - _DownLoaD_ - 02.04.2012

can you make it for me:
strcmp & dini please?


Re: ScotTees Dynamic Biz System - SnG.Scot_MisCuDI - 03.04.2012

(already answered)


Re: ScotTees Dynamic Biz System - SnG.Scot_MisCuDI - 06.04.2012

bump


Re : ScotTees Dynamic Biz System - nicolaskettler - 15.04.2012

thank you for this script im going to use it


Re: Re : ScotTees Dynamic Biz System - SnG.Scot_MisCuDI - 15.04.2012

Quote:
Originally Posted by nicolaskettler
Посмотреть сообщение
thank you for this script im going to use it
No problem, glad you like it


Re: ScotTees Dynamic Biz System - M1N1 - 04.07.2012

How would you choose the interior?


Re: ScotTees Dynamic Biz System - SnG.Scot_MisCuDI - 04.07.2012

Quote:
Originally Posted by M1N1
Посмотреть сообщение
How would you choose the interior?
Change line 106 and 107

pawn Код:
SetPlayerPos(playerid, -25.132598,-139.066986,1003.546875);
SetPlayerInterior(playerid, 16);



Re: ScotTees Dynamic Biz System - nGen.SoNNy - 04.07.2012

BUG: if i want to exit from business ... i'm getting in dark and falling down


Re: ScotTees Dynamic Biz System - SnG.Scot_MisCuDI - 04.07.2012

Quote:
Originally Posted by Anonym2009
Посмотреть сообщение
BUG: if i want to exit from business ... i'm getting in dark and falling down
Does this happen with every business you create?