How do I make a free moving camera?
#1

How do I make a camera be able to move with my mouse. I've been trying, but I have yet to find a way to do it.

I want to be able to make it so I can set my camera somewhere, then let me be able to move my view around freely.

If anyone can help, I'd be appreciative.
Reply
#2

There's filterscript in default samp pack it's called "flymode".
In console write "loadfs flymode" (w/o ") and to activate in game type "/flymode" (w/o ")
Reply
#3

Quote:
Originally Posted by MicroD
View Post
There's filterscript in default samp pack it's called "flymode".
In console write "loadfs flymode" (w/o ") and to activate in game type "/flymode" (w/o ")
Is there any way of getting this inside of my filterscript instead? Like an include or something.
Reply
#4

You have function headers such as: OnGameModeInit...

Just copy and paste the code, from one function header to it's equivalent in the other filterscript. Make sure you indent your code properly, or you could fuck your mode up beyond belief.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)