House Making.
#3

I'm not sure about your structure, but this checks if the command does not exists.
pawn Код:
if(!fexist(file))
    {
        SendClientMessage(playerid, COLOR_YELLOW, "[HOUSE-INFO:] This House already Exists.");
    }
Note: Do you really need 128 cells for that file string?

Also what does this do?
pawn Код:
GetPlayerPos(playerid, HouseInfo[h][hEnterX], HouseInfo[h][hEnterY], HouseInfo[h][hEnterZ]);
You should probably loop thru all houses instead.
Reply


Messages In This Thread
House Making. - by Luis- - 22.01.2011, 23:45
Re: House Making. - by Elmerz_com - 23.01.2011, 00:53
Re: House Making. - by Not available - 23.01.2011, 01:07
Re: House Making. - by Luis- - 23.01.2011, 15:40

Forum Jump:


Users browsing this thread: 2 Guest(s)