16.07.2016, 00:34
(
Last edited by Dayrion; 24/07/2016 at 02:13 PM.
)
Full Dynamic biz system
» Create a biz easily.
- Saved biz system (YINI)
- 6 type of biz available (Total : 29 interiors)
- Customizable name for each biz
- Deposit money on your biz
- Make people pay when they enter in your biz
- Admin commands
- Make your friends investors
- Make your investor earn money
» Include:
Code:
#include <a_samp> #include <izcmd> #include <sscanf2> #include <foreach> #include <YSI\y_ini> #include <easyDialog>
Credits to original author for each include.
/createbiz : Create a biz with an interior, everything are explain IG.
/destroybiz : destroy a biz or every biz
/closestbiz : get the ID of closest biz
/modifybiz : modify a biz like /biz
/amodifinvestor : Modify investor's right of a specific biz
» Non-RCON commands:
/buybiz : buy a biz
/sellbiz : sell a biz
/biz : manage your biz
/modifinvestor : Modify investor's rights of your biz
/makeinvestor : Make someone an investor
/ibiz : Modifiy a biz as an investor
» Configuration:
Code:
MAX_BIZ 100
Code:
MAX_BALANCE 1000000
Code:
MAX_BIZ_NAME 24
Code:
ICON_BIZ_LOCKED 19522 ICON_BIZ_OPEN 1273 ICON_BIZ_PENDING 1272 ICON_BIZ_INTERIOR 1239
Note:
You need to create 3 folders.
Code:
\scriptfiles\BizData \scriptfiles\BizData\Biz \scriptfiles\BizData\Investor