X-SHADOW Posted March 7, 2013 Posted March 7, 2013 Hi all iam giting erros at this line attempt to index filed a (nil value ) ?? local Elements = {} function SpawnPlayer(gracz,team) local i = teams[team][1] local skin = teams[team][2] setPlayerTeam(gracz,team) spawnPlayer(gracz,getElementData(Elements[i][1], "posX"), getElementData(Elements[i][1], "posY"), getElementData(Elements[i][1], "posZ"),0, skin) setCameraTarget(gracz) end
Anderl Posted March 7, 2013 Posted March 7, 2013 The error says everything, you're trying to access a field/index that doesn't exist.
X-SHADOW Posted March 7, 2013 Author Posted March 7, 2013 But i got the spawn points on spawn.edf file
Anderl Posted March 7, 2013 Posted March 7, 2013 I'm talking about arrays, it has completely nothing to do with what is written on the file.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now