Guys, can you help me ?
#1

Hello guys .. today i want to try make House system, basic one ..But i don't know how to make it on my own..

Okey , i defined :

pawn Код:
#define MAX_HOUSES 50
#define HDATA "/Houses/%s.ini"
Do i need to define where is my database for houses ?!

pawn Код:
enum hInfo
{
    hOwner[MAX_PLAYER_NAME],
    hOwned,
    hPrice,
    hInterior,
    Float:EnterX,
    Float:EnterY,
    Flota:EnterZ,
    Float:ExitX,
    Float:ExitY,
    Flota:ExitZ,
    hIcon,
    h3DTextLabel
}
new HouseCount;
new HouseInfo[MAX_PLAYER_HOUSE],[hInfo];
Is this good ?

Anyways my biggest problem is what to do next ?
I wanted to make /createhouse cmd , but then i realized that i don't know how to get Exit and Enter coordinates in the same time ..

p.s. Sorry for my bad English , if u didn't understand something ill try to explain better ..
Reply


Messages In This Thread
House system questions - by Djumza - 21.04.2015, 12:59
Re: Guys, can you help me ? - by BleverCastard - 21.04.2015, 13:00
Re: Guys, can you help me ? - by Djumza - 21.04.2015, 13:21
Re: Guys, can you help me ? - by Mrki_Drakula - 21.04.2015, 13:24
Re: Guys, can you help me ? - by Ahmad45123 - 21.04.2015, 13:27
Re: Guys, can you help me ? - by Djumza - 21.04.2015, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)