![]() |
[Suggestion] Faster spectator mode & OnPlayerRequestClass - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40) --- Forum: Questions and Suggestions (https://forum.open.mp/forumdisplay.php?fid=42) --- Thread: [Suggestion] Faster spectator mode & OnPlayerRequestClass (/showthread.php?tid=1375) |
Faster spectator mode & OnPlayerRequestClass - Godfather - 2020-11-24 Is there any option to make spectator mode "faster" when toggling. I can see skin mesh for a second every time and I would like to make it cleaner and smoother. I'm trying to do some cinematic scene when player connects but OnPlayerRequestClass is called even though I put it there in spectator mode. My suggestion would be to able in script?to disable this callback at all if we don't want to use it, also F4 button ingame is abusable by players on RP servers. RE: Faster spectator mode & OnPlayerRequestClass - JR_Junior - 2021-02-06 Maybe you are doing something wrong, because currently I use InterpolateCameraPos and InterpolateCameraLookAt to create camera movement while the player is not logged in. Every 50 seconds, if the player is still on the login screen, the camera continues to move in predefined random locations. Here is an example of the system I use and works without problems: PHP Code: public OnPlayerConnect(playerid) |