01.06.2009, 19:39
Hey guys!
I made a scurity camera script and now when i do at PlayerToPoint(LSPD) for example /camera1 it does these:
But the quality is very very very VERY poor, because im not near of that?
Do i need to SetPlayerPos to near that camera position? I really dont want that...
And btw now when that sets players interior to 0, will the player be invisible to others?
Maybe there is other way to make this working?
I made a scurity camera script and now when i do at PlayerToPoint(LSPD) for example /camera1 it does these:
Quote:
camera[playerid]=1; TogglePlayerControllable(playerid, 0); SetPlayerInterior(playerid,0); SetPlayerCameraPos( playerid, 1506.1291, -1619.4218, 28.9907 ); SetPlayerCameraLookAt( playerid, 1514.7668, -1622.3961, 24.9233 ); |
Do i need to SetPlayerPos to near that camera position? I really dont want that...
And btw now when that sets players interior to 0, will the player be invisible to others?
Maybe there is other way to make this working?