Random house coordinates
#6

Quote:
Originally Posted by rOps
View Post
Yes, the houses are loaded from mysql db
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;
}
Reply


Messages In This Thread
Random house coordinates - by rOps - 28.03.2015, 08:39
Re: Random house coordinates - by Sergei - 28.03.2015, 08:50
Re: Random house coordinates - by rOps - 28.03.2015, 08:51
Re: Random house coordinates - by Juvanii - 28.03.2015, 09:18
Re: Random house coordinates - by rOps - 28.03.2015, 09:21
Re: Random house coordinates - by Juvanii - 28.03.2015, 09:33

Forum Jump:


Users browsing this thread: 2 Guest(s)