23.07.2012, 14:57
Thats just an example how to do
Do like that.. what rudy_ said
pawn Код:
if(HouseInfo[h][hOwned] == 1)
{
//Your Codes
//Old Label
Delete3DTextLabel(unowned);
//Example
owned = Create3DTextLabel(....);
}