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

DawnSawn

Members
  • Posts

    22
  • Joined

  • Last visited

    Never

Everything posted by DawnSawn

  1. DawnSawn

    @Robin: > If you're really going to create a set of tiles which allows the user to differentiate between the sage, the brothel and the nursery then I salute how OCD your graphics artist is. Oh my god Robin, that made my day XD On the other hand, he has a slight point there, If you don't know the basics to what a city SHOULD have, you need to go outside more.
  2. The text box is on the same form as the button that is supposed to execute the code.
  3. The text bar is there… thats the weird thing its named correctly and everything.
  4. Compile error: Method or data member not found. But I do have the txt bar, its named txtplayername
  5. @Robin: > Looks like you've managed to delete the txtPlayerName textbox. Well done! xD > > If you know how to use VB6, then simply create it again. If you don't, restore to a backup or re-download the source code. weird thing is I still have the txt box, and I know how to use VB6 but this just confuses me xD
  6. @Bump Sorry for double post I really need help.
  7. If LenB(txtPlayerName.Text) 0 Then If LenB(txtValue.Text) 0 Then Anyone know why this wont compile? heres the core of it all. > Private Sub SetSprite_Click() > If GetPlayerAccess(MyIndex) >= ADMIN_MAPPER Then > If LenB(**txtPlayerName.Text**) 0 Then > If LenB(txtValue.Text) 0 Then > If IsNumeric(txtValue.Text) Then > If Not Val(txtValue.Text) < 1 Then > Call SendSetPlayerSprite(txtPlayerName.Text, txtValue.Text) > End If > End If > End If > End If > Else > Call AddText("You are not authorized to carry out that action.", BRIGHTRED) > End If > End Sub It likes to highlight the bolded part… when I remove it, the admin panel doesn't work...
  8. @Soul: > Did you open up Server.vbp with VB6? Kk so the Dice and sprite change work, but 1 last problem. When ever I step on it, I have to save the map, or exit and come back to see the new sprite… why is this?
  9. @мсичġġєт: > Source? Yes I'm using Eclipse Evo 2.7 Source.
  10. I couldn't find clsCommands
  11. @Bit: > @DawnSawn: > > > @Bit: > > > > > @DawnSawn: > > > > > > > Anyone know how I could make this script randomize which sprite it picks? > > > > > > > > ``` > > > > call setplayersprite(index, ) > > > > ``` > > > > > > Not sure it's possible. Most liekly, but hard, least to me. > > > You can edit a class and choose it's sprite, if you don' like this, using attributes youcan randomly change Player Sprites. > > > > How can u Randomly change a sprite with an attribute? > > Attribute - Sprite Change - Random Sprite - Multi Tiles I can't do that on 2.8
  12. @Bit: > @DawnSawn: > > > Anyone know how I could make this script randomize which sprite it picks? > > > > ``` > > call setplayersprite(index, ) > > ``` > > Not sure it's possible. Most liekly, but hard, least to me. > You can edit a class and choose it's sprite, if you don' like this, using attributes youcan randomly change Player Sprites. How can u Randomly change a sprite with an attribute?
  13. Thanks I'll w8 for a few more replies, I'll try what you said tho.
  14. Kk so the Dice and sprite change work, but 1 last problem. When ever I step on it, I have to save the map, or exit and come back to see the new sprite… why is this?
  15. DawnSawn

    Error "429"

    Well everytime I try to open the "server" NOT the "client" on Windows7 I get the common "429" error, yes I've followed guides on putting the dx7/8vb.dll into System32 then registering but still, I've also followed the "How to make ES work on Windows7" Anyone care to help? I've registered every .dll/.ocx that guides have told me (I've also registered them from the windows folder with cd C:\Windows\System32, regsvr32 dx7/8.dll
×
×
  • Create New...