Forums Index >> Modding >> Changing The Score



Page : <1> :


Changing the score of thinktanks for BM killing is quite simple,

Find

 


if ($Game::MissionType $= "Deathmatch")
{
// this is a score...
if ($Game::TeamGame)
{
if (%killer.client.team.getId() != %client.team.getId())
%killer.incScore(1,1);
}
else
%killer.incScore(1,1);
}
%killer.client.kills++;
}
else
{

 

There you can change the BM score.

Not real obvoius, yet so

yes im a girl and yes this is my anime crush

 

Monday, October 30, 2006 at 8:30:22 AM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald