Dear forum users! In compliance with the new European GDPR regulations, we'd just like to inform you that if you have an account, your email address is stored in our database. We do not share your information with third parties, and your email address and password are encrypted for security reasons.

New to the forum? Say hello in this topic! Also make sure to read the rules.

What's the script?

Here you can find answered ScriptAPI topics.
Forum rules
By using the forum you agree to the following rules.
Post Reply
DoranIsHere
Meatbag
Posts: 4
Joined: Mon Apr 11, 2016 8:16 pm

What's the script?

Post by DoranIsHere » Sat Jun 04, 2016 3:47 pm

Hello, i have seen some sort of scripts that u cant change your camera view.
Does anyone know the script?
If yes, can you tell me?
Thanks
-doran
0 x

Hoang Marcel
Superfighter
Superfighter
Posts: 62
Joined: Sun Mar 20, 2016 3:40 am
Title: Custom map lover
Started SFD: PreAlpha 1.6.4
Location: Vietnam
Gender:

Post by Hoang Marcel » Sat Jun 04, 2016 4:05 pm

Here:

public void OnStartup(){
Game.SetAllowedCameraModes(CameraMode.Dynamic);
Game.SetCurrentCameraMode(CameraMode.Dynamic);
}
0 x

Post Reply