Custom numberplates allowed not only for automobiles (also fixes a blank numberplates bug)

This commit is contained in:
Silent 2014-06-23 17:27:54 +02:00
parent 675c2d114b
commit b5e5d140f7

View File

@ -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;