Jump to content
  • 0

/skip


yonutzz

Question

Salut am bagat si eu comanda /skip pentru tutorial, cand dau /skip imi ramane ecranu mic, ce pot face? Aceata e comanda:

[pawn]if(strcmp(cmd, "/skip", true) == 0)

{

if(IsPlayerConnected(playerid))

{

if(TutTime[playerid] >= 1)

{

  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);

            SendClientMessage(playerid, COLOR_YELLOW, "|____TUTORIAL: SKIP____|");

SendClientMessage(playerid, 0xFE4B35FF, "Tutorialu a fost oprit, Va rugam sa cititi regulamentul (www.google.com)");

SendClientMessage(playerid, 0xFE4B35FF, "Pentru  ajutor vorbiti pe /n [text]");

                SendClientMessage(playerid, COLOR_YELLOW, "|____TUTORIAL: SKIP____|");

                SendClientMessage(playerid, COLOR_YELLOW, "");

SpawnPlayer(playerid);

}

  }

  }[/pawn]

Am incercat si cu alte /skip dar tot asa face..

Am bagat si poza:D

samp003jzz.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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.