QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

loop is gettable?

This is a discussion on loop is gettable? within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; ok im not going to bother with explaing heres the code Code: -- Gears of War, linkinworm/C98, superdan06/SO6, copyright Epic ...

Reply
 
LinkBack Thread Tools
Old 03-31-2008, 02:11 PM   #1
 
linkinworm's Avatar
 
Join Date: Jan 2008
Posts: 256
Trader Feedback: 0
Default loop is gettable?

ok im not going to bother with explaing heres the code
Code:
-- Gears of War, linkinworm/C98, superdan06/SO6, copyright Epic gameing studios and microsoft gameing studios
-- codeing start date 1st october 2007
-- note option 1,2,3 does now have an exit option press O to exit
-- this does not save anything to the memstick,
-- exit does now work thanks to waywardson for help
-- revision pre-alpha 0.2
-- thanks to pickdat and homemister91 for the excelent mp3 support, and for all future releases

GB = Image.load("GEARS BK.png")

Mp3me.load("06 Fish In a Barrel.mp3")
Mp3me.play()

--Colors
white = Color.new(255,255,255)
red = Color.new(255,0,0)
fontcolor = Color.new(255,0,0)

Font = Font.load("GoW.ttf")
Font:setPixelSizes(20,20)

current = 1 --this is  current menu selection
oldpad = Controls.read()
while true do
pad = Controls.read()
screen:clear()
screen:blit(0, 0, GB)

if pad:cross() and current == 1 then
Music.stop()
dofile("MAIN_GAME.lua")
end

if pad:cross() and current == 2 then
Music.stop()
dofile("PONG_OPTIONS.lua")
end

if pad:cross() and current == 3 then
Music.stop()
dofile("image.lua")
end

if pad:cross() and current == 4 then
Music.stop()
dofile("pong.lua")
end

if pad:cross() and current == 5 then
Music.stop()
dofile("GoW.lua")
end

if pad:cross() and current == 6 then
Music.stop()
dofile("SMK.lua")
end

if pad:cross() and current == 7 then
Music.stop()
System:Quit()
end

--menu options
screen:fontPrint(Font,240,100,"Start Main Game",fontcolor)
screen:print(240,110,"PONG",white)
screen:print(240,120,"High Scores",white)
screen:print(240,130,"Cheats",white)
screen:print(240,140,"start gears of war",white)
screen:print(240,150,"Super mario kart",white)
screen:print(240,160,"Exit To XMB",white)
screen:print(170,200,"From DARC STUDIOS",red)
screen:print(170,210,"Codeing C98, Animation SO6",red)
if Music.playing() == true then
screen:print(10,10,"Music is playing",white)
end




-- These make it so when the variable "current" changes
-- so does the current menu selection
if current == 1 then
screen:print(240,100,"Start Main Game",red)
end
if current == 2 then
screen:print(240,110,"PONG",red)
end
if current == 3 then
screen:print(240,120,"High Scores",red)
end
if current == 4 then
screen:print(240,130,"Cheats",red)
end
if current == 5 then
screen:print(240,140,"start gears of war",red)
end
if current == 6 then
screen:print(240,150,"Super mario kart",red)
end
if current == 7 then
screen:print(240,160,"Exit To XMB",red)
end

if pad:up() and oldpad:up() ~= pad:up() then
current = current - 1
end
if pad:down() and oldpad:down() ~= pad:down() then
current = current + 1
end
--Makes it so the selection goes from the bottom to top
if current == 8 then
current = 1
end
if current == 0 then
current = 7
end
screen.waitVblankStart()
screen.flip()
oldpad = pad
end
now im getting loop is gettable on line20 which is the Font:setPixelSizes if i use a small f i get attempt to index global /font/(a nil value)
i have no idea whats wrong, because it was working befor i edited my index file, im getting really fed up with this now, becaue iv spent the last 4 hours sorting error and crap, this isnt even the main code, its just a crappy menu that iv been trying to get a font and mp3 to work with.*sigh*
linkinworm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 02:29 PM   #2
Enter Custom Title
 
dan369's Avatar
 
Join Date: Jan 2008
Real First Name: Dan
Location: Wales, cardiff
Just Played: Overlord 2
Posts: 1,308
Blog Entries: 1
Trader Feedback: 0
Default

have you tried renaming Font to something else

Code:
blah = Font.load("goW.ttf")
blah:setPixelSizes(20,20)
something like that?
dan369 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 02:54 PM   #3
 
linkinworm's Avatar
 
Join Date: Jan 2008
Posts: 256
Trader Feedback: 0
Default

yea i changed it to GW got the exact same thing,
linkinworm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 03:09 PM   #4
Developer and Tutor.
 
FaT3oYCG's Avatar
 
My Mood: Happy
Join Date: Jul 2007
Real First Name: Craig
Location: Widnes, England
Just Played: Life.
Posts: 1,646
Trader Feedback: 0
Default

you know the lua help thread is there for a reason

one so you dont get thousands of lua help me spam threads and two because that is where people first look to help you

ill look over your code and tell you whats wrong
__________________
------ FaT3oYCG -----
AKA Craig, call me what you want to It's your preference.
My Website: is down for a while ... I'll bring a new one back soon.

Currently working on:
(0) PGE Gears Of War - On hold (Very large project).
(0) PS???? - A tactical 2d side scrolling game involving AI and online multiplayer features. - Tile engine nearley finished (1 bug to fix).
FaT3oYCG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 03:12 PM   #5
 
linkinworm's Avatar
 
Join Date: Jan 2008
Posts: 256
Trader Feedback: 0
Default

Quote:
Originally Posted by FaT3oYCG
you know the lua help thread is there for a reason

one so you dont get thousands of lua help me spam threads and two because that is where people first look to help you

ill look over your code and tell you whats wrong
i was gona post there but i wasnt sure if anyone would reply as there as so many pages in that thread.
linkinworm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 03:27 PM   #6
Enter Custom Title
 
dan369's Avatar
 
Join Date: Jan 2008
Real First Name: Dan
Location: Wales, cardiff
Just Played: Overlord 2
Posts: 1,308
Blog Entries: 1
Trader Feedback: 0
Default

a while ago i had the same promblem, i just didn't solve it, deleted the font in the end
dan369 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 03:30 PM   #7
 
Join Date: Jan 2008
Posts: 612
Trader Feedback: 0
Default

See how you named your font simply, "Font"?
See how Font is already the table with all the font functions in it?
When you named your font, "Font", you removed all the Font stuff that was there, making it error. Name your font something else.
TurtlesPwn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 03:34 PM   #8
Developer and Tutor.
 
FaT3oYCG's Avatar
 
My Mood: Happy
Join Date: Jul 2007
Real First Name: Craig
Location: Widnes, England
Just Played: Life.
Posts: 1,646
Trader Feedback: 0
Default

Code:
Font = Font.load("GoW.ttf")
Font:setPixelSizes(20,20)
you cant have Font = Font.load because it is a used variable by the font procedures, try using myfont or menu_font like this

Code:
myfont = Font.load("GoW.ttf")
myfont:setPixelSizes(20,20)
also fonts are slow and make menus take forever to load so i dont advise it

go here

linkage
http://wiki.ps2dev.org/psp:lua_player:functions
__________________
------ FaT3oYCG -----
AKA Craig, call me what you want to It's your preference.
My Website: is down for a while ... I'll bring a new one back soon.

Currently working on:
(0) PGE Gears Of War - On hold (Very large project).
(0) PS???? - A tactical 2d side scrolling game involving AI and online multiplayer features. - Tile engine nearley finished (1 bug to fix).
FaT3oYCG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 03:37 PM   #9
Enter Custom Title
 
dan369's Avatar
 
Join Date: Jan 2008
Real First Name: Dan
Location: Wales, cardiff
Just Played: Overlord 2
Posts: 1,308
Blog Entries: 1
Trader Feedback: 0
Default

basically wat i said rename it
dan369 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 03:38 PM   #10
 
linkinworm's Avatar
 
Join Date: Jan 2008
Posts: 256
Trader Feedback: 0
Default

no changeing the Font = Font.... to myFont = Font.... doesnt work either im still getting gettable
linkinworm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 03:39 PM   #11
 
Join Date: Jan 2008
Posts: 612
Trader Feedback: 0
Default

If you have an EOF error it means you either missed an "end" or you have too many
TurtlesPwn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 03:39 PM   #12
Developer and Tutor.
 
FaT3oYCG's Avatar
 
My Mood: Happy
Join Date: Jul 2007
Real First Name: Craig
Location: Widnes, England
Just Played: Life.
Posts: 1,646
Trader Feedback: 0
Default

