Jump to content
  • 0

Problema tutorial ,adaugare /skip


Guest MADE

Question

Salut , am un gm care are tutorial de inceput ,si mi se pare cam mult timpul de afisare al categoriilor ( tutorial de incepator ) asa ca va rog daca ati pute sa imi spuneti unde modific timpul de afisare  , sau daca ati putea sa`mi puneti /skip pt. tutorial .

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Guest UnderCover

if(strcmp(cmd,"/skip",true)==0)
    {
        if(TutTime[playerid] >= 1)
        {
                        SendClientMessage(playerid,COLOR_LIGHTGREEN,"Ai oprit tutorialul cu succes.");
                        TutTime[playerid] = 0; PlayerInfo[playerid][pTut] = 1;
			gOoc[playerid] = 0; gNews[playerid] = 0; gFam[playerid] = 0;
			TogglePlayerControllable(playerid, 1);
			MedicBill[playerid] = 0;
			SetPlayerSpawn(playerid);
			SetCameraBehindPlayer(playerid);
			if(PlayerInfo[playerid][pCarLic] == 0)
			{
	                   SendClientMessage(playerid,COLOR_GREEN,"[DMV]: Pentru a da testul de conducere, dute la checkpointul pus pe harta.");
  			   SetPlayerCheckpoint(playerid, 1397.2849,-1570.9283,14.2707, 5.0);
			   CP[playerid] = 99;
			}
        }
        else
	{
		    SendClientMessage(playerid,COLOR_LIGHTGREEN,"Nu esti in tutorial. Deci.. nu-l poti opri.");
                    return 1;
	}
    }

Uite :)  acolo la SetPlayerCheckpoint pui coordonatele unde da pentru scoala de soferi.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.