0 Members and 1 Guest are viewing this topic.
I'm pretty sure you can mod the grenade gfx to make something like this already.
How does this work, does everyone get flashed no matter what?
Quote from: miketh2005 on July 10, 2009, 07:31:20 pmDonate to enesceHAHAHAHAHAHAHA
Donate to enesce
Quote from: excruciator on May 04, 2009, 06:08:15 pmHow does this work, does everyone get flashed no matter what?There would probably be some kinda realistic mode implementation done to to normal mode, where the flash would only show if it was actually in your field of vision.
So everyone get flashed since everything on your screen is in the field of vision.That's kinda useless
[...]//Shame it has to be shown to everybody in the map...procedure OnPlayerSpeak(ID: Byte; Text: string);beginif Text = '!flash' then begin DrawText(0,'||',110,RGB(255,255,255),40,-2500,-500);end;end;[...]