forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

lua problems

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development
View previous topic :: View next topic  
Author Message
flofrucht



Joined: 15 Jan 2010
Posts: 1

PostPosted: Fri Jan 15, 2010 3:48 am    Post subject: lua problems Reply with quote

hello everybody,
i write some lua scripts but in two scripts i have problems :

the first script :

Code:
black = Color.new(0,0,0)
green = Color.new(0,255,0)
   
    while true do
        screen:clear(black)
        pad = Controls.read()

screen:print(1,1,"(rip",green)
screen:print(1,10,"(triangle to go back",green)



if pad:cross() then
UMD.ripISO("ms0:/ISO/Game.ISO")
System.Quit()
end

        if pad:triangle() then
        require "script"
end

        screen.flip()
        screen.waitVblankStart()
end

i'd like to dump a umd but it must show the text...
but it dumps it and it don't shows the text...

and the second error :

i have written a script.lua that must play a mp3. but it always came a error :

my script :


Code:
black = Color.new(0,0,0)
green = Color.new(0,255,0)
   
    while true do
        screen:clear(black)
        pad = Controls.read()

screen:print(1,1,"(X drücken zum Rippen",green)
screen:print(1,10,"(Dreieck um ins Menu zurück zu kehren",green)



if pad:cross() then
UMD.ripISO("ms0:/ISO/Spiel.ISO")
System.Quit()
end

        if pad:triangle() then
        require "script"
end

        screen.flip()
        screen.waitVblankStart()
end


the error:
script.lua 32 wrong number of agruments..

the sound.mp3 is in the dir in that the script.lua ?

and i search a command with that i can check the wlan access points in my home etc.

I use LUA Player HM v7.

Sry for my bad english i'm a german..

and i think this is the best forum for lua dev.

thx

mfg.flo
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group