relief Posted August 26, 2013 Share Posted August 26, 2013 was messing with gamemodes today and saw this in ctf: local player = source --It's important. Trust me. this line is in a event handler function why is it important Link to comment
bandi94 Posted August 26, 2013 Share Posted August 26, 2013 Well it has no + or - using it that way. Maybe in the function was used "player" then the EventHandler was changed then to don't change every "player" to "source" it was a quick mode to do that. Link to comment
Markeloff Posted August 26, 2013 Share Posted August 26, 2013 It's a problem of arguments. Every function needs some arguments or maybe not. As Bandi said it was a quick mode to do it. 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