omg you phail you have not enough end's in your file as in you forgot to close an if you dont even need to tell me the error properly to make me know you are an lua spak, just go learn it properly and format your code or learn how to it will help
__________________
------ FaT3oYCG -----
AKA Craig, call me what you want to It's your preference.
My Website: is down for a while ... I'll bring a new one back soon.

Currently working on:
(0) PGE Gears Of War - On hold (Very large project).
(0) PS???? - A tactical 2d side scrolling game involving AI and online multiplayer features. - Tile engine nearley finished (1 bug to fix).
FaT3oYCG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 04:00 PM   #13
 
linkinworm's Avatar
 
Join Date: Jan 2008
Posts: 256
Trader Feedback: 0
Default

well this works when i dont use a font, but i really want to use because i dont have time to be creating images with the same font
i do have enough ends, because it works fine now. i did actualy have the font working at one point, i have it working on my other file perfect.
linkinworm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 04:23 PM   #14
 
Join Date: Jan 2008
Posts: 612
Trader Feedback: 0
Default

RENAME YOUR FONT
PROBLEM SOLVED
can't you listen?
TurtlesPwn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 04:28 PM   #15
 
linkinworm's Avatar
 
Join Date: Jan 2008
Posts: 256
Trader Feedback: 0
Default

i already said that doesnt work for me, i used Font in a different file and it works fine
Code:
Menu_Background = Image.load("GEARS BK.png")
GB = Image.load("GEARS BK.png")-- place holder pic of full screen
GMB = Image.load("GEARS_menu_background.png")

Mp3me.load("01 Gears of War.mp3")
Mp3me.play()

Font = Font.load("GoW.ttf")
Font:setPixelSizes(20,20)


--Colors
white = Color.new(255,255,255)
red = Color.new(255,0,0)
pink = Color.new(255, 0 , 153)
blue = Color.new(0 , 153, 255)
orange = Color.new(255, 102, 0)
gray = Color.new(153, 153, 153)
black = Color.new(0 , 0 , 0)
fontcolor = Color.new(255,0,0)



current = 1 --this is our current menu selection
oldpad = Controls.read()

while true do
	pad = Controls.read()
	screen:clear()
	screen:blit(0, 0, GMB)
	if pad:start() and current == 1 then
Mp3me.stop()
	dofile("menu.lua")
	end
screen:fontPrint(Font,250,140,"PRESS START",fontcolor)
	screen:print(1,250,"Linkinworm",red)
	screen:print(1,258,"C98",red)
	screen:print(405,250,"Supadan06",red)
	screen:print(449,258,"SO6",red)
	screen:print(200,258,"DARC STUDIOS",red)
	screen.waitVblankStart()
	screen.flip()
	oldpad = pad
end
and this works fine its just the second screen that its all messed up on(the 1st code)
linkinworm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 04:46 PM   #16

Developer
 
yaustar's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 2,317
Trader Feedback: 0
Default

Rename the variable you use to store the font in ALL scripts you are using/dofiling/whatever.
yaustar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 05:11 PM   #17
 
linkinworm's Avatar
 
Join Date: Jan 2008
Posts: 256
Trader Feedback: 0
Default

iv decided to rewrite the code from scratch, useing the font from the very start, i have it working now.
linkinworm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2008, 05:15 PM   #18
Enter Custom Title
 
waywardson's Avatar
 
Join Date: Mar 2007
Posts: 547
Trader Feedback: 0
Default

this is your third lua help thread in a short amount of time...u should really post in the stikied lua help thread or your going to get a lot of bashing on you
__________________
http://img489.imageshack.us/img489/5841/99862310tg8.jpg
Quote:
Originally Posted by qwerty6523
tobias what do you mean by a hump and run
plz explain what that is
Quote:
Originally Posted by jaymes
hump and run.. =] thats called a one night stand
waywardson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-01-2008, 10:11 AM   #19
Developer and Tutor.
 
FaT3oYCG's Avatar
 
My Mood: Happy
Join Date: Jul 2007
Real First Name: Craig
Location: Widnes, England
Just Played: Life.
Posts: 1,646
Trader Feedback: 0
Default

Quote:
Originally Posted by linkinworm
i already said that doesnt work for me, i used Font in a different file and it works fine
Code:
Menu_Background = Image.load("GEARS BK.png")
GB = Image.load("GEARS BK.png")-- place holder pic of full screen
GMB = Image.load("GEARS_menu_background.png")

