mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 22:15:27 +00:00
fixed remote
This commit is contained in:
parent
01bbb0530b
commit
fe53007919
3 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@
|
|||
#include "patcher.h"
|
||||
#include "Remote.h"
|
||||
|
||||
WRAPPER void CRemote::GivePlayerRemoteControlledCar(float, float, float, float) { EAXJMP(0x435C30); }
|
||||
WRAPPER void CRemote::GivePlayerRemoteControlledCar(float, float, float, float, uint16) { EAXJMP(0x435C30); }
|
||||
WRAPPER void CRemote::TakeRemoteControlledCarFromPlayer(void) { EAXJMP(0x435DA0); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue