if(PlayerInfo[playerid][pTutDone] == 0)
{
SetPlayerCameraPos(playerid, 1796.2111, -1743.2144, 24.9680);
SetPlayerCameraLookAt(playerid, 1796.9711, -1742.5735, 24.9130);
SafeSetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
TogglePlayerControllable(playerid, 0);
// Clears the chat-box for the user
ClearChatbox(playerid, 100);
// Sends the client messages
SendClientMessage(playerid, COLOR_LIGHTBLUE,"::..Los Santos Police Department..::");
SendClientMessage(playerid, COLOR_WHITE,"This is a fuck off test!");
}
if(PlayerInfo[playerid][pTutDone] == 0)
{
SetPlayerCameraPos(playerid, 1796.2111, -1743.2144, 24.9680);
SetPlayerCameraLookAt(playerid, 1796.9711, -1742.5735, 24.9130);
SafeSetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
TogglePlayerControllable(playerid, 0);
// Clears the chat-box for the user
ClearChatbox(playerid, 100);
// Sends the client messages
SendClientMessage(playerid, COLOR_LIGHTBLUE,"::..Los Santos Police Department..::");
SendClientMessage(playerid, COLOR_WHITE,"This is a fuck off test!");
return 1;
}
SetPlayerCameraPos(playerid, 1796.2111, -1743.2144, 24.9680); SetPlayerCameraLookAt(playerid, 1796.9711, -1742.5735, 24.9130); |
SetPlayerCameraPos(playerid, 1796.2111, -1743.2144, 24.9680);
SetPlayerPos(playerid,1796.2111, -1743.2144, 10.9680); //i teleport player under the ground, so he will be close the the camera point.
TogglePlayerControllable(playerid,0); // 0 = freeze. 1 = unfreeze
I need help doing this, haha, The graphical stuff is not loading rite, Anyone know why?
|