- 0
Bug.
-
Similar Content
-
- 6 replies
- 144 views
-
- 10 answers
- 1,332 views
-
- 16 answers
- 1,533 views
-
- 3 answers
- 508 views
-
- 4 replies
- 796 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Shad0wdpbgd
Salut, nu stiu de ce, dar in joc la OWNER nu imi apare nimic, e gol.. nu stiu cum sa rezolv
Uitati cod-ul:
new string[300];
format(string, sizeof string, "{A9C4E4}House ID: {FF0000}%d\n{A9C4E4}Owner: {FF0000}%s\n{A9C4E4}Description: {FF0000}%s\n{A9C4E4}Level: {FF0000}%d\n{A9C4E4}Price: {FF0000}$%s%s", houseid, HouseInfo[houseid][hOwnerName], HouseInfo[houseid][hDescription], HouseInfo[houseid][hLevel], formatNumber(HouseInfo[houseid][hPrice]), (HouseInfo[houseid][hRentPrice] ? rent : ""));
HouseInfo[houseid][hText] = CreateDynamic3DTextLabel(string, -1, HouseInfo[houseid][hX], HouseInfo[houseid][hY], HouseInfo[houseid][hZ], 25.0, 0xFFFF, 0xFFFF, 0, 0, 0);
HouseInfo[houseid][hPickup] = CreateDynamicPickup((HouseInfo[houseid][hOwnerID] ? 1273 : 1272), 23, HouseInfo[houseid][hX], HouseInfo[houseid][hY], HouseInfo[houseid][hZ], 0, 0);
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now