Full Dynamic biz system
» Create a biz easily.
» Features:
- 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
» 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
» Non-RCON commands:
/buybiz : buy a biz
/sellbiz : sell a biz
/biz : manage your biz
» Configuration:
Code:
MAX_BIZ 100
Code:
MAX_BALANCE 1000000
Code:
MAX_BIZ_NAME 24
Note:
You need to create 2 folders.
Code:
\scriptfiles\BizData
\scriptfiles\BizData\Biz
If you have any suggestions or comments, let me know.
Download :
Download :