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

SholT

Members
  • Posts

    32
  • Joined

  • Last visited

    Never

SholT's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. http://www.touchofdeathforums.com/smf/index.php/topic,72825.0.html
  2. SholT

    Three questions

    Hi. categories in chat "Global", "Party", "Guild" etc. as it is in CS A spell that changes the spirit on for some time Respawn depending on what guild you are has anyone of you a tutorial on it?
  3. @Soul: > I think Yami's does that. > > OP: you could rip the code from Yami's updater (you might have to change some things, the .ini's used to tell what to download is different.) i try, doesn't work :/
  4. In autoupdater by Robin? No :/
  5. While downloading, I would like to load up the bar (picprogress)
  6. I have autoupdater by Robin and i changed him to launcher and i need download bar :)
  7. SholT

    More characters

    Hi. How to increase the number of characters from one to three?
  8. Hi, has anyone of you have a script for download bar in Launcher ?
  9. @Peter120: > You sure If Player(index).Access < 1 Then ? For your available :) Here are the accesses: 0\. Player 1\. Monitor 2\. Mapper 3\. Developer 4\. Creator
  10. SholT

    [EO] Private message

    Hi. I can't press enter when I want to send a private message. Somebody can help me :)?
  11. Hi. This is my first tutorial, so please bear with us. Tutorial is written by me. This is a tutorial through which we can do to get the server to be available only for admins. Let's go :) **Only Server-Side** Add CheckBox in "Control", Name: chkGMOnly, Caption: Only GM's. Now we add a script **modHandleData**, find: ``` If IsMultiAccounts(Name) Then Call AlertMsg(index, "Multiple account logins is not authorized.") Exit Sub End If ```and add below: ``` If frmServer.chkGMOnly.Value = 1 Then If Player(index).Access < 1 Then Call AlertMsg(index, "Only the server admins.") Exit Sub End If End If ``` Script work 100%, tested by me :) I greet! **Forbid copying tutorial without my knowledge**
  12. Hi. It is possible that the Fail-Safe restarted the server every three hours?
×
×
  • Create New...