29.07.2010, 23:26
Tenta assim /Acho
Nem sei mexer muito com isso, por isso nem sei se estб certo, e acho que a parte do GameTextForPlayer estб errada.
pawn Код:
new str[128];//Ou pode ser menos Cells, testa lб
new str2[128];//Ou pode ser menos Cells, testa lб
new str3[128];//Ou pode ser menos Cells, testa lб
format(str,sizeof(str),"Cost: %i",hInfo[hid][Cost])
format(str2,sizeof(str2),"Fee: %i",hInfo[hid][Rentcost]])
format(str3,sizeof(str3),"Owned by: %s", hInfo[hid][Name])
GameTextForPlayer(playerid, str, 1000, 5);
GameTextForPlayer(playerid, str3, 1000, 5);
GameTextForPlayer(playerid, str4, 1000, 5);