Mp3me.load("01 Gears of War.mp3")
Mp3me.play()

Font = Font.load("GoW.ttf")
Font:setPixelSizes(20,20)


--Colors
white = Color.new(255,255,255)
red = Color.new(255,0,0)
pink = Color.new(255, 0 , 153)
blue = Color.new(0 , 153, 255)
orange = Color.new(255, 102, 0)
gray = Color.new(153, 153, 153)
black = Color.new(0 , 0 , 0)
fontcolor = Color.new(255,0,0)



current = 1 --this is our current menu selection
oldpad = Controls.read()

while true do
    pad = Controls.read()
    screen:clear()
    screen:blit(0, 0, GMB)
    if pad:start() and current == 1 then
Mp3me.stop()
    dofile("menu.lua")
    end
screen:fontPrint(Font,250,140,"PRESS START",fontcolor)
    screen:print(1,250,"Linkinworm",red)
    screen:print(1,258,"C98",red)
    screen:print(405,250,"Supadan06",red)
    screen:print(449,258,"SO6",red)
    screen:print(200,258,"DARC STUDIOS",red)
    screen.waitVblankStart()
    screen.flip()
    oldpad = pad
end
and this works fine its just the second screen that its all messed up on(the 1st code)
oh my god you dont listen and you dont take advise that you ask for all of the above and we have already told you not to call your font Font = Font.load() because of reasons that myself and tactical penguin pointed out we dont care if by some stange reason it works with a different font file, you also need it in the right directory but then it becames a problem that is not with your code but your stupid ass file structure, please just change it format your code and learn how to actually code properly, i dont care if you think you know how because you just dont you are not good enough yet hence all of your errors, there are plenty of sites, you are beccoming an annoyance because of your stupidity now, not to offend you, if you want extra help then add me on msn if you get a problem ask me instead of cluttering up the forums

my email is fatboycg@hotmail.co.uk

if you need simple lessons then i will be glad to give you lessons on msn when i have time but please just take this post and all of the above into mind

thanks

F@T3oYCG
__________________
------ FaT3oYCG -----
AKA Craig, call me what you want to It's your preference.
My Website: is down for a while ... I'll bring a new one back soon.

Currently working on:
(0) PGE Gears Of War - On hold (Very large project).
(0) PS???? - A tactical 2d side scrolling game involving AI and online multiplayer features. - Tile engine nearley finished (1 bug to fix).
FaT3oYCG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-01-2008, 10:31 AM   #20
Enter Custom Title
 
Join Date: Feb 2006
Location: National Front Disco
Posts: 13,063
Trader Feedback: 0
Default

Quote:
Originally Posted by FaT3oYCG
oh my god you dont listen and you dont take advise that you ask for all of the above and we have already told you not to call your font Font = Font.load() because of reasons that myself and tactical penguin pointed out we dont care if by some stange reason it works with a different font file, you also need it in the right directory but then it becames a problem that is not with your code but your stupid ass file structure, please just change it format your code and learn how to actually code properly, i dont care if you think you know how because you just dont you are not good enough yet hence all of your errors, there are plenty of sites, you are beccoming an annoyance because of your stupidity now, not to offend you, if you want extra help then add me on msn if you get a problem ask me instead of cluttering up the forums

my email is fatboycg@hotmail.co.uk

if you need simple lessons then i will be glad to give you lessons on msn when i have time but please just take this post and all of the above into mind

thanks

F@T3oYCG
The only annoying person in this thread is you. He is asking for help, not some ignorant, narrow-minded fool to tell him how stupid he his.
Please start using grammar, it is becoming increasingly difficult to read your posts. Maybe you should take a rest from LUA and look up what a full stop is.
Moose is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-01-2008, 10:48 AM   #21
Developer and Tutor.
 
FaT3oYCG's Avatar
 
My Mood: Happy
Join Date: Jul 2007
Real First Name: Craig
Location: Widnes, England
Just Played: Life.
Posts: 1,646
Trader Feedback: 0
Default

