06.12.2013, 17:06
Okay, thanks. Could you use ALS hooking for functions? Only redefining would cause conflicts with another includes that are hooking it, too.
I did it for you as I couldn't wait for the update.
I did it for you as I couldn't wait for the update.

PHP код:
#if defined _ALS_SetPlayerPos
#undef SetPlayerPos
#else
#define _ALS_SetPlayerPos
#endif
#if defined _ALS_SetPlayerPosFindZ
#undef SetPlayerPosFindZ
#else
#define _ALS_SetPlayerPosFindZ
#endif
#if defined _ALS_PutPlayerInVehicle
#undef PutPlayerInVehicle
#else
#define _ALS_PutPlayerInVehicle
#endif
#define SetPlayerPos AB_SetPlayerPos
#define SetPlayerPosFindZ AB_SetPlayerPosFindZ
#define PutPlayerInVehicle AB_PutPlayerInVehicle
