09.07.2014, 03:50
(
Последний раз редактировалось ABKPot; 13.07.2014 в 00:27.
Причина: UPDATED: New version! v0.7
)
Dynamic House System
(w/ Dialog House Builder+Cars)
by PotH34d[ABK]
Mirror One -https://www.dropbox.com/s/0zdxt18i35...%5DPotH3Ad.rar
Mirror Two - Attached
Mirror Three -
Source Code - http://pastebin.com/iZbhQqQS
v.06 - v0.7 Changelog - [7/12/2014] - http://pastebin.com/1h9Dr40W
****** for his sscanf plugin.
Incognito for his amazing streamer plugin.
Zeex for his zcmd include.
Dracoblue for his dini include.
Installation
Create folder in scriptfiles "/Houses/".
Requirements
Incognito's Streamer Plugin
******'s sscanf
Zeex ZCMD
Internal Settings
Set the maximum amount of houses.
Change to allow more vehicle slots for a house. (Default: 3)
(w/ Dialog House Builder+Cars)
by PotH34d[ABK]
Features
Main house builder menu: Shown with command '/hmenu'

House User Settings: Shown when entering house pickup

House edit menu: Shown with command '/hedit'

House entrance menu: Shown when entering house enter checkpoint

Commands
There are only a few commands, since mostly everything is handled in the dialogs.
[Downloads]- -Features an in-game house builder with 14 different settings, which gives you more options to customize your houses!
- -Player's can have vehicles for their houses and have the ability to spawn them!
- -Allows the player to change the name of his house!
- -Locking of houses, with passwords too! Other players may visit the house, and keep strangers out!
- -You can choose which house to spawn in and own more then one house!
- -You can set houses for sale and player's may buy them at anytime!
- -Player's have a couple customization options for their houses!
- -Features a interior viewer with textdraw and key scrolling, to gain access into interiors! Build houses faster
- -Money storage system - store your hard-earned money inside your house with withdraw/deposit.
Main house builder menu: Shown with command '/hmenu'

House User Settings: Shown when entering house pickup

House edit menu: Shown with command '/hedit'

House entrance menu: Shown when entering house enter checkpoint

Commands
There are only a few commands, since mostly everything is handled in the dialogs.
Код:
House Commands: /hedit - Edit an existing house. /hmenu - Shows the main house builder menu, used for the house properties/building. /hexit - Exit house builder mode. /intview - Shows the custom interior scrolling mode for entering interiors!
Mirror One -https://www.dropbox.com/s/0zdxt18i35...%5DPotH3Ad.rar
Mirror Two - Attached
Mirror Three -
Source Code - http://pastebin.com/iZbhQqQS
v.06 - v0.7 Changelog - [7/12/2014] - http://pastebin.com/1h9Dr40W
Suggestions/Bugs
Post any suggestions and any bugs if found below!
CreditsPost any suggestions and any bugs if found below!
****** for his sscanf plugin.
Incognito for his amazing streamer plugin.
Zeex for his zcmd include.
Dracoblue for his dini include.
Installation
Create folder in scriptfiles "/Houses/".
Requirements
Incognito's Streamer Plugin
******'s sscanf
Zeex ZCMD
Internal Settings
pawn Код:
#define MAX_HOUSES 60 //I recommend setting this to a estimate of your total houses + a few more
pawn Код:
#define MAX_VEHICLE_SLOTS 3 //Optional
pawn Код:
#define HOUSE_FILE "/Houses/%d.ini"
#define HUSER_FILE "/Houses/users.ini" //Change these to set your own directory, if you want!