31.10.2012, 20:37
pawn Код:
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!");
}