fdfdfdf

Sistema de tutorial - Samp

Nov 20th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. #define TUTORIAL 9508
  2. //--------------------------//
  3.  
  4. //Final do dialog de registro
  5. SendClientMessage(playerid,GRAY,"Sua conta fui criada.");
  6. ShowPlayerDialog(playerid,9508, DIALOG_STYLE_MSGBOX, "Tutorial", "Este e um tutorial", "Continuar", "");
  7.  
  8. //--------------------------//
  9. if(dialogid == 9508)
  10. {
  11. if(!response) return KickEx(playerid);
  12. {
  13.  
  14. ShowPlayerDialog(playerid,9509, DIALOG_STYLE_MSGBOX, "Tutorial", "Este e um tutorial", "Continuar", "");
  15. }
  16. return 1;
  17. }
  18.  
  19. if(dialogid == 9509)
  20. {
  21. if(!response) return KickEx(playerid);
  22. {
  23. ShowPlayerDialog(playerid,9510, DIALOG_STYLE_MSGBOX, "Tutorial", "Este e um tutorial", "Continuar", "");
  24. }
  25. return 1;
  26. }
  27.  
  28. if(dialogid == 9510)
  29. {
  30. if(!response) return KickEx(playerid);
  31. {
  32. ShowPlayerDialog(playerid,9511, DIALOG_STYLE_MSGBOX, "Tutorial", "Este e um tutorial", "Continuar", "");
  33. SpawnPlayer(playerid);
  34. Logado[playerid] = 1;
  35. }
  36. return 1;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment