26.04.2014, 14:10
PHP код:
new idx;
while (idx < sizeof(Houses))
{
PHP код:
format(string, sizeof(string), "{00BC00}This house is for sale!");
HouseLabel[idx] = Create3DTextLabel(string,-1,Houses[idx][EnterX],Houses[idx][EnterY],Houses[idx][EnterZ],15.0, Houses[idx][EnterWorld], 1);

