22.04.2012, 15:58
Thank y'all guys, now I've got a little problem; the places look in the /tutorial too bad, all the textures are gone! Look at the picture. Did I do this right by setting both Camera functions to the same value?
Second problem: The player can see the map and the chat. How to hide them in the tutorial except "TogglePlayerControllable" for the player?
By the way, thanks y'all, I gave y'all reputation!
PHP код:
stock PlayerTutorial(playerid, stage)
{
switch(stage)
{
case 0:
{
SetPlayerCameraLookAt(playerid, 2442.1577,-1660.6066,27.4470);
SetPlayerCameraPos(playerid, 2442.1577,-1660.6066,27.4470);
SendClientMessage(playerid, -1, "part 1: blabalablalbala");
CurrentStage[playerid] = 0;
}
case 1:
{
SetPlayerCameraLookAt(playerid, 2384.9014,-1667.0778,13.5469);
SetPlayerCameraPos(playerid, 2384.9014,-1667.0778,13.5469);
SendClientMessage(playerid, -1, "part 2: blabalablalbala");
CurrentStage[playerid] = 1;
}
}
}
By the way, thanks y'all, I gave y'all reputation!

