SetPlayerCameraLookAt
#1

To SetPlayerCameraLookAt in 0.3e a parameter has been added. I am compiling with 0.3z files. Problem: Whenever adding CAMERA_CUT or CAMERA_MOVE to my SetPlayerCameraLookAt it tells me: Number of arguments does not match.

pawn Код:
SetPlayerCameraLookAt(playerid, 1.0, 1.0, 1.0, CAMERA_MOVE);
It works like that:

pawn Код:
SetPlayerCameraLookAt(playerid, 1.0, 1.0, 1.0);
Reply
#2

I compiled with 0.3z files and CAMERA_MOVE included in the function without the warning you got. Update the server package (executables + includes) again.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)