Page 1 of 1

i need cheats for 13.9

Posted: Wed Jul 20, 2016 7:08 pm
by Jesus8000
/c local surface = game.local_player.surface;
for y=-2,2 do
for x=-2,2 do
surface.create_entity({name="iron-ore", amount=25000000, position={game.local_player.position.x+x, game.local_player.position.y+y}})
end
end

dosnt work anymore?
i just wanna have some time to build my base, instead of serching and planting mining drills all the time

Re: i need cheats for 13.9

Posted: Wed Jul 20, 2016 7:10 pm
by daniel34
Replace local_player with player.

Re: i need cheats for 13.9

Posted: Wed Jul 20, 2016 7:13 pm
by Jesus8000
nice thx brah

finish cheat for all wo serch after these problem in google

/c local surface = game.player.surface;
for y=-2,2 do
for x=-2,2 do
surface.create_entity({name="iron-ore", amount=25000000, position={game.player.position.x+x, game.player.position.y+y}})
end
end