stock GetHouseStats(playerid, hid)
{
new str2[256];
if(strcmp(hInfo[hid][Renter],\"ForRent\",true))
{
format(str2,sizeof(str2),\"Owned by: %s\\nRented by: %s\\nCost: %i\", hInfo[hid][Name], hInfo[hid][Renter], hInfo[hid][Cost]);
GameTextForPlayer(playerid, str2, 3000, 4);
}
else
{
format(str2,sizeof(str2),\"Owned by: %s\\nCost: %i\", hInfo[hid][Name], hInfo[hid][Cost]);
GameTextForPlayer(playerid, str2, 3000, 4);
}
}
ház kiírás
az a gondom vele hogy amikor oda mék egy ház hoz
http://kephost.hu/kep/2011/05/sa_mp_006_2.pngigy adja ki
nekem meg
ugy kéne hogy
Owned By : Albus Sandor
Cost: 0
valaki segítsen plz