Untitled

 avatar
unknown
plain_text
a month ago
216 B
5
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