16.12.2014, 17:20
It shows "[Venta] ID: %d" in game? Try this
I doubt that this was the cause but it could be.
Anyways, i = integer, d = decimal, s = string, f = float.
Код:
format(string, sizeof(string), "[Venta]\n ID: %i.", HouseInfo[h][hPickupID]); Create3DTextLabel(string,0x00AE00FF, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75,20.0,0,1);
Anyways, i = integer, d = decimal, s = string, f = float.