Untitled

 avatar
unknown
plain_text
25 days ago
200 B
10
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