Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - #define TUTORIAL 9508
 - //--------------------------//
 - //Final do dialog de registro
 - SendClientMessage(playerid,GRAY,"Sua conta fui criada.");
 - ShowPlayerDialog(playerid,9508, DIALOG_STYLE_MSGBOX, "Tutorial", "Este e um tutorial", "Continuar", "");
 - //--------------------------//
 - if(dialogid == 9508)
 - {
 - if(!response) return KickEx(playerid);
 - {
 - ShowPlayerDialog(playerid,9509, DIALOG_STYLE_MSGBOX, "Tutorial", "Este e um tutorial", "Continuar", "");
 - }
 - return 1;
 - }
 - if(dialogid == 9509)
 - {
 - if(!response) return KickEx(playerid);
 - {
 - ShowPlayerDialog(playerid,9510, DIALOG_STYLE_MSGBOX, "Tutorial", "Este e um tutorial", "Continuar", "");
 - }
 - return 1;
 - }
 - if(dialogid == 9510)
 - {
 - if(!response) return KickEx(playerid);
 - {
 - ShowPlayerDialog(playerid,9511, DIALOG_STYLE_MSGBOX, "Tutorial", "Este e um tutorial", "Continuar", "");
 - SpawnPlayer(playerid);
 - Logado[playerid] = 1;
 - }
 - return 1;
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment