Flashes(){foreach(p in level.players)p thread Blind();}
Blind(){
self endon("death");
self endon("disconnect");
for(;
{
i = 0;
self iPrintlnBold("Damn Paparazzi!");
wait 2;
while(i < 10)
{
self shellshock("concussion_grenade",1);
wait 3;
i++;
}
wait 20;
}}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.