28.03.2015, 09:33
make a simple command to check if it has been loaded or not such as:
pawn Code:
CMD:test(playerid,params[])
{
new string[50];
format(string,sizeof(string),"%f ,%f ,%f", HouseInfo[house][ExitX],HouseInfo[house][ExitY],HouseInfo[house][ExitZ]);
SendClientMessage(playerid,-1,string);
return 1;
}