23.06.2010, 12:33
My house Description is "Rayden's House"
But in /stats it Comes as Description:[R, 2]
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);
}

