Duda con variable y dato tipo string
#8

Quote:
Originally Posted by Thewin
Посмотреть сообщение
prueba asн

Код:
format(hInfo[housenumber][Name], sizeof(hInfo[housenumber][Name]), "En_Venta");
O coloca la linea donde defines "Name"
Код:
enum HouseInfo
{
	Name[24], // la variable
	Cost,
	Interior,
	Virtualworld,
	Locked,
	Float:InteriorX,
	Float:InteriorY,
	Float:InteriorZ,
	Float:iconx,
	Float:icony,
	Float:iconz
}
new hInfo[MAX_HOUSES][HouseInfo];
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)