
if(self.score >= 4300)
{
self maps\mp\gametypes\_hud_message::killstreakSplashNotify("nuke", 1337);
self maps\mp\killstreaks\_killstreaks::giveKillstreak("nuke", false);
wait 5;
self thread maps\mp\gametypes\_hud_message::hintMessage("^2You WON Launch Your Nuke!!!!");
}
you know alot of stuff: