mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 15:23:02 +05:00
Disable TrueInvicibility in SAMP
This commit is contained in:
parent
21d6ed5cc3
commit
60c4eb3b66
1 changed files with 1 additions and 1 deletions
|
@ -2829,7 +2829,7 @@ BOOL InjectDelayedPatches_10()
|
||||||
}
|
}
|
||||||
|
|
||||||
// True invicibility - not being hurt by Police Maverick bullets anymore
|
// True invicibility - not being hurt by Police Maverick bullets anymore
|
||||||
if ( const int INIoption = GetPrivateProfileIntW(L"SilentPatch", L"TrueInvicibility", -1, wcModulePath); INIoption != -1 )
|
if ( const int INIoption = GetPrivateProfileIntW(L"SilentPatch", L"TrueInvicibility", -1, wcModulePath); INIoption != -1 && !bSAMP )
|
||||||
{
|
{
|
||||||
using namespace TrueInvicibility;
|
using namespace TrueInvicibility;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue