RPGMakerID
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Komunitas RPG Maker Indonesia
 
IndeksIndeks  Latest imagesLatest images  PencarianPencarian  PendaftaranPendaftaran  Login  
Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.

 

 Tolong dong..

Go down 
2 posters
PengirimMessage
Spooky Kitaro
Novice
Novice
Spooky Kitaro


Level 5
Posts : 164
Thanked : 0
Engine : Multi-Engine User
Skill : Very Beginner
Type : Developer

Tolong dong.. Empty
PostSubyek: Tolong dong..   Tolong dong.. Empty2011-06-01, 19:23

Aku pakai Yanfly's Yanfly Engine Zealous - Battle Engine Zealous. Terus habis battlenya selesai aku dapat error :cry:

Tolong dong.. Error10

aku udah check scriptnya, tapi gue bingu?

Code:
 #--------------------------------------------------------------------------
  # * Load Bitmap
  #--------------------------------------------------------------------------
  def self.load_bitmap(folder_name, filename, hue = 0)
    @cache = {} if @cache == nil
    path = folder_name + filename
    if not @cache.include?(path) or @cache[path].disposed?
      if filename.empty?
        @cache[path] = Bitmap.new(32, 32)
      else
        @cache[path] = Bitmap.new(path)
      end
    end
    if hue == 0
      return @cache[path]
    else
      key = [path, hue]
      if not @cache.include?(key) or @cache[key].disposed?
        @cache[key] = @cache[path].clone
        @cache[key].hue_change(hue)
      end
      return @cache[key]
    end
  end
end

Tapi saya masih bingung. ada apa ya..
Kembali Ke Atas Go down
http://zephyrusproduction.uni.me/index.php
Gramadi
Novice
Novice
Gramadi


Level 5
Posts : 209
Thanked : 4
Engine : RMVX Ace
Skill : Very Beginner
Type : Artist

Tolong dong.. Empty
PostSubyek: Re: Tolong dong..   Tolong dong.. Empty2011-06-01, 22:38

:gabokun: muncul

Bisa di postkan urutan anda menaruh Script sama pesan error scriptnya?
kalo hanya itu kurang bisa membantu saya

:gabokun: menghilang
Kembali Ke Atas Go down
Spooky Kitaro
Novice
Novice
Spooky Kitaro


Level 5
Posts : 164
Thanked : 0
Engine : Multi-Engine User
Skill : Very Beginner
Type : Developer

Tolong dong.. Empty
PostSubyek: Re: Tolong dong..   Tolong dong.. Empty2011-06-02, 04:48

Edit: Udah fixing sendiri koih.. Maaf ya :oops:
Kembali Ke Atas Go down
http://zephyrusproduction.uni.me/index.php
Sponsored content





Tolong dong.. Empty
PostSubyek: Re: Tolong dong..   Tolong dong.. Empty

Kembali Ke Atas Go down
 
Tolong dong..
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» tolong dong
» tolong ane dong
» tolong ane dong gan
» [Solved] Tolong, dong!
» tolong bantuin dong

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMVX Scripts :: RGSS2 Support-
Navigasi: