Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.27 KB | None | 0 0
  1.     if(dialogid == DIALOG_REGSTEP_4)
  2.     {
  3.         if(response == 1)
  4.         {
  5.             switch (listitem)
  6.             {
  7.                 case 0://Ja Tutorial
  8.                 {
  9.                     SendClientMessage(playerid, COLOR_GREEN, "Es folgt das Tutorial...");
  10.                     RegistrationStep[playerid] = 0;
  11.                     TutTime[playerid] = 1;
  12.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement