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

cheatking

Members
  • Posts

    4203
  • Joined

  • Last visited

    Never

Posts posted by cheatking

  1. @andypandy:

    > ey. I'm not sure where to post this so i try here :P
    >
    > well
    >
    > 1\. how do i get players into my game and does it cost to get it online?:)
    > Send em the client
    > Electricity and internet bills my friend
    > 2.  is it hard to get npc's. items and stuff into the game?
    > no
    >
    > 3\. can i make my char like jump sky high in level?(without train)?
    > source/scriptin
    >
    > 4.if i get a new version of  eclipse. do my game like get deleted?
    > not allways
    >
    > thanks.
  2. I get an error with this script. Anyone kow why?
    ```
    ' Executes every second, based on the server time.
    Sub TimedEvent(Hours, Minutes, Seconds)
        If Minutes = 0 Then
            If Seconds = 0 Then
                Call PlayerMsg(Index, "Credits form in your hand.", WHITE)
                SLOT = 1
                Do While SLOT < 24
                If GetPlayerInvItemNum(index, SLOT) = 1 Then
                    Call SetPlayerInvItemNum(index, SLOT, 1)
                    Call SetPlayerInvItemValue(index, SLOT, GetPlayerInvItemValue(index, SLOT) + 50)
                    Call SendInventoryUpdate(index, SLOT)
                    SLOT = 24
                    A = 1
                End If
                SLOT = SLOT+1
                Loop
                SLOT = 1
                Do While SLOT < 24 And A = 0
                If GetPlayerInvItemNum(index, SLOT) = 0 Then
                    Call SetPlayerInvItemNum(index, SLOT, 1)
                    Call SetPlayerInvItemValue(index, SLOT, 50)
                    Call SendInventoryUpdate(index, SLOT)
                    SLOT = 24
                End If
                SLOT = SLOT+1
                Loop
            End If
        End If
    End Sub

    ```
  3. Where Men are men and Bots are Machines. Yes its the battle bots arena!
    Can you make it to the top and be world champion? Oh. But you'll have to face the drones first! With more than ten of the little ******* in the arena I ashure you It will be a blast! hehehe… But anyway why not join us soon?

    Battle Bots Inc. Cannot be held responsable for any damage or loss of parts to your bot and/or yourself.

    ![](http://nanoware.no-ip.org/bot.png)
  4. Erros for fish editor
    Line 30: Property TabPicture(0) in FishingTabs had an invalid file reference.
    Line 112: Property TabPicture(1) in FishingTabs had an invalid file reference.
    Line 181: Property TabPicture(2) in FishingTabs had an invalid file reference.
    Line 221: Property TabPicture(3) in FishingTabs had an invalid file reference.
  5. First off your top left house. The one with the red roof. The second window going left to right is too high. It shouldn't overlap the beam.
    The area behind the door is darker than t needs to bee and above the door is black. Thats a no-no.
    In front of the house with the plants trees and rocks. They seem to have been put ther for no reson. There not even decorative.
    The east wing of the red roofed house the window is the wrong type. It comes too close to the bram. And the left side of it theres a bit going down. There shouldn't be.
    The maillbox goes into the flowers It shouldn't.

    The next house, Yellowroofd one. Wrong tiles mate and again weird plants infront.

    The road seems to go into the hoses.

    The tree to the front ov the map overlaps the house eventhough itscloser to than the middle than it would appear.

    Tats all I can be bothered to say right nw. But I'll be back.
×
×
  • Create New...