07-20-2011, 19:51
Hi all,
I have a problem on adding score to the team that your in, this is the code that I used for the action:
level.players[i] is your own player.
Any idea on how to fix this?
I have a problem on adding score to the team that your in, this is the code that I used for the action:
Code:
maps\mp\gametypes\_globallogic_score::_setTeamScore( level.players[i].team, level.players[i].team["score"]+500 );
Any idea on how to fix this?