[Tool/Web/Other] MMO Camera
#1

Or something like that

The entire system will consist of a few lines,
only need to add a OnPlayerUpdate:
Код:
new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid,x,y,z);
    
    SetPlayerCameraPos(playerid, x-5, y, z+5);
    SetPlayerCameraLookAt(playerid, x-4, y, z+4);
And spawn right to remove or not connected to the chamber (as SetPlayerBehindCamera)

Maked by Me ~ 15 minute and then at a rate

Picture:

Good Luck!
Reply


Messages In This Thread
MMO Camera - by SnoopDy - 14.03.2015, 14:17
Re: MMO Camera - by Isolated - 14.03.2015, 14:46
Re: MMO Camera - by CalvinC - 14.03.2015, 15:00
Re: MMO Camera - by SnoopDy - 14.03.2015, 18:25
Re: MMO Camera - by Excel™ - 15.03.2015, 09:13

Forum Jump:


Users browsing this thread: 1 Guest(s)