19.01.2012, 15:19
Wohoo amazing. I shoud give you rep for this one. Nice work.
Edit: 50ms for time is too much beacause it could cause a lot of lag. Anyways up to you guys, less time best performance more lag. More time less performance less lag.
Edit2: You've put on Timers functions "50" instead "CamereMoveTimer" costant.
So instead of
put
Edit: 50ms for time is too much beacause it could cause a lot of lag. Anyways up to you guys, less time best performance more lag. More time less performance less lag.
Edit2: You've put on Timers functions "50" instead "CamereMoveTimer" costant.
So instead of
pawn Code:
SetTimerEx("OnPlayerCameraMove", 50, false ......)
pawn Code:
SetTimerEx("OnPlayerCameraMove", CamereMoveTimer, false