30.07.2010, 00:15
new str2[256];
format(str2, sizeof(str2), "Cost: %i ~n~ Fee: %i ~n~ Owned by: %s", hInfo[hid][Cost], hInfo[hid][Rentcost], hInfo[hid][Name]);
GameTextForPlayer(playerid, str2, 1000, 5);
format(str2, sizeof(str2), "Cost: %i ~n~ Fee: %i ~n~ Owned by: %s", hInfo[hid][Cost], hInfo[hid][Rentcost], hInfo[hid][Name]);
GameTextForPlayer(playerid, str2, 1000, 5);