What
KIHC is a gadget that is used to make infinite number of houses in just a fraction of seconds. As making a single house takes atleast 30mins or above, and making a game with like 200 houses itsself may take to few days, so to cutshot your time and make that a precious one.
Features
20 Different House InteriorsMap Icons
Virtual Worlds
Special Interior Option
Single line House
Spawn at House
Free to mod / edit / rebuild / redistrubute
Installation
Before getting started, you will need to download
'struct.inc' ( to save data ), 'steam.inc' ( to stream map icons ).
You will find them with 'MIC'.Once you have downloaded them, place the 3 files( including KIHC.inc)
in the includes( i.e Server/pawno/include ) folder.Now open your gamemode( script ) in which you want to use KIHC
and add ' #include' at the top of the script. Thats all, Follow the 'Usage' to start building houses.
Usage
In Game Method
Once you have installed KIHC, join your server.- Login as rcon admin( /rcon login
). Stand on the door of the house and simply type '/buildhouse
'. Once you have completed building as many houses you want,
open your gamemode( script ) and copy the code from,
'scriptfiles/Houses.txt'.Paste the code under 'OnGameModeInit'.
[*]In Script Method
| (Float:x,Float:y,Float:z,cost = 75000); |
| x | X cordinate of the door( outside the house ). |
| y | Y cordinate of the door( outside the house ). |
| z | Z cordinate of the door( outside the house ). |
| cost | Optional parameter, is 75000 by default. |
| BuildHouseEx | (Float:outsidex,Float:outsidey,Float:outsidez,Float:insidex,Float:insidey,Float:insidez,insidei,cost = 75000); |
| outsidex | X cordinate of the door( outside the house ). |
| outsidey | Y cordinate of the door( outside the house ). |
| outsidez | Z cordinate of the door( outside the house ). |
| insidex | X cordinate of the door( inside the house ). |
| insidey | Y cordinate of the door( inside the house ). |
| insidez | Z cordinate of the door( inside the house ). |
| insidei | interiorid of inside of the house. |
| cost | Optional parameter, is 75000 by default. |
Note
This version has no relation with previous versions.Report bugs only via reply's.
Updates/Bug Fixes wont be notified, you will have to check the upload date in the download button, inorder to makesure you got the latest version.
[*]Affiliates
MIC -
'Struct' - Save / Load data with flexible features.
'Steam' - Stream map icons, objects, checkpoints at once.
'Crash' - Detects when, why, who and how your server crashed.
'Callback' - Triggers Single-Player events into your script.
[*] KIHC - Build houses in the most easiest way ever possible.
[*] MD - High quality user interferenced ingame map editing tool.

