17.02.2018, 01:08
PHP код:
for(new x = 1; x<MAX_HOUSES ; x++)
{
if(HouseInfo[x][hOwned] == 1)
{
new string[128];
format(string, sizeof(string), "%d is available to use.", x);
SendClientMessageEx(playerid, COLOR_WHITE, string);
break;
}
}