31.08.2010, 05:41
Quote:
|
Here is a small example which you should get a drift from -
Код:
if(HouseInfo[h][hOwned] == 0)
{
Create3DTextLabel("[Property]",0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75,20.0,0,1);
HouseInfo[h][hPickupID]=CreatePickup(1239, 1, HouseInfo[h]
}
|
Quote:
|
I made a function:
pawn Код:
|
Thank you all!!!


