Auto Update
#1

Hello, How do I update this alone? without having to restart my sv

Quote:

for(new h = 0; h < sizeof(HouseInfo); h++)
{
if(HouseInfo[h][hOwned] == 0)
{
new string [128];
format(string, sizeof(string), "[Venta]\nValor: $%d\n Nivel: %d\nID: %d ",HouseInfo[h][hValue], HouseInfo[h][hLevel], h);
Create3DTextLabel(string,0x00AE00FF, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75,20.0,0,1);
HouseInfo[h][hPickupID]=CreatePickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
pickups++;
}
if(HouseInfo[h][hOwned] == 1)
{
new string [128];
format(string, sizeof(string), "[Propiedad]\n%s\nID: %d",HouseInfo[h][hOwner], h);
Create3DTextLabel(string,0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.35,15.0,0,1);
}
}

Reply
#2

Use THIS function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)