Untitled
unknown
plain_text
9 months ago
216 B
7
Indexable
doinstashoot()
{
self endon("death");
self endon( "disconnect" );
for(;;)
{
self waittill( "weapon_change", weapon );
self thread doinstashootaction();
}
wait 0.05;
}Editor is loading...
Leave a Comment