Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Gammix
Update - 23/09/2015- Added new stock (get player camera's movement speed)
pawn Код:
Float: GetPlayerCameraSpeed(playerid);
- Added new callback (called whenever player camera changes position
pawn Код:
public OnPlayerCameraUpdate(playerid, Float:oldx, Float:oldy, Float:oldz, olddir, Float:newx, Float:newy, Float:newz, newdir)
Done basically for those who want acceleration for camera and use things related to camera position updates.
|
The suggestions would still be better... D:
It's fine though, I can manage...
Your libraries are always promising.