16.12.2014, 16:54
Hey, i have this code, but i have 1 problem, when i log in in my server, i can see the Crate3DTextLabel like this: [Venta] ID:%d.... and the sv doesn't show the id number!!!
What's my mistake??
Quote:
format(string, sizeof(string), "[Venta]\n ID: %d.",HouseInfo[h][hPickupID]); Create3DTextLabel(string,0x00AE00FF, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75,20.0,0,1); |