script 800-899

This commit is contained in:
Nikolay Korolev 2020-01-03 19:48:13 +03:00
commit 0723dade76
24 changed files with 1329 additions and 132 deletions

7
src/weapons/BulletInfo.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
class CBulletInfo
{
public:
static bool TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2);
};