- 0
Bug la case
-
Similar Content
-
- 1 answer
- 121 views
-
- 1 answer
- 80 views
-
- 1 answer
- 78 views
-
- 2 answers
- 105 views
-
- 1 answer
- 101 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
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);
Sorine, fara glume man ca nu s amuzante
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.