#1

My house Description is "Rayden's House"
But in /stats it Comes as Description:[R, 2]

Код:
		new houserb = HouseInfo[targetid][hRentabil]
		new houserent = HouseInfo[targetid][hRent];
		new houselock = HouseInfo[targetid][hLock];
		new housevalue = HouseInfo[targetid][hValue];
		new housedes = HouseInfo[targetid][hDiscription];
		new housekey = PlayerInfo[targetid][pPhousekey];

		if (PlayerInfo[targetid][pPhousekey] != 999)
		{
     format(coordsstring, sizeof(coordsstring), "[Property]: HouseID:[%d] Description:[%s] Value:[%d] Locked:[%d] Rentable:[%d] Rent:[%d]",housekey, housedes, housevalue, houselock, houserb, houserent);
		  SendClientMessage(playerid, COLOR_GRAD5,coordsstring);
		 }
Reply


Messages In This Thread
Help - by traxrex - 23.06.2010, 12:33
Re: Help - by traxrex - 23.06.2010, 12:55
Re: Help - by CAR - 23.06.2010, 12:58
Re: Help - by Finn - 23.06.2010, 13:04
Re: Help - by CAR - 23.06.2010, 13:06
Re: Help - by traxrex - 23.06.2010, 16:29

Forum Jump:


Users browsing this thread: 1 Guest(s)