Quote:
Originally Posted by Moose Island
The only annoying person in this thread is you. He is asking for help, not some ignorant, narrow-minded fool to tell him how stupid he his.
Please start using grammar, it is becoming increasingly difficult to read your posts. Maybe you should take a rest from LUA and look up what a full stop is.
he was told a way to solve his problem and ignored it which is annoying, so i am not the only annoying person in this thread although i do admit i am annoying, i dont care how hard it is to read my posts because i usually have a short answer unless im ranting like now, i was pointing the fact out that he is ignoring people, and i like programming in lua more than English literature so maybe i dont want to learn how to use a full stop, maybe i can but choose not to

It is not hard to format a sentence correctly, but some people may choose not to. I choose not to use full grammar because it takes too long, also i am not writing anything that requires me to. Hence the reason why this post took so long.
__________________
------ FaT3oYCG -----
AKA Craig, call me what you want to It's your preference.
My Website: is down for a while ... I'll bring a new one back soon.

Currently working on:
(0) PGE Gears Of War - On hold (Very large project).
(0) PS???? - A tactical 2d side scrolling game involving AI and online multiplayer features. - Tile engine nearley finished (1 bug to fix).
FaT3oYCG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-01-2008, 10:54 AM   #22
Enter Custom Title
 
Join Date: Feb 2006
Location: National Front Disco
Posts: 13,063
Trader Feedback: 0
Default

Quote:
Originally Posted by FaT3oYCG
I choose not to use full grammar because it takes too long and i am not writing anything that requires me to. Hence the reason why this post took so long
You are writing a sentence, that requires two things; a capital letter and a full stop. Otherwise it wouldn't be a sentence, fool.
Moose is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-01-2008, 10:57 AM   #23
 
Join Date: Jan 2008
Posts: 612
Trader Feedback: 0
Default

A sentence also requires a subject and a verb, but whatever.
TurtlesPwn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-01-2008, 12:49 PM   #24
 
linkinworm's Avatar
 
Join Date: Jan 2008
Posts: 256
Trader Feedback: 0
Default

Quote:
Originally Posted by FaT3oYCG
he was told a way to solve his problem and ignored it which is annoying, so i am not the only annoying person in this thread although i do admit i am annoying, i dont care how hard it is to read my posts because i usually have a short answer unless im ranting like now, i was pointing the fact out that he is ignoring people, and i like programming in lua more than English literature so maybe i dont want to learn how to use a full stop, maybe i can but choose not to

It is not hard to format a sentence correctly, but some people may choose not to. I choose not to use full grammar because it takes too long, also i am not writing anything that requires me to. Hence the reason why this post took so long.
OMG you didn't read my post saying CHANGING FONT TO SOMETHINGELSE DOESNT WORK!!!!! if you think my code is copied then i wrote it again.
Code:
GB = Image.load("GEARS BK.PNG")

red = Color.new(255,0,0)
white = Color.new(255,255,255)

gears = Font.load("GoW.ttf")
gears:setPixelSizes(20,20)

current = 1
oldpad = Controls.read()
while true do
pad = Controls.read()
screen:clear()

if pad:cross() and current == 1 then
dofile("MAIN_GAME.lua")
end

if pad:cross() and current == 2 then
dofile("PONG_OPTIONS.lua")
end

if pad:cross() and current == 3 then
System.Quit()
end

screen:clear()
screen:blit(0, 0, GB)
screen:fontPrint(gears,250,120,"Start Main Game",red)
screen:fontPrint(gears,250,135,"Pong",red)
screen:fontPrint(gears,250,150,"Exit",red)

if current == 1 then
screen:fontPrint(gears,250,120,"Start Main Game",white)
end

if current == 2 then
screen:fontPrint(gears,250,135,"Pong",white)
end

if current == 3 then
screen:fontPrint(gears,250,150,"Exit",white)
end

if pad:up() and oldpad:up() ~= pad:up() then
current = current -1
end
if pad:down() and  oldpad:down() ~= pad:down() then
current = current + 1
end

if current == 4 then
current = 1
end
if current == 0 then
current = 3
end
screen.waitVblankStart()
screen.flip()
oldpad = pad
end
I even made a vid showing its my psp thats the problem not my F****** code watch this and you will see that my code is fine and work perfect with Font = Font.load()
http://youtube.com/watch?v=jAgz279M_1A
-= Double Post =-
dont matter now if fixed it on my own anyway

Last edited by linkinworm; 04-01-2008 at 02:32 PM.. Reason: Automerged Doublepost
linkinworm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
gettable , loop

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 02:10 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us