hardpointMomentum()
{
self endon( "disconnect" );
radarMomentum = GetDvarInt( #"twar_momentumRadar");
artilleryMomentum = GetDvarInt( #"twar_momentumArtillery");
dogsMomentum = GetDvarInt( #"twar_momentumDogs");
for(;
{
self waittill ( "hardpoint_used", hardpointType );
amount = 1;
switch( hardpointType )
{
case "radar_mp":
amount = radarMomentum;
break;
case "artillery_mp":
amount = artilleryMomentum;
break;
case "dogs_mp":
amount = dogsMomentum;
break;
}
updateMomentum( self.pers["team"], amount );
Copyright © 2026, NextGenUpdate.
All Rights Reserved.