diff options
Diffstat (limited to 'src/control/Script.h')
-rw-r--r-- | src/control/Script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index 22711005..d14abe9d 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -351,7 +351,9 @@ public: void LocateCharObjectCommand(int32, uint32*); #endif void LocateCarCommand(int32, uint32*); +#if GTA_VERSION > GTA3_PS2_160 void LocateSniperBulletCommand(int32, uint32*); +#endif void PlayerInAreaCheckCommand(int32, uint32*); void PlayerInAngledAreaCheckCommand(int32, uint32*); void CharInAreaCheckCommand(int32, uint32*); |