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

DepTa

Members
  • Posts

    132
  • Joined

  • Last visited

    Never

DepTa's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. how to adding a button on the picAdmin frmMain ? and where i can add ? ![](http://i50.tinypic.com/4kw7yg.jpg) can you explain or teach with picture ? im so confuse -_-
  2. DepTa

    Title icon (picture)

    i have change a icon size a large and small, but doesnt effect for my client
  3. DepTa

    Title icon (picture)

    why my title icon change ?, i have a change into .ico and didn't change ![](http://i45.tinypic.com/w7yngn.jpg)
  4. where i can edit increases exp per level ? and add class is like his description of his abilities ?
  5. lol work for me > All Client-Side > modGlobals > At bottom add > Code: [Select] > Public chaton as boolean > Search > Code: [Select] > Public Sub SetFocusOnChat() > Replace the whole sub with these two subs > Code: [Select] > Public Sub SetFocusOnChat() > > If chaton = False Then > SetFocusOnGame > Exit Sub > End If > > On Error Resume Next 'prevent RTE5, no way to handle error > frmMain.txtMyChat.Visible = True > frmMain.txtMyChat.SetFocus > End Sub > Public Sub SetFocusOnGame() > > If chaton = True Then > SetFocusOnChat > Exit Sub > End If > > On Error Resume Next 'prevent RTE5, no way to handle error > frmMain.txtMyChat.Visible = False > frmMain.picScreen.SetFocus > End Sub > Now find > Code: [Select] > If LenB(ChatText) = 0 Then Exit Sub > And replace with this > Code: [Select] > If LenB(ChatText) = 0 Then > If KeyAscii = vbKeyReturn Then > Chaton = Not Chaton > SetFocusOnGame > End If > Exit Sub > End If > If Chaton = False Then Exit Sub > Now find > Code: [Select] > ' Handle when the player presses the return key > If KeyAscii = vbKeyReturn Then > and directly under them add > Code: [Select] > Chaton = False > SetFocusOnGame > Now goto frmMain and make txtMyChat invisible > Now you can chat with Enter :D just put the script was able to work on it? and for what his next?
  6. gak bisa lah dari dalam nya aja udah beda wkokwo, yang eo 3.0 mengarah ke graphic be arti ya script2 nya juga gantii
  7. btw i found this in modcanstants Public Const MAX_PLAYERS As Long = 70,Public Const MAX_LEVELS As Long = 100 thanks less the class is like his description of his Abilities like above and increases exp per level :) thanks
  8. Can you give a bit of code there? (increases exp per level, max user level, online users max) because there are so many code-_- and for (the class is like his description of his Abilities) I mean adding a description of each class ex : ![](http://i49.tinypic.com/wlds1s.jpg)
  9. A. where can I edit the ( whether a vb6 ?? ) -online user Max, -Max user level, -it increases exp per level, -each class is like his description of his abilities, -and other ??
  10. okay dude before your comment i edit title [SOLVED] because i have understand :) thanks
×
×
  • Create New...