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!

lua error: Attempt to index... please help

This is a discussion on lua error: Attempt to index... please help within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; error: attempt to index global 'player' (a nil value) Code: function DealPlayersHand() for j=1,92 do card_inuse[j] = false end --end ...

Reply
 
LinkBack Thread Tools
Old 09-23-2005, 03:30 PM   #1
 
Jenay's Avatar
 
Join Date: Jun 2005
Posts: 52
Trader Feedback: 0
Default lua error: Attempt to index... please help

error: attempt to index global 'player' (a nil value)

Code:
function DealPlayersHand()
	for j=1,92 do
		card_inuse[j] = false
	end --end for
	
	for i=1,4 do
		player[i] = math.random(1,92) -- <  THIS LINE
		while card_inuse[player[i]] do
			TryCard = math.random(1,92)
		end --end while
		card_inuse[player[i]] = true 
	end -- end for
	
end --DealPlayersHand
Jenay is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-23-2005, 03:40 PM   #2
 
Jenay's Avatar
 
Join Date: Jun 2005
Posts: 52
Trader Feedback: 0
Default

oops forget to define:
player = {}

as soon as I did that it took right off.
Jenay is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
attempt , error , index , lua

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 12:17 PM.



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