26.05.2010, 16:02
pawn Код:
if(HouseInfo[h][hOwned] == 0)
{
new string[256];
format(string,sizeof(string),"Casa a venda!/nNome: %s /nPreзo: $%d /n Level: %d",housename,price,level);
Create3DTextLabel(string, 0x556B2FAA, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],30.0,40.0,50.0,40.0,0);
return 1;
}