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

saruish

Members
  • Posts

    48
  • Joined

  • Last visited

    Never

Posts posted by saruish

  1. @iSkweek:

    > Remove the "handle" from the line with addressof or whatever. Haha.
    >
    > EDIT: Sorry I was on my phone.
    >
    > Change```
    > 'Crzy's Friends System
    >     HandleDataSub(CAddFriend) = GetAddress(AddressOf HandleAddFriend)
    >     HandleDataSub(CRemoveFriend) = GetAddress(AddressOf HandleRemoveFriend)
    >     HandleDataSub(CFriendsList) = GetAddress(AddressOf HandleUpdateFriendList)
    > ```to```
    > 'Crzy's Friends System
    >     HandleDataSub(CAddFriend) = GetAddress(AddressOf HandleAddFriend)
    >     HandleDataSub(CRemoveFriend) = GetAddress(AddressOf HandleRemoveFriend)
    >     HandleDataSub(CFriendsList) = GetAddress(AddressOf UpdateFriendList)
    > ```

    lol no wonder ok i'll do it in a sec and it ok ^^
  2. @crzyone9584:

    > Not to rain on the creators perade or anything but I don't know if he is still active. I have a friend system that allows you add and remove friends and only shows them if they are online.
    >
    > So far there are no errors and I have posted all updates to the code as of the last time I worked on it.
    >
    > http://www.touchofdeathforums.com/smf/index.php/topic,68043.0.html
    >
    > I'll give support as often as I possibly can for the system. Hope it helps.
    >
    > Of if you want to stick with this where are you getting the subscript out of range?

    it in the client side so somewhere it not reading something but it on the load up. idk where i finally just got tired of it and took out the code completely. tho i will try again later probably.
  3. i just added this . im having some run time issue now when i try to connect to the sever. now i didnt add this part of the code
    If LCase$(Dir(App.Path & "\data\friends", vbDirectory)) <> "friends" Then
            Call MkDir(App.Path & "\data\friends")
        End If
    to it cuz i couldnt find where it went. i try searching for it auto couldnt find where it went and try manually searching. prehaps it name diffirent in 1.5 on where it goes or something but im pretty sure that the run time error 76 could not find path is cuz of this. any idea where i can put the code and if so do i have to do it some other way .
  4. the current verison. 1.5

    I think it showing up but it not showing up like it should. im seeing something at the very very top at first I didnt notice it but I started noticing like two something there. everytime my character moves it moves with him. but it like at the very top of the screen.

    it could be due to the level code I added that shows players level.
  5. @BugSICK:

    > what? didnt understand.  :sad:(noob here)

    me and you both lol we both new at it but anyway . at the last step of it make sure you dont get ahead of your self like i did :P cuz you only need to change call checkkeys to ' call checkkeys . dont change the input one cuz that will mess up your code for walking using arrows keys.
  6. @BugSICK:

    > im using the current version the EO1.5

    oh then you might of miss something make sure each code is word from word. also make sure the call checkkeys is 'call checkkeys. also dont put a ' infront of the 'call checkinputkeys. that where i mess up also :P .
  7. @BugSICK:

    > but its really not working, done two times… :(

    hmm… odd. what verison you using? and read over it very carefully like each code . the first time when i attempt it half of the code got cut off and i could on click to the right using left clicks.
  8. @MrMiguu:

    > I'd hope so. Else, you have this whole programming thing all wrong. Lulz.

    lol it is :P but i think i need a image first befor hand cuz it doesnt appear transparent to me. i was hoping to get a veiw of in game from it.
×
×
  • Create New...