From b5e5d140f73812e483efee00e9a9359dba835a2d Mon Sep 17 00:00:00 2001 From: Silent Date: Mon, 23 Jun 2014 17:27:54 +0200 Subject: [PATCH] Custom numberplates allowed not only for automobiles (also fixes a blank numberplates bug) --- SilentPatch/dllmain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SilentPatch/dllmain.cpp b/SilentPatch/dllmain.cpp index 9f48f4a..3037af1 100644 --- a/SilentPatch/dllmain.cpp +++ b/SilentPatch/dllmain.cpp @@ -2393,6 +2393,7 @@ __forceinline void Patch_SA_10() InjectMethodVP(0x6D6A58, CVehicle::CustomCarPlate_TextureCreate, PATCH_NOTHING); InjectMethodVP(0x6D651C, CVehicle::CustomCarPlate_BeforeRenderingStart, PATCH_NOTHING); //InjectMethodVP(0x6D0E53, CVehicle::CustomCarPlate_AfterRenderingStop, PATCH_NOTHING); + Nop(0x6D6517, 2); // Fixed police scanner names char* pScannerNames = *(char**)0x4E72D4;