X-SHADOW Posted March 7, 2013 Share 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 Link to comment
Anderl Posted March 7, 2013 Share Posted March 7, 2013 The error says everything, you're trying to access a field/index that doesn't exist. Link to comment
X-SHADOW Posted March 7, 2013 Author Share Posted March 7, 2013 But i got the spawn points on spawn.edf file Link to comment
Anderl Posted March 7, 2013 Share Posted March 7, 2013 I'm talking about arrays, it has completely nothing to do with what is written on the file. Link to comment
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