17.09.2012, 21:22
Hi there,
I have made an interpolate camera at login, but I'd like it to be different and random everytime someone connects, and gets the login box. I have a vague idea of how I could do this, but I'm not sure whether I can apply it to this.
I have made an interpolate camera at login, but I'd like it to be different and random everytime someone connects, and gets the login box. I have a vague idea of how I could do this, but I'm not sure whether I can apply it to this.
Код:
public LoginCamera(playerid) { InterpolateCameraPos(playerid, 291.079193, 62.431571, 7.633911, 619.964294, 319.335174, 24.199625, 20000); InterpolateCameraLookAt(playerid, 295.107452, 65.330856, 7.027944, 615.965454, 316.333953, 24.242885, 20000); TogglePlayerControllable(playerid, 0); return 1; }