Imnotlife

System de labă

Mar 26th, 2024 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | Gaming | 0 0
  1. #define Laba_D 999
  2.  
  3. new WankTime[MAX_PLAYERS];
  4.  
  5. CMD:laba(playerid)
  6. {
  7. new text[2500];
  8. //-------------------------------------------------------------------------
  9. switch(PlayerInfo[playerid][Language])
  10. {
  11. case 0:
  12. {
  13. format(text, 2500, "{FFCC00}Hi, {FF0000}%s {FFCC00}that system will send a text in chat when you make wank!\n\
  14. {00CC00}Before continuing we will gave you a example: {FF0000}%s {00CC00}do wank cause he's bored.\n\
  15. {FFFFFF}Enter below the reason why do you want to make wank.\n", PlayerName(playerid), PlayerName(playerid));
  16. ShowPlayerDialog(playerid, Laba_D, DIALOG_STYLE_INPUT, "{FF0000}Wank", text, "Next", "Close");
  17. }
  18. case 1:
  19. {
  20. format(text, 2500, "{FFCC00}Salut, {FF0000}%s {FFCC00}acest sistem va trimite un text pe chat atunci cand o sa faci laba!\n\
  21. {00CC00}Iti vom da un exemplu: {FF0000}%s {00CC00}face laba pentru ca este plictisit.\n\
  22. {FFFFFF}Introdu mai jos motivul pentru care doresti sa faci laba.\n", PlayerName(playerid), PlayerName(playerid));
  23. ShowPlayerDialog(playerid, Laba_D, DIALOG_STYLE_INPUT, "{FF0000}Laba", text, "Next", "Close");
  24. }
  25. }
  26. return 1;
  27. }
  28.  
  29. case Laba_D:
  30. {
  31.  
  32. if ( !response )
  33. return ( 1 );
  34. //------------------------------------------------------------------
  35. new text[2500];
  36. //------------------------------------------------------------------
  37. if((gettime() - WankTime[playerid]) < 60) return
  38. SendError2(playerid, "{FFFFFF}You can use this command only once at every 1 minute!", "{FFFFFF}Poti folosi aceasta comanda doar o data la 1 minut!");
  39. //------------------------------------------------------------------
  40. if(strlen(inputtext) < 3 || strlen(inputtext) > 15) return SendError2(playerid,"{FFFFFF}Invalid size! Only between 3 and 15 characters!", "{FFFFFF}Foloseste intre 3 si 15 caractere");
  41. //------------------------------------------------------------------
  42. switch(PlayerInfo[playerid][Language])
  43. {
  44. case 0:
  45. {
  46. format(text, 2500, "{FF0000}%s {00CC00}do wank cause %s.", PlayerName(playerid), inputtext),
  47. SCMALL(-1, text);
  48. SetPlayerAttachedObject( playerid, 0, 19086, 8, -0.071553, -0.079917, -0.126324, 285.126586, 272.391174, 12.223253, 1.000000, 1.000000, 1.000000 ); // ChainsawDildo1 - dildos 2
  49. ApplyAnimation(playerid,"PAULNMAC","wank_loop",1.800001,1,0,0,1,600);
  50. WankTime[playerid] = gettime();
  51. }
  52. case 1:
  53. {
  54. format(text, 2500, "{FF0000}%s {00CC00}face laba pentru ca %s.", PlayerName(playerid), inputtext),
  55. SCMALL(-1, text);
  56. SetPlayerAttachedObject( playerid, 0, 19086, 8, -0.071553, -0.079917, -0.126324, 285.126586, 272.391174, 12.223253, 1.000000, 1.000000, 1.000000 ); // ChainsawDildo1 - dildos 2
  57. ApplyAnimation(playerid,"PAULNMAC","wank_loop",1.800001,1,0,0,1,600);
  58. WankTime[playerid] = gettime();
  59. }
  60. }
  61.  
  62. }
Tags: laba
Add Comment
Please, Sign In to add comment