The story of the KowaZ Ingatlan Rendszer

KowaZ Ingatlan Rendszer = KowaZ Housing System

History

This system is written for San Andreas Multiplayer 0.2X servers in C++ and PAWN languages. The base of this system is my HOUSE.h software (released in 2008), but it was only known by few people.

More than a half year ago I released the first version of KZIR. Then I made few new versions, but the development stopped, because I stopped playing SA:MP.

But in 2009 september someone said that I can't make programs, I faked all my works and I lied to the hungarian SA:MP community for 2 years. Then I decided to create the newest version of KZIR to prove my knowledge.

I started to develop this system and I noticed that all previous versions ran incorrectly on Linux. So I looked into the source and fixed my mistakes. The SKY Hosting supported me with a test server then within 2 days the KZIR 0.3.0.1 was done for Linux.

After 1 month I released the Windows version of the KZIR too and developed the website in english.

Description

This is an interface for developing housing systems. The houses are gates and not objects. We have to give the coordinates of the interior of the house with the enterace coordinates and we can create a new house for the system.

With an easy function we can put the players inside the house and with a such easy method we can put them out infront of the door. If we have more experience in scripting, we can create our own scripts with KZIR.

KZIR isn't a filterscript. It's an interface. With the functions we can handle the houses of the system with ease. To make it clear, here's an example:

You cant create houses with the createHouse function. If you want to add a new house,
you have to call the createHouse function in runtime. With the OnPlayerCommandText
eventhandler it is easy to bind it to a command, that could be /create-house or anything
you want.

The plugin (.so) connects to the server when it starts.

Authors

The developer was me, Ковалски. But I want to say thanks to the SKY Hosting for the test server and for those people who helped in the testing!

0.3.0.4 (stable release)

Release: 2009. october 3.

Fixes:

  • sendClientMessageInHouse function fixed
  • crossplatform code (runs on Windows and on Linux too)

Now developing:

  • data storing (with files and MySQL)
  • house buying/selling

Download

Linux: KZIR-0.3.0.4.tar.gz
Windows: KZIR-0.3.0.4.zip