09.02.2019, 00:44
Quote:
Why bother making extra variables and assignments here? This can be useful when you have more code but this is just a short bit of code why bother?
Code:
pPos[0] = NavData[pNavID[playerid]][NAV_X]; pPos[1] = NavData[pNavID[playerid]][NAV_Y]; pPos[2] = NavData[pNavID[playerid]][NAV_Z]; |