Sharris

Sharris

(Aaron)
Открыть в Steam
Steam ID
Steam2
Steam3
Steam64

Информация

Дата регистрации
01.06.2014
Страна
US
О себе
CS:GO hit logic:

bool WasHit(APawn* Actor, APawn* OtherActor, FHitParams HitParams)
{
if (Actor && OtherActor)
{
// Ignore the hit parameters, this is source engine
// Make up a random number between 1 and 5 and if its 3 it hits,
// Regardless of aim
int32 hit = FRand(0,5);
if (hit == 3 )
return true;

}
return false;
}Who's Gaming Now?! runs a website and live stream that promotes all kinds of games from the diverse catalog of Steam. We help promote developers, run giveaways, offer beta testing opportunities and more.

Our website has moved to:
http://whosgamingnow.net

Our Website[whosgamingnow.net]
Follow us on Twitch[twitch.tv]