mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-25 14:52:30 +01:00
Disable TrueInvicibility in SAMP
This commit is contained in:
parent
21d6ed5cc3
commit
60c4eb3b66
@ -2829,7 +2829,7 @@ BOOL InjectDelayedPatches_10()
|
||||
}
|
||||
|
||||
// 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user