Warning 213 tag mismatch
#8

PHP код:
enum hInfo//Naming the enum
{
hOwner[24],//This will be where it will store the house owner name, in a 24 bit size array.
hOwned,//To store if the house is owned or not.
hLevel,
hLocked,
hPrice,//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.
Float:hEntranceX,
Float:hEntranceY,
Float:hEntranceZ,
Float:hEntranceA,
Float:hExitX,
Float:hExitY,
Float:hExitZ,
Float:hExitA,
hInt,
hWorld,
hInsideInt,
hInsideWorld,
hInsideIcon,
hOutsideIcon
}
new 
HouseInfo[MAX_HOUSES][hInfo];//This is the var where we will read the house info. 
Seems fine?
Reply


Messages In This Thread
Warning 213 tag mismatch - by ikbenremco - 30.12.2012, 09:16
Re: Warning 213 tag mismatch - by Faisal_khan - 30.12.2012, 09:34
Re: Warning 213 tag mismatch - by ikbenremco - 30.12.2012, 09:39
Re: Warning 213 tag mismatch - by Konstantinos - 30.12.2012, 09:46
Re: Warning 213 tag mismatch - by ikbenremco - 30.12.2012, 09:55
Re: Warning 213 tag mismatch - by Konstantinos - 30.12.2012, 10:00
Re: Warning 213 tag mismatch - by Threshold - 30.12.2012, 10:01
Re: Warning 213 tag mismatch - by ikbenremco - 30.12.2012, 10:06
Re: Warning 213 tag mismatch - by Konstantinos - 30.12.2012, 10:06
Re: Warning 213 tag mismatch - by Threshold - 30.12.2012, 10:15

Forum Jump:


Users browsing this thread: 1 Guest(s)