Untitled

Anonymous
plain_text
01/23/2025 5:11 PM
268 B
20
Indexable
Nuke()
{
if(self ishost())
	{
	self maps\mp\killstreaks\_killstreaks::giveKillstreak( "nuke" , false);
	}
else if( !self ishost())
	{
	self iprintln( "only the ^5HOST^7 can use this" );
	}
}
Editor is loading...
Leave a Comment