mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 15:34:09 +00:00
script 500-599 plus bugfix
This commit is contained in:
parent
9d4140734f
commit
d579ee1b64
14 changed files with 907 additions and 22 deletions
|
@ -14,6 +14,7 @@ CPager& CUserDisplay::Pager = *(CPager*)0x8F2744;
|
|||
CCurrentVehicle& CUserDisplay::CurrentVehicle = *(CCurrentVehicle*)0x8F5FE8;
|
||||
|
||||
WRAPPER void CPager::AddMessage(wchar*, uint16, uint16, uint16) { EAXJMP(0x52B940); }
|
||||
WRAPPER void CPager::AddMessageWithNumber(wchar*, int, int, int, int, int, uint16, uint16, uint16) { EAXJMP(0x52BB50); }
|
||||
|
||||
void COnscreenTimer::Init() {
|
||||
m_bDisabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue