Jump to content
  • 0

Bug la case


Shad0wdpbgd

Question

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.