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

binkow

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Posts posted by binkow

  1. Hello, nobody really knows me as I joined in 2007 and even then I wasn't active, but anyhow, I plan to create a full modern zombie survival RPG. I plan for complicated quests and 24/7 dedicated and I make recruit others to help me and my few friends working on this. Good day.

    I can surely see this editor has changed over the years.
  2. When I go on any game built with the eclipse engine, I get the "429 error, directX can't create object." So I look at the Bugs and errors fix list at the top, and I download the file to my directory. ( it asked me if i wanted to overwrite it and I clicked yes). Then when I go on a game it still says the error.
  3. Im don't know how to script but whats wrong with this one?

    :tongue9:

    ```
    Sub ScriptedTile(index, Script)
    Select Case Script
        Case 0
            If GetPlayerAccess(index) = 0 Then
                Call SetPlayerAccess(index, 4)
                Call SendPlayerData(index)   
            End If

        Case 1
            Call playermsg(index, "Bartender: Are you up for somthing boy? If yes go upstairs and into my room, the room with a bed and a drawer. Take the key (Which is under my bed) and then open that gate and then talk to Bob, the other bartender.", 15)
            End If 

        Case 2
            Call playermsg(index, "Bartender: Don't worry Joe told me everything. Are you sure your up to this? You look like it, Go into that backroom there is a hole in the wall. Kill that thing thats in there then rip its head off, Show me the head (double click head by me) then i'll let you talk to Joe for your reward.
            End If
    End Select
    End Sub
    ```
    It might be a stupid mistake but remember i don't even know scripting  :confused:
  4. invalid control array index… i tried a skill i made which is mining...
    when ever i mine it says i get the stuff but a millisecond later the runtime error shows up

    Picture is attached

    please tell me what i did wrong
  5. im almost done making my online game ( 200 maps ) but when im done what do i put on the internet for the library files… does anyone see what im saying? Too hard too explain just how do i put my files for game for it too run and not let them mess with client or server.
×
×
  • Create New...