hlmod.hu
https://hlmod.hu/

Segítsetek mi lehet a hiba?
https://hlmod.hu/viewtopic.php?f=24&t=7688
Oldal: 1 / 1

Szerző:  zolee007 [ 2013.03.12. 19:17 ]
Hozzászólás témája:  Segítsetek mi lehet a hiba?

SMA Forráskód: [ Mindet kijelol ]
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5.  
  6. #define PLUGIN "Fun Szerver Hungary"
  7. #define VERSION "1.0"
  8. #define AUTHOR "Wa-hyaVicus"
  9.  
  10.  
  11. public plugin_init() {
  12. register_plugin(PLUGIN, VERSION, AUTHOR)
  13.  
  14. new lastman_mode;
  15. new alone_ann = 0;
  16. new kills[33] = {0,...};
  17. new deaths[33] = {0,...};
  18. new firstblood
  19. new kill[33][24];
  20.  
  21. #define LEVELS 12
  22. #define hsounds 2
  23. #define knsounds 2
  24. #define fbsounds 2
  25. #define prpsounds 3
  26. #define suicidesounds 4
  27. #define maxdbsounds 2
  28. #define TASK_CLEAR_KILL 100
  29.  
  30. new hsenable
  31. new knifeenable
  32. new firstbloodenable
  33. new nadecvar
  34. new suicidecvar
  35. new cvardouble
  36. new rnstartcvar
  37. new killstreaktype
  38.  
  39. new levels[12] = {2,3,4,5,6,7,8,9,10,11,12};
  40.  
  41. new sounds[12][] =
  42. {
  43. "sound/ultimatesound/Doublekill1",
  44. "sound/ultimatesound/Triplekill",
  45. "sound/ultimatesound/Quadrakill",
  46. "sound/ultimatesound/Pentakill1",
  47. "sound/ultimatesound/Rampage",
  48. "sound/ultimatesound/KillingSpree",
  49. "sound/ultimatesound/impressive",
  50. "sound/ultimatesound/Godlike_1",
  51. "sound/ultimatesound/Unstoppable",
  52. "sound/ultimatesound/Dominating",
  53. "sound/ultimatesound/Legendary2_1",
  54. "sound/ultimatesound/Legendarykill",
  55.  
  56. };
  57.  
  58. new messages[12][] =
  59. {
  60. "%s: 1.szint: 2 kill Double Kill !!!",
  61. "%s: 2.szint: 3 kill Triple Kill !!!",
  62. "%s: 3.szint: 4 kill Quadra Kill !!!",
  63. "%s: 4 szint: 5 kill Penta Kill !!!",
  64. "%s: 5.szint: 6 kill Tombol !!!",
  65. "%s: 6.szint: 7 kill Gyilkologe'p !!! ",
  66. "%s: 7.szint: 8 kill Godlike !!!",
  67. "%s: 8.szint: 9 kill Lenyugozo !!!",
  68. "%s: 9.szint: 10 kill Mega'llithatalan !!!",
  69. "%s: 10.szint: 11 kill Uralkodo' !!!",
  70. "%s: 11.szint: 12 kill Legenda's !!!",
  71. "%s: 12.szint: 13 kill Legenda's Ole's!!!",
  72.  
  73. };
  74.  
  75. new fblist[fbsounds][]=
  76. {
  77. "ultimate_sounds/FirstBlood",
  78. "ultimate_sounds/firstblood2_ultimate"
  79. }
  80.  
  81. new fbmessages[2][]=
  82. {
  83. "%s : First Blood !",
  84. "%s Drew First Blood !!!",
  85. }
  86.  
  87.  
  88. new knlist[knsounds][]=
  89. {
  90. "ultimate_sounds/youturn",
  91. "ultimate_sounds/nade_ultimate"
  92. "ultimate_sounds/gemido03"
  93. "ultimate_sounds/gemido04"
  94. }
  95.  
  96. new knmessages[4][]=
  97. {
  98. "%s kozka'zatott e's le szu'rta %s",
  99. "%s kibelezte %s",
  100. "%s megke'selte %s"
  101. "%s leke'selt. %s Jo'l bee'gte'l haver! "
  102. }
  103.  
  104. new hsmessages[4][]=
  105. {
  106. "%s elta'volitotta %s feje't !!",
  107. "%s fold koruli pa'lya'ra kuldte %s feje't !",
  108. "%s szemkozt l'o'tte %s!",
  109. "%s levada'szta %s t egy fejlove'ssel. !"
  110. }
  111.  
  112. new nademessages[3][]=
  113. {
  114. "%s kirobbantotta. %s",
  115. "%s dobott és %s kirobbano' formában e'rezte maga't.",
  116. "%s ügyes gránát dobó."
  117. }
  118.  
  119. new suicidemess[2][]=
  120. {
  121. "%s kozelebbr'o'l megne'zte maga'nak az ibolya'kat!",
  122. "%s inka'bb megolte maga't, minthogy az ellense'g keze're keruljon."
  123. }
  124.  
  125. new suicidelist[suicidesounds][]=
  126. {
  127. "ultimate_sounds/suicide1_ultimate",
  128. "ultimate_sounds/suicide2_ultimate",
  129. "ultimate_sounds/risa",
  130.  
  131. new hslist[hsounds][] =
  132. {
  133. "sound/ultimatesound/ShutDown1",
  134. "sound/ultimatesound/headshot1_ultimate1",
  135. "sound/ultimatesound/headshot1_ultimate2",
  136. "sound/ultimatesound/hs4",
  137. "sound/ultimatesound/hs5",
  138.  
  139.  
  140. }
  141.  
  142.  
  143. new preplist[prpsounds][]=
  144. {
  145. "sound/ultimatesound/WelcomeRift",
  146. "sound/ultimatesound/prepare2",
  147.  
  148. }
  149. /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
  150. *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1038\\ f0\\ fs16 \n\\ par }
  151. */
  152.  


ezt írja ki mikor át akarom alakítani: Forras mentese sikeres. (ID: 513f6ee6ef7a1)

Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

513f6ee6ef7a1.sma(15) : warning 217: loose indentation
513f6ee6ef7a1.sma(54) : error 018: initialization data exceeds declared size
513f6ee6ef7a1.sma(71) : error 018: initialization data exceeds declared size
513f6ee6ef7a1.sma(84) : error 018: initialization data exceeds declared size
513f6ee6ef7a1.sma(92) : error 001: expected token: "}", but found "-string-"
513f6ee6ef7a1.sma(92 -- 93) : warning 215: expression has no effect
513f6ee6ef7a1.sma(93 -- 94) : warning 215: expression has no effect
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "knlist"
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "fbmessages"
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "fblist"
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "messages"
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "sounds"
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "levels"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "killstreaktype"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "rnstartcvar"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "cvardouble"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "suicidecvar"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "nadecvar"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "firstbloodenable"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "knifeenable"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "hsenable"
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "kill"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "firstblood"
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "deaths"
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "kills"
513f6ee6ef7a1.sma(94) : warning 204: symbol is assigned a value that is never used: "alone_ann"
513f6ee6ef7a1.sma(94) : warning 203: symbol is never used: "lastman_mode"
513f6ee6ef7a1.sma(101) : error 010: invalid function or declaration
513f6ee6ef7a1.sma(131) : error 001: expected token: ";", but found "-identifier-"
513f6ee6ef7a1.sma(140) : error 054: unmatched closing brace
513f6ee6ef7a1.sma(152) : warning 203: symbol is never used: "hsmessages"
513f6ee6ef7a1.sma(152) : warning 203: symbol is never used: "knmessages"
513f6ee6ef7a1.sma(152) : warning 203: symbol is never used: "nademessages"
513f6ee6ef7a1.sma(152) : warning 203: symbol is never used: "preplist"
513f6ee6ef7a1.sma(152) : warning 203: symbol is never used: "suicidelist"
513f6ee6ef7a1.sma(152) : warning 203: symbol is never used: "suicidemess"

7 Errors.
Could not locate output file 513f6ee6ef7a1.amx (compile failed).

Hiba! - Az atalakitas sikertelen. (Forras fajlok torolve.)

Szerző:  barcasl3 [ 2013.03.12. 19:23 ]
Hozzászólás témája:  Re: Segítsetek mi lehet a hiba?

Ennek a pluginnak mit kene csinalnia?

Sent from my Sony xperia miro

Szerző:  zolee007 [ 2013.03.12. 19:27 ]
Hozzászólás témája:  Re: Segítsetek mi lehet a hiba?

elméletben :http://amxmodx.crys.hu/site/?p=pluginz&c=l&f=Ultimatesounds ez a plugint írták át de valami nem jó

Szerző:  barcasl3 [ 2013.03.12. 19:30 ]
Hozzászólás témája:  Re: Segítsetek mi lehet a hiba?

zolee007 írta:
elméletben :http://amxmodx.crys.hu/site/?p=pluginz&c=l&f=Ultimatesounds ez a plugint írták át de valami nem jó

Szerintem ez semmit nem csinal, tele van never used hibaval, de varom a forumtarsak velemenyet is. Szerinted ennek kene csinalnia valamit? Egyelore csak az uzenetek vannak leirva.

Sent from my Sony xperia miro

Szerző:  fear_ezmegmi [ 2013.03.12. 19:34 ]
Hozzászólás témája:  Re: Segítsetek mi lehet a hiba?

témanév....

Oldal: 1 / 1 Minden időpont UTC+02:00 időzóna szerinti
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/