23.01.2011, 01:07
I'm not sure about your structure, but this checks if the command does not exists.
Note: Do you really need 128 cells for that file string?
Also what does this do?
You should probably loop thru all houses instead.
pawn Код:
if(!fexist(file))
{
SendClientMessage(playerid, COLOR_YELLOW, "[HOUSE-INFO:] This House already Exists.");
}
Also what does this do?
pawn Код:
GetPlayerPos(playerid, HouseInfo[h][hEnterX], HouseInfo[h][hEnterY], HouseInfo[h][hEnterZ]);