Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

FlatlanD

Members
  • Posts

    62
  • Joined

  • Last visited

    Never

Everything posted by FlatlanD

  1. So how I need to change it that it will be correct? If GetPlayerItemNum (MyIndex, 1) < 5000 Then ?
  2. No, it's not working and I haven't tried changing RGB to vbRed or vbGreen. I think something is wrong with this line : If GetPlayerInvItemNum(MyIndex, 1) < 5000 Then Can someone help me?
  3. Thanks blkcrow, i think its really useful information ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  4. Hi everyone, So I want to make that if player have item (gold) less than 5000 it will show his current item (gold) amount and mark it red and if player 5000 or more of item (gold) it will be marked green. Here is code what I tried writing: ``` If GetPlayerInvItemNum(MyIndex, 1) < 5000 Then .lblGuildGoldReq.ForeColor = RGB(255, 0, 0) .lblGuildGoldReq.Caption = "Gold: " & GetPlayerInvItemNum(MyIndex, i) Else .lblGuildGoldReq.ForeColor = RGB(255, 255, 255) .lblGuildGoldReq.Caption = "Gold: " & GetPlayerInvItemNum(MyIndex, i) ``` Please help me write this code. I'm just learning this stuff. ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  5. Hi, so can someone give me code of frmguildC or give me whole file. I really need it, because my guild system is not working now.
  6. Someone post original files, please ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  7. Thanks, problem is solved now ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons//happy.png)
  8. Hi, so I'm having Run-time error 9 when trying to open Server.exe. I tried to debug and it show me this line: >! ![](http://i50.tinypic.com/257zibp.jpg) Before this error I have added resources to map and then it crashed and now I'm having this error. So can someone help me solve this problem? ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons//happy.png)
  9. So I have the problem, on currency it shows item type is weapon and other items it also show wrong type and on enchant this table don't show. What's wrong?
  10. How I can move item icons? Because they don't fit now
×
×
  • Create New...