14.11.2018, 16:00
FCNPC_GoTo works for drivers too.
Problem might be that you didn't set up MapAndreas correctly.
Download MapAndreas and install it.
Then put this into OnFilterScriptInit or OnGameModeInit:
Otherwise FCNPC cannot get any map height data.
Problem might be that you didn't set up MapAndreas correctly.
Download MapAndreas and install it.
Then put this into OnFilterScriptInit or OnGameModeInit:
Код:
MapAndreas_Init(MAP_ANDREAS_MODE_FULL); FCNPC_InitMapAndreas(MapAndreas_GetAddress());