21.04.2010, 02:32 
	
	
	
		do you get any errors when compiling?
the wiki says
yours
looks likes its missing a parameter
	
	
	
	
the wiki says
Код:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
Код:
Create3DTextLabel(house_string ,0x00FF00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],10, 0);


