Hey i made this code fast, it does popup 1 + in centerprint when you kill someone.
Please tell me or help me get it bether if you want.
package scorepopup
{
function GameConnection::setScore(%client, %flag)
{
parent::setScore(%client, %flag);
if(%flag % 1 == 0)
commandToClient(%client,'centerPrint',"<color:ACC122><font:lol:30>1 +");
schedule(500,0,commandToClient,%client,'centerPrint',"");
}
};
activatePackage(scorepopup);
I hope to get it most like its in MW2 or something if it's worth it