Mare problema cu casele :|
#1

Salut , deci la case dau /buyhouse imi apare casa la /stats etc.. ma spawneaza in ea dar dupa restart la server casa apare din nou la buy...

IS inca ceva , tot cu casele

am adaugat 3dtext la case si ar trebui sa apara House is for sale

Pe server apare doar House is fo ...

Код:
for(new h = 0; h < sizeof(HouseInfo); h++)
	{
		if(HouseInfo[h][hOwned] == 1)
		{
	    if(HouseInfo[h][hRentabil] == 0)
		{
				format(string, sizeof(string), ""color_cyan"Owned"wh": "color_yellow"%s\n"color_cyan"Level"wh": %d",HouseInfo[h][hOwner],HouseInfo[h][hLevel]);
				house1[h] = Create3DTextLabel(string,COLOR_YELLOW, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], 0.8+HouseInfo[h][hEntrancez],10.0,0);
		}
		if(HouseInfo[h][hRentabil] == 1)
		{
				format(string, sizeof(string), ""color_cyan"Owned"wh": "color_yellow"%s\n"color_cyan"Rent"wh": "color_green"%d$ \n"color_cyan"Level"wh": %d\n"color_cyan"Type "color_yellow"/rentroom\n"color_cyan"To rent a room",HouseInfo[h][hOwner],HouseInfo[h][hRent],HouseInfo[h][hLevel]);
				house1[h] = Create3DTextLabel(string,COLOR_YELLOW, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], 0.8+HouseInfo[h][hEntrancez],10.0,0);
		}
	    }
	    if(HouseInfo[h][hOwned] == 0)
	    {
	        format(string, sizeof(string), ""color_cyan"House is for sale !\n"color_cyan"Discription"wh": %s\n"color_cyan"Cost"wh": "color_green"%d$\n"color_cyan"Level"wh": %d\n"color_cyan"To buy this house\ntype "color_yellow"/buyhouse",HouseInfo[h][hDiscription],HouseInfo[h][hValue],HouseInfo[h][hLevel]);
	        house1[h] = Create3DTextLabel(string,COLOR_YELLOW, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], 0.8+HouseInfo[h][hEntrancez],10.0,0);
	    }
	}
Cine ma ajuta are +rep
Reply


Messages In This Thread
Mare problema cu casele :| - by DyduShxD - 02.04.2013, 12:53
Re: Mare problema cu casele :| - by Sampboy - 02.04.2013, 13:39
Re: Mare problema cu casele :| - by DyduShxD - 02.04.2013, 13:43
Re: Mare problema cu casele :| - by PowerBoy97 - 02.04.2013, 13:46
Re: Mare problema cu casele :| - by DyduShxD - 02.04.2013, 13:47
Re: Mare problema cu casele :| - by DyduShxD - 02.04.2013, 14:59
Re: Mare problema cu casele :| - by DyduShxD - 02.04.2013, 16:30
Re: Mare problema cu casele :| - by gigicu01 - 02.04.2013, 17:09
Re: Mare problema cu casele :| - by DyduShxD - 02.04.2013, 20:13
Re: Mare problema cu casele :| - by zombieking - 04.04.2013, 06:29

Forum Jump:


Users browsing this thread: 2 Guest(s)