Tutorial - Question on how to make it
#10

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?

PHP код:
stock PlayerTutorial(playeridstage)
{
    switch(
stage)
    {
        case 
0:
        {
            
SetPlayerCameraLookAt(playerid2442.1577,-1660.6066,27.4470);
            
SetPlayerCameraPos(playerid2442.1577,-1660.6066,27.4470);
            
SendClientMessage(playerid, -1"part 1: blabalablalbala");
            
CurrentStage[playerid] = 0;
        }
        case 
1:
        {
            
SetPlayerCameraLookAt(playerid2384.9014,-1667.0778,13.5469);
            
SetPlayerCameraPos(playerid2384.9014,-1667.0778,13.5469);
            
SendClientMessage(playerid, -1"part 2: blabalablalbala");
            
CurrentStage[playerid] = 1;
        }
    }

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!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)