Change the server connect screen?
#1

How could I change this screen? I attempted to add my own:

pawn Код:
public OnPlayerConnect(playerid)
{
    SetPlayerPos(playerid, -1576.5631,-2119.3020,87.9389);
    SetPlayerCameraPos(playerid, -1565.6077,-2133.2703,87.9389);
    SetPlayerCameraLookAt(playerid, -1498.9357,-2163.6809,21.9634);
    TogglePlayerControllable(playerid, 0);
But it doesn't work. I've seen a few servers that somehow modified it. How could I do this?


EDIT: I've also used onplayerequestclass.
Reply
#2

Using SetPlayerCameraPos & SetPlayerCameraLookAt.

Try and then say, Maybe this would work.
Reply
#3

I have.
Reply
#4

TogglePlayerSpectating, then set a timer for 500ms and then put your camera shizzle.
Reply
#5

Just spawn the player and put your LookAt code under onplayerspawn
Reply
#6

Quote:
Originally Posted by (*|Flake|*)
Посмотреть сообщение
Just spawn the player and put your LookAt code under onplayerspawn
Terrible idea, especially if OnPlayerRequestClass is to be used.
Reply
#7

What kind of connection screen do you mean, like the Godfather edits such as HZRP and NGG?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)