Update3DTextLabel problem
#5

enum HouseInfo//Naming the enum
{
Owner[24],//This will be where it will store the house owner name, in a 24 bit size array.
Owned,//To store if the house is owned or not.
Price,//How much the house will cost.
Float:XPos,//Float X position of the checkpoint
Float:YPos,//Self explanatory.
Float:ZPos,//Self explanatory.
VirtualWorld,//The checkpoints virtual world.
Text3D:HouseLabel//That label where it says "Owned Price..."
}
new HInfo[MAX_HOUSES][HouseInfo];//This is the var where we will read the house info.
Reply


Messages In This Thread
Update3DTextLabel problem - by antonio600x - 11.10.2011, 15:02
Re: Update3DTextLabel problem - by AndreT - 11.10.2011, 15:06
Re: Update3DTextLabel problem - by antonio600x - 11.10.2011, 15:12
Re: Update3DTextLabel problem - by AndreT - 11.10.2011, 15:14
Re: Update3DTextLabel problem - by antonio600x - 11.10.2011, 15:15
Re: Update3DTextLabel problem - by AndreT - 11.10.2011, 15:25

Forum Jump:


Users browsing this thread: 2 Guest(s)