Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.75 KB | None | 0 0
  1. ​[pwn]public OnGameModeInit()
  2. {
  3. ServerPureAdmin[0] = "drkiller";
  4. ServerPureAdmin[1] = "Capital_Braa";
  5. new Text:debugtd = TextDrawCreate(0.00, 0.00, " ");
  6. TextDrawColor(debugtd, -1);
  7. //mysql_debug(0);
  8. Streamer_VisibleItems(0, 800);
  9. Streamer_CellDistance(300.0);
  10. ConnectToDatabase();
  11. format(APIauthentifikation, 32, "alk9sfsnma9p2md909alödm02");
  12. new string[2048];
  13. format(string, sizeof(string), "DELETE FROM `reports` WHERE `Status`='0'");
  14. mysql_query(sqlHandle, string);
  15. format(string, sizeof(string), "UPDATE `reports` SET `Status` = '2' WHERE `Status`='1'");
  16. mysql_query(sqlHandle, string);
  17. MapAndreas_Init(MAP_ANDREAS_MODE_FULL);
  18. ManualVehicleEngineAndLights();
  19. SetNameTagDrawDistance(20);
  20. ShowPlayerMarkers(0);
  21. LoadObjects();
  22. AllowInteriorWeapons(1);
  23. DisableInteriorEnterExits();
  24. EnableStuntBonusForAll(0);
  25. // Erkannt ? Jap
  26. //******************************************************************************
  27. mysql_function_query(sqlHandle, "SELECT * FROM `frakinfo`", true, "OnQueryFinish", "siii", "SELECT * FROM `frakinfo`", _SQL_FRAKTIONEN_LOAD, 0, sqlHandle);
  28. mysql_function_query(sqlHandle, "SELECT * FROM `tanken`", true, "OnQueryFinish", "siii", "SELECT * FROM `tanken`", _SQL_TANKSTELLEN_LOAD, 0, sqlHandle);
  29. mysql_function_query(sqlHandle, "SELECT * FROM `fahrzeugmodelinfo`", true, "OnQueryFinish", "siii", "SELECT * FROM `fahrzeugmodelinfo`", _SQL_AUTOHAUS_LOAD_1, 0, sqlHandle);
  30. mysql_function_query(sqlHandle, "SELECT * FROM `autohauser`", true, "OnQueryFinish", "siii", "SELECT * FROM `autohauser`", _SQL_AUTOHAUS_LOAD_2, 0, sqlHandle);
  31. mysql_function_query(sqlHandle, "SELECT * FROM `kaufautos`", true, "OnQueryFinish", "siii", "SELECT * FROM `kaufautos`", _SQL_AUTOHAUS_LOAD_3, 0, sqlHandle);
  32. mysql_function_query(sqlHandle, "SELECT * FROM `parks`", true, "OnQueryFinish", "siii", "SELECT * FROM `parks`", _SQL_AUTOHAUS_LOAD_4, 0, sqlHandle);
  33. mysql_function_query(sqlHandle, "SELECT * FROM `feuerstellen`", true, "OnQueryFinish", "siii", "SELECT * FROM `feuerstellen`", _SQL_FEUERWEHR_LOAD_1, 0, sqlHandle);
  34. mysql_function_query(sqlHandle, "SELECT * FROM `flammen`", true, "OnQueryFinish", "siii", "SELECT * FROM `flammen`", _SQL_FEUERWEHR_LOAD_2, 0, sqlHandle);
  35. mysql_function_query(sqlHandle, "SELECT * FROM `fraktionscars`", true, "OnQueryFinish", "siii", "SELECT * FROM `fraktionscars`", _SQL_FRAKTIONSCARS_LOAD, 0, sqlHandle);
  36. mysql_function_query(sqlHandle, "SELECT * FROM `hausinterior`", true, "OnQueryFinish", "siii", "SELECT * FROM `hausinterior`", _SQL_HAUS_LOAD_1, 0, sqlHandle);
  37. mysql_function_query(sqlHandle, "SELECT * FROM `hausinfo`", true, "OnQueryFinish", "siii", "SELECT * FROM `hausinfo`", _SQL_HAUS_LOAD_2, 0, sqlHandle);
  38. mysql_function_query(sqlHandle, "SELECT * FROM `haustoplayer` JOIN `accounts` WHERE `haustoplayer`.`Status` = 2 AND `haustoplayer`.`spielerid` = `accounts`.`userID`", true, "OnQueryFinish", "siii", "SELECT * FROM `haustoplayer` JOIN `accounts` WHERE `haustoplayer`.`Status` = 2 AND `haustoplayer`.`spielerid` = `accounts`.`userID`", _SQL_HAUS_LOAD_3, 0, sqlHandle);
  39. mysql_function_query(sqlHandle, "SELECT * FROM `gangwarinfo`", true, "OnQueryFinish", "siii", "SELECT * FROM `gangwarinfo`", _SQL_GANGWAR_LOAD, 0, sqlHandle);
  40. mysql_function_query(sqlHandle, "SELECT * FROM `angelgebiete`", true, "OnQueryFinish", "siii", "SELECT * FROM `angelgebiete`", _SQL_ANGELGEBIETE_LOAD, 0, sqlHandle);
  41. mysql_function_query(sqlHandle, "SELECT * FROM `orgainfo`", true, "OnQueryFinish", "siii", "SELECT * FROM `orgainfo`", _SQL_ORGANISATIONEN_LOAD, 0, sqlHandle);
  42. mysql_function_query(sqlHandle, "SELECT * FROM `pfandflaschen`", true, "OnQueryFinish", "siii", "SELECT * FROM `pfandflaschen`", _SQL_PFANDFLASCHEN_LOAD, 0, sqlHandle);
  43. mysql_function_query(sqlHandle, "SELECT * FROM `wbschilder`", true, "OnQueryFinish", "siii", "SELECT * FROM `wbschilder`", _SQL_WERBETAFELN_LOAD, 0, sqlHandle);
  44. mysql_function_query(sqlHandle, "SELECT * FROM `blitzer`", true, "OnQueryFinish", "siii", "SELECT * FROM `blitzer`", _SQL_BLITZER_LOAD, 0, sqlHandle);
  45. mysql_function_query(sqlHandle, "SELECT * FROM `elektrikinfo`", true, "OnQueryFinish", "siii", "SELECT * FROM `elektrikinfo`", _SQL_ELEKTRIK_LOAD, 0, sqlHandle);
  46. mysql_function_query(sqlHandle, "SELECT * FROM `drogeninfo`", true, "OnQueryFinish", "siii", "SELECT * FROM `drogeninfo`", _SQL_DROGEN_LOAD, 0, sqlHandle);
  47. mysql_function_query(sqlHandle, "SELECT * FROM `pickups`", true, "OnQueryFinish", "siii", "SELECT * FROM `pickups`", _SQL_PICKUPS_LOAD, 0, sqlHandle);
  48. mysql_function_query(sqlHandle, "SELECT * FROM `pickups_enterexit`", true, "OnQueryFinish", "siii", "SELECT * FROM `pickups_enterexit`", _SQL_ENTEREXIT_LOAD, 0, sqlHandle);
  49. //mysql_function_query(sqlHandle, "SELECT * FROM `event2_ostern`", true, "OnQueryFinish", "siii", "SELECT * FROM `event2_ostern`", _SQL_EVENT2_LOAD, 0, sqlHandle);
  50. mysql_function_query(sqlHandle, "SELECT * FROM `serverinfo` LIMIT 1;", true, "OnQueryFinish", "siii", "SELECT * FROM `serverinfo` LIMIT 1;", _SQL_ALLGEMEIN_LOAD, 0, sqlHandle);
  51.  
  52. //******************************************************************************
  53. return 1;
  54. }
  55. stock GetName(playerid)
  56. {
  57. new name[MAX_PLAYER_NAME];
  58. GetPlayerName(playerid,name,sizeof(name));
  59. if(playerid == 999){name = "Casino";}
  60. return name;
  61. }
  62.  
  63. stock OnGameModeInitEx() {
  64. new string[2048];
  65. print("onGameModeInitEx Erreicht!");
  66. SetGameModeText("German/Deutsch");//WAAS FÜR RPG ? YOur Time ja weg haha^^ Your Time für?^^Weis ich net ? äh?was machen wit jetzt ah das mit den spawnpunkte?oder jobgehalt?^^
  67. format(string, sizeof(string), "hostname German Lost Life [%s]", VERSION);
  68. SendRconCommand(string);
  69. AddPlayerClass(0, 911.7143,-2389.3828,13.2547,29.1168, 0, 0, 0, 0, 0, 0);
  70. //______________________________________________________________________________
  71.  
  72. [/pwn]
  73.  
  74.  
  75. [pwn][22:19:57] [debug] Run time error 19: "File or function is not found"
  76. [22:19:57] [debug] MapAndreas_Init
  77. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  78. [22:19:57] [part] KontraK has left the server (10:1)
  79. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  80. [22:19:57] [debug] Run time error 19: "File or function is not found"
  81. [22:19:57] [debug] MapAndreas_Init
  82. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  83. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  84. [22:19:57] [debug] Run time error 19: "File or function is not found"
  85. [22:19:57] [debug] MapAndreas_Init
  86. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  87. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  88. [22:19:57] [debug] Run time error 19: "File or function is not found"
  89. [22:19:57] [debug] MapAndreas_Init
  90. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  91. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  92. [22:19:57] [debug] Run time error 19: "File or function is not found"
  93. [22:19:57] [debug] MapAndreas_Init
  94. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  95. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  96. [22:19:57] [debug] Run time error 19: "File or function is not found"
  97. [22:19:57] [debug] MapAndreas_Init
  98. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  99. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  100. [22:19:57] [debug] Run time error 19: "File or function is not found"
  101. [22:19:57] [debug] MapAndreas_Init
  102. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  103. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  104. [22:19:57] [debug] Run time error 19: "File or function is not found"
  105. [22:19:57] [debug] MapAndreas_Init
  106. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  107. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  108. [22:19:57] [debug] Run time error 19: "File or function is not found"
  109. [22:19:57] [debug] MapAndreas_Init
  110. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  111. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  112. [22:19:57] [debug] Run time error 19: "File or function is not found"
  113. [22:19:57] [debug] MapAndreas_Init
  114. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  115. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  116. [22:19:57] [debug] Run time error 19: "File or function is not found"
  117. [22:19:57] [debug] MapAndreas_Init
  118. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  119. [22:19:57] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  120. [22:19:57] [debug] Run time error 19: "File or function is not found"
  121. [22:19:57] [debug] MapAndreas_Init
  122. [22:19:57] [debug] MapAndreas_FindZ_For2DCoord
  123. [22:19:57] [debug] Run time error 4: "Array index out of bounds"
  124. [22:19:57] [debug] Attempted to read/write array element at index 1000 in array of size 1000
  125. [22:19:57] [debug] AMX backtrace:
  126. [22:19:57] [debug] #0 0001685c in public Update () from Casinoraub_System.amx
  127. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  128. [22:19:58] [debug] Run time error 19: "File or function is not found"
  129. [22:19:58] [debug] MapAndreas_Init
  130. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  131. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  132. [22:19:58] [debug] Run time error 19: "File or function is not found"
  133. [22:19:58] [debug] MapAndreas_Init
  134. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  135. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  136. [22:19:58] [debug] Run time error 19: "File or function is not found"
  137. [22:19:58] [debug] MapAndreas_Init
  138. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  139. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  140. [22:19:58] [debug] Run time error 19: "File or function is not found"
  141. [22:19:58] [debug] MapAndreas_Init
  142. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  143. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  144. [22:19:58] [debug] Run time error 19: "File or function is not found"
  145. [22:19:58] [debug] MapAndreas_Init
  146. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  147. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  148. [22:19:58] [debug] Run time error 19: "File or function is not found"
  149. [22:19:58] [debug] MapAndreas_Init
  150. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  151. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  152. [22:19:58] [debug] Run time error 19: "File or function is not found"
  153. [22:19:58] [debug] MapAndreas_Init
  154. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  155. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  156. [22:19:58] [debug] Run time error 19: "File or function is not found"
  157. [22:19:58] [debug] MapAndreas_Init
  158. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  159. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  160. [22:19:58] [debug] Run time error 19: "File or function is not found"
  161. [22:19:58] [debug] MapAndreas_Init
  162. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  163. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  164. [22:19:58] [debug] Run time error 19: "File or function is not found"
  165. [22:19:58] [debug] MapAndreas_Init
  166. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  167. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  168. [22:19:58] [debug] Run time error 19: "File or function is not found"
  169. [22:19:58] [debug] MapAndreas_Init
  170. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  171. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  172. [22:19:58] [debug] Run time error 19: "File or function is not found"
  173. [22:19:58] [debug] MapAndreas_Init
  174. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  175. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  176. [22:19:58] [debug] Run time error 19: "File or function is not found"
  177. [22:19:58] [debug] MapAndreas_Init
  178. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  179. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  180. [22:19:58] [debug] Run time error 19: "File or function is not found"
  181. [22:19:58] [debug] MapAndreas_Init
  182. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  183. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  184. [22:19:58] [debug] Run time error 19: "File or function is not found"
  185. [22:19:58] [debug] MapAndreas_Init
  186. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  187. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  188. [22:19:58] [debug] Run time error 19: "File or function is not found"
  189. [22:19:58] [debug] MapAndreas_Init
  190. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  191. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  192. [22:19:58] [debug] Run time error 19: "File or function is not found"
  193. [22:19:58] [debug] MapAndreas_Init
  194. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  195. [22:19:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  196. [22:19:58] [debug] Run time error 19: "File or function is not found"
  197. [22:19:58] [debug] MapAndreas_Init
  198. [22:19:58] [debug] MapAndreas_FindZ_For2DCoord
  199. [22:19:58] [debug] Run time error 4: "Array index out of bounds"
  200. [22:19:58] [debug] Attempted to read/write array element at index 1000 in array of size 1000
  201. [22:19:58] [debug] AMX backtrace:
  202. [22:19:58] [debug] #0 0001685c in public Update () from Casinoraub_System.amx
  203. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  204. [22:19:59] [debug] Run time error 19: "File or function is not found"
  205. [22:19:59] [debug] MapAndreas_Init
  206. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  207. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  208. [22:19:59] [debug] Run time error 19: "File or function is not found"
  209. [22:19:59] [debug] MapAndreas_Init
  210. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  211. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  212. [22:19:59] [debug] Run time error 19: "File or function is not found"
  213. [22:19:59] [debug] MapAndreas_Init
  214. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  215. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  216. [22:19:59] [debug] Run time error 19: "File or function is not found"
  217. [22:19:59] [debug] MapAndreas_Init
  218. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  219. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  220. [22:19:59] [debug] Run time error 19: "File or function is not found"
  221. [22:19:59] [debug] MapAndreas_Init
  222. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  223. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  224. [22:19:59] [debug] Run time error 19: "File or function is not found"
  225. [22:19:59] [debug] MapAndreas_Init
  226. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  227. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  228. [22:19:59] [debug] Run time error 19: "File or function is not found"
  229. [22:19:59] [debug] MapAndreas_Init
  230. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  231. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  232. [22:19:59] [debug] Run time error 19: "File or function is not found"
  233. [22:19:59] [debug] MapAndreas_Init
  234. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  235. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  236. [22:19:59] [debug] Run time error 19: "File or function is not found"
  237. [22:19:59] [debug] MapAndreas_Init
  238. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  239. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  240. [22:19:59] [debug] Run time error 19: "File or function is not found"
  241. [22:19:59] [debug] MapAndreas_Init
  242. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  243. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  244. [22:19:59] [debug] Run time error 19: "File or function is not found"
  245. [22:19:59] [debug] MapAndreas_Init
  246. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  247. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  248. [22:19:59] [debug] Run time error 19: "File or function is not found"
  249. [22:19:59] [debug] MapAndreas_Init
  250. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  251. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  252. [22:19:59] [debug] Run time error 19: "File or function is not found"
  253. [22:19:59] [debug] MapAndreas_Init
  254. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  255. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  256. [22:19:59] [debug] Run time error 19: "File or function is not found"
  257. [22:19:59] [debug] MapAndreas_Init
  258. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  259. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  260. [22:19:59] [debug] Run time error 19: "File or function is not found"
  261. [22:19:59] [debug] MapAndreas_Init
  262. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  263. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  264. [22:19:59] [debug] Run time error 19: "File or function is not found"
  265. [22:19:59] [debug] MapAndreas_Init
  266. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  267. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  268. [22:19:59] [debug] Run time error 19: "File or function is not found"
  269. [22:19:59] [debug] MapAndreas_Init
  270. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  271. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  272. [22:19:59] [debug] Run time error 19: "File or function is not found"
  273. [22:19:59] [debug] MapAndreas_Init
  274. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  275. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  276. [22:19:59] [debug] Run time error 19: "File or function is not found"
  277. [22:19:59] [debug] MapAndreas_Init
  278. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  279. [22:19:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  280. [22:19:59] [debug] Run time error 19: "File or function is not found"
  281. [22:19:59] [debug] MapAndreas_Init
  282. [22:19:59] [debug] MapAndreas_FindZ_For2DCoord
  283. [22:20:00] [debug] Run time error 4: "Array index out of bounds"
  284. [22:20:00] [debug] Attempted to read/write array element at index 1000 in array of size 1000
  285. [22:20:00] [debug] AMX backtrace:
  286. [22:20:00] [debug] #0 0001685c in public Update () from Casinoraub_System.amx
  287. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  288. [22:20:00] [debug] Run time error 19: "File or function is not found"
  289. [22:20:00] [debug] MapAndreas_Init
  290. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  291. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  292. [22:20:00] [debug] Run time error 19: "File or function is not found"
  293. [22:20:00] [debug] MapAndreas_Init
  294. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  295. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  296. [22:20:00] [debug] Run time error 19: "File or function is not found"
  297. [22:20:00] [debug] MapAndreas_Init
  298. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  299. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  300. [22:20:00] [debug] Run time error 19: "File or function is not found"
  301. [22:20:00] [debug] MapAndreas_Init
  302. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  303. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  304. [22:20:00] [debug] Run time error 19: "File or function is not found"
  305. [22:20:00] [debug] MapAndreas_Init
  306. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  307. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  308. [22:20:00] [debug] Run time error 19: "File or function is not found"
  309. [22:20:00] [debug] MapAndreas_Init
  310. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  311. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  312. [22:20:00] [debug] Run time error 19: "File or function is not found"
  313. [22:20:00] [debug] MapAndreas_Init
  314. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  315. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  316. [22:20:00] [debug] Run time error 19: "File or function is not found"
  317. [22:20:00] [debug] MapAndreas_Init
  318. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  319. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  320. [22:20:00] [debug] Run time error 19: "File or function is not found"
  321. [22:20:00] [debug] MapAndreas_Init
  322. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  323. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  324. [22:20:00] [debug] Run time error 19: "File or function is not found"
  325. [22:20:00] [debug] MapAndreas_Init
  326. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  327. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  328. [22:20:00] [debug] Run time error 19: "File or function is not found"
  329. [22:20:00] [debug] MapAndreas_Init
  330. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  331. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  332. [22:20:00] [debug] Run time error 19: "File or function is not found"
  333. [22:20:00] [debug] MapAndreas_Init
  334. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  335. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  336. [22:20:00] [debug] Run time error 19: "File or function is not found"
  337. [22:20:00] [debug] MapAndreas_Init
  338. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  339. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  340. [22:20:00] [debug] Run time error 19: "File or function is not found"
  341. [22:20:00] [debug] MapAndreas_Init
  342. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  343. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  344. [22:20:00] [debug] Run time error 19: "File or function is not found"
  345. [22:20:00] [debug] MapAndreas_Init
  346. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  347. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  348. [22:20:00] [debug] Run time error 19: "File or function is not found"
  349. [22:20:00] [debug] MapAndreas_Init
  350. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  351. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  352. [22:20:00] [debug] Run time error 19: "File or function is not found"
  353. [22:20:00] [debug] MapAndreas_Init
  354. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  355. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  356. [22:20:00] [debug] Run time error 19: "File or function is not found"
  357. [22:20:00] [debug] MapAndreas_Init
  358. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  359. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  360. [22:20:00] [debug] Run time error 19: "File or function is not found"
  361. [22:20:00] [debug] MapAndreas_Init
  362. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  363. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  364. [22:20:00] [debug] Run time error 19: "File or function is not found"
  365. [22:20:00] [debug] MapAndreas_Init
  366. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  367. [22:20:00] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  368. [22:20:00] [debug] Run time error 19: "File or function is not found"
  369. [22:20:00] [debug] MapAndreas_Init
  370. [22:20:00] [debug] MapAndreas_FindZ_For2DCoord
  371. [22:20:01] [debug] Run time error 4: "Array index out of bounds"
  372. [22:20:01] [debug] Attempted to read/write array element at index 1000 in array of size 1000
  373. [22:20:01] [debug] AMX backtrace:
  374. [22:20:01] [debug] #0 0001685c in public Update () from Casinoraub_System.amx
  375. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  376. [22:20:01] [debug] Run time error 19: "File or function is not found"
  377. [22:20:01] [debug] MapAndreas_Init
  378. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  379. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  380. [22:20:01] [debug] Run time error 19: "File or function is not found"
  381. [22:20:01] [debug] MapAndreas_Init
  382. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  383. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  384. [22:20:01] [debug] Run time error 19: "File or function is not found"
  385. [22:20:01] [debug] MapAndreas_Init
  386. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  387. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  388. [22:20:01] [debug] Run time error 19: "File or function is not found"
  389. [22:20:01] [debug] MapAndreas_Init
  390. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  391. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  392. [22:20:01] [debug] Run time error 19: "File or function is not found"
  393. [22:20:01] [debug] MapAndreas_Init
  394. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  395. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  396. [22:20:01] [debug] Run time error 19: "File or function is not found"
  397. [22:20:01] [debug] MapAndreas_Init
  398. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  399. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  400. [22:20:01] [debug] Run time error 19: "File or function is not found"
  401. [22:20:01] [debug] MapAndreas_Init
  402. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  403. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  404. [22:20:01] [debug] Run time error 19: "File or function is not found"
  405. [22:20:01] [debug] MapAndreas_Init
  406. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  407. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  408. [22:20:01] [debug] Run time error 19: "File or function is not found"
  409. [22:20:01] [debug] MapAndreas_Init
  410. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  411. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  412. [22:20:01] [debug] Run time error 19: "File or function is not found"
  413. [22:20:01] [debug] MapAndreas_Init
  414. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  415. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  416. [22:20:01] [debug] Run time error 19: "File or function is not found"
  417. [22:20:01] [debug] MapAndreas_Init
  418. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  419. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  420. [22:20:01] [debug] Run time error 19: "File or function is not found"
  421. [22:20:01] [debug] MapAndreas_Init
  422. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  423. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  424. [22:20:01] [debug] Run time error 19: "File or function is not found"
  425. [22:20:01] [debug] MapAndreas_Init
  426. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  427. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  428. [22:20:01] [debug] Run time error 19: "File or function is not found"
  429. [22:20:01] [debug] MapAndreas_Init
  430. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  431. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  432. [22:20:01] [debug] Run time error 19: "File or function is not found"
  433. [22:20:01] [debug] MapAndreas_Init
  434. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  435. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  436. [22:20:01] [debug] Run time error 19: "File or function is not found"
  437. [22:20:01] [debug] MapAndreas_Init
  438. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  439. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  440. [22:20:01] [debug] Run time error 19: "File or function is not found"
  441. [22:20:01] [debug] MapAndreas_Init
  442. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  443. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  444. [22:20:01] [debug] Run time error 19: "File or function is not found"
  445. [22:20:01] [debug] MapAndreas_Init
  446. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  447. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  448. [22:20:01] [debug] Run time error 19: "File or function is not found"
  449. [22:20:01] [debug] MapAndreas_Init
  450. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  451. [22:20:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  452. [22:20:01] [debug] Run time error 19: "File or function is not found"
  453. [22:20:01] [debug] MapAndreas_Init
  454. [22:20:01] [debug] MapAndreas_FindZ_For2DCoord
  455. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  456. [22:20:02] [debug] Run time error 19: "File or function is not found"
  457. [22:20:02] [debug] MapAndreas_Init
  458. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  459. [22:20:02] [debug] Run time error 4: "Array index out of bounds"
  460. [22:20:02] [debug] Attempted to read/write array element at index 1000 in array of size 1000
  461. [22:20:02] [debug] AMX backtrace:
  462. [22:20:02] [debug] #0 0001685c in public Update () from Casinoraub_System.amx
  463. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  464. [22:20:02] [debug] Run time error 19: "File or function is not found"
  465. [22:20:02] [debug] MapAndreas_Init
  466. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  467. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  468. [22:20:02] [debug] Run time error 19: "File or function is not found"
  469. [22:20:02] [debug] MapAndreas_Init
  470. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  471. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  472. [22:20:02] [debug] Run time error 19: "File or function is not found"
  473. [22:20:02] [debug] MapAndreas_Init
  474. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  475. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  476. [22:20:02] [debug] Run time error 19: "File or function is not found"
  477. [22:20:02] [debug] MapAndreas_Init
  478. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  479. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  480. [22:20:02] [debug] Run time error 19: "File or function is not found"
  481. [22:20:02] [debug] MapAndreas_Init
  482. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  483. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  484. [22:20:02] [debug] Run time error 19: "File or function is not found"
  485. [22:20:02] [debug] MapAndreas_Init
  486. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  487. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  488. [22:20:02] [debug] Run time error 19: "File or function is not found"
  489. [22:20:02] [debug] MapAndreas_Init
  490. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  491. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  492. [22:20:02] [debug] Run time error 19: "File or function is not found"
  493. [22:20:02] [debug] MapAndreas_Init
  494. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  495. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  496. [22:20:02] [debug] Run time error 19: "File or function is not found"
  497. [22:20:02] [debug] MapAndreas_Init
  498. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  499. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  500. [22:20:02] [debug] Run time error 19: "File or function is not found"
  501. [22:20:02] [debug] MapAndreas_Init
  502. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  503. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  504. [22:20:02] [debug] Run time error 19: "File or function is not found"
  505. [22:20:02] [debug] MapAndreas_Init
  506. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  507. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  508. [22:20:02] [debug] Run time error 19: "File or function is not found"
  509. [22:20:02] [debug] MapAndreas_Init
  510. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  511. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  512. [22:20:02] [debug] Run time error 19: "File or function is not found"
  513. [22:20:02] [debug] MapAndreas_Init
  514. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  515. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  516. [22:20:02] [debug] Run time error 19: "File or function is not found"
  517. [22:20:02] [debug] MapAndreas_Init
  518. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  519. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  520. [22:20:02] [debug] Run time error 19: "File or function is not found"
  521. [22:20:02] [debug] MapAndreas_Init
  522. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  523. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  524. [22:20:02] [debug] Run time error 19: "File or function is not found"
  525. [22:20:02] [debug] MapAndreas_Init
  526. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  527. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  528. [22:20:02] [debug] Run time error 19: "File or function is not found"
  529. [22:20:02] [debug] MapAndreas_Init
  530. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  531. [22:20:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  532. [22:20:02] [debug] Run time error 19: "File or function is not found"
  533. [22:20:02] [debug] MapAndreas_Init
  534. [22:20:02] [debug] MapAndreas_FindZ_For2DCoord
  535. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  536. [22:20:03] [debug] Run time error 19: "File or function is not found"
  537. [22:20:03] [debug] MapAndreas_Init
  538. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  539. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  540. [22:20:03] [debug] Run time error 19: "File or function is not found"
  541. [22:20:03] [debug] MapAndreas_Init
  542. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  543. [22:20:03] [debug] Run time error 4: "Array index out of bounds"
  544. [22:20:03] [debug] Attempted to read/write array element at index 1000 in array of size 1000
  545. [22:20:03] [debug] AMX backtrace:
  546. [22:20:03] [debug] #0 0001685c in public Update () from Casinoraub_System.amx
  547. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  548. [22:20:03] [debug] Run time error 19: "File or function is not found"
  549. [22:20:03] [debug] MapAndreas_Init
  550. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  551. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  552. [22:20:03] [debug] Run time error 19: "File or function is not found"
  553. [22:20:03] [debug] MapAndreas_Init
  554. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  555. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  556. [22:20:03] [debug] Run time error 19: "File or function is not found"
  557. [22:20:03] [debug] MapAndreas_Init
  558. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  559. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  560. [22:20:03] [debug] Run time error 19: "File or function is not found"
  561. [22:20:03] [debug] MapAndreas_Init
  562. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  563. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  564. [22:20:03] [debug] Run time error 19: "File or function is not found"
  565. [22:20:03] [debug] MapAndreas_Init
  566. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  567. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  568. [22:20:03] [debug] Run time error 19: "File or function is not found"
  569. [22:20:03] [debug] MapAndreas_Init
  570. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  571. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  572. [22:20:03] [debug] Run time error 19: "File or function is not found"
  573. [22:20:03] [debug] MapAndreas_Init
  574. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  575. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  576. [22:20:03] [debug] Run time error 19: "File or function is not found"
  577. [22:20:03] [debug] MapAndreas_Init
  578. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  579. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  580. [22:20:03] [debug] Run time error 19: "File or function is not found"
  581. [22:20:03] [debug] MapAndreas_Init
  582. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  583. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  584. [22:20:03] [debug] Run time error 19: "File or function is not found"
  585. [22:20:03] [debug] MapAndreas_Init
  586. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  587. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  588. [22:20:03] [debug] Run time error 19: "File or function is not found"
  589. [22:20:03] [debug] MapAndreas_Init
  590. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  591. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  592. [22:20:03] [debug] Run time error 19: "File or function is not found"
  593. [22:20:03] [debug] MapAndreas_Init
  594. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  595. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  596. [22:20:03] [debug] Run time error 19: "File or function is not found"
  597. [22:20:03] [debug] MapAndreas_Init
  598. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  599. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  600. [22:20:03] [debug] Run time error 19: "File or function is not found"
  601. [22:20:03] [debug] MapAndreas_Init
  602. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  603. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  604. [22:20:03] [debug] Run time error 19: "File or function is not found"
  605. [22:20:03] [debug] MapAndreas_Init
  606. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  607. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  608. [22:20:03] [debug] Run time error 19: "File or function is not found"
  609. [22:20:03] [debug] MapAndreas_Init
  610. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  611. [22:20:03] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  612. [22:20:03] [debug] Run time error 19: "File or function is not found"
  613. [22:20:03] [debug] MapAndreas_Init
  614. [22:20:03] [debug] MapAndreas_FindZ_For2DCoord
  615. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  616. [22:20:04] [debug] Run time error 19: "File or function is not found"
  617. [22:20:04] [debug] MapAndreas_Init
  618. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  619. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  620. [22:20:04] [debug] Run time error 19: "File or function is not found"
  621. [22:20:04] [debug] MapAndreas_Init
  622. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  623. [22:20:04] [debug] Run time error 4: "Array index out of bounds"
  624. [22:20:04] [debug] Attempted to read/write array element at index 1000 in array of size 1000
  625. [22:20:04] [debug] AMX backtrace:
  626. [22:20:04] [debug] #0 0001685c in public Update () from Casinoraub_System.amx
  627. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  628. [22:20:04] [debug] Run time error 19: "File or function is not found"
  629. [22:20:04] [debug] MapAndreas_Init
  630. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  631. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  632. [22:20:04] [debug] Run time error 19: "File or function is not found"
  633. [22:20:04] [debug] MapAndreas_Init
  634. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  635. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  636. [22:20:04] [debug] Run time error 19: "File or function is not found"
  637. [22:20:04] [debug] MapAndreas_Init
  638. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  639. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  640. [22:20:04] [debug] Run time error 19: "File or function is not found"
  641. [22:20:04] [debug] MapAndreas_Init
  642. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  643. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  644. [22:20:04] [debug] Run time error 19: "File or function is not found"
  645. [22:20:04] [debug] MapAndreas_Init
  646. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  647. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  648. [22:20:04] [debug] Run time error 19: "File or function is not found"
  649. [22:20:04] [debug] MapAndreas_Init
  650. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  651. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  652. [22:20:04] [debug] Run time error 19: "File or function is not found"
  653. [22:20:04] [debug] MapAndreas_Init
  654. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  655. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  656. [22:20:04] [debug] Run time error 19: "File or function is not found"
  657. [22:20:04] [debug] MapAndreas_Init
  658. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  659. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  660. [22:20:04] [debug] Run time error 19: "File or function is not found"
  661. [22:20:04] [debug] MapAndreas_Init
  662. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  663. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  664. [22:20:04] [debug] Run time error 19: "File or function is not found"
  665. [22:20:04] [debug] MapAndreas_Init
  666. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  667. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  668. [22:20:04] [debug] Run time error 19: "File or function is not found"
  669. [22:20:04] [debug] MapAndreas_Init
  670. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  671. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  672. [22:20:04] [debug] Run time error 19: "File or function is not found"
  673. [22:20:04] [debug] MapAndreas_Init
  674. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  675. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  676. [22:20:04] [debug] Run time error 19: "File or function is not found"
  677. [22:20:04] [debug] MapAndreas_Init
  678. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  679. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  680. [22:20:04] [debug] Run time error 19: "File or function is not found"
  681. [22:20:04] [debug] MapAndreas_Init
  682. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  683. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  684. [22:20:04] [debug] Run time error 19: "File or function is not found"
  685. [22:20:04] [debug] MapAndreas_Init
  686. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  687. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  688. [22:20:04] [debug] Run time error 19: "File or function is not found"
  689. [22:20:04] [debug] MapAndreas_Init
  690. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  691. [22:20:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  692. [22:20:04] [debug] Run time error 19: "File or function is not found"
  693. [22:20:04] [debug] MapAndreas_Init
  694. [22:20:04] [debug] MapAndreas_FindZ_For2DCoord
  695. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  696. [22:20:05] [debug] Run time error 19: "File or function is not found"
  697. [22:20:05] [debug] MapAndreas_Init
  698. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  699. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  700. [22:20:05] [debug] Run time error 19: "File or function is not found"
  701. [22:20:05] [debug] MapAndreas_Init
  702. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  703. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  704. [22:20:05] [debug] Run time error 19: "File or function is not found"
  705. [22:20:05] [debug] MapAndreas_Init
  706. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  707. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  708. [22:20:05] [debug] Run time error 19: "File or function is not found"
  709. [22:20:05] [debug] MapAndreas_Init
  710. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  711. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  712. [22:20:05] [debug] Run time error 19: "File or function is not found"
  713. [22:20:05] [debug] MapAndreas_Init
  714. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  715. [22:20:05] [debug] Run time error 4: "Array index out of bounds"
  716. [22:20:05] [debug] Attempted to read/write array element at index 1000 in array of size 1000
  717. [22:20:05] [debug] AMX backtrace:
  718. [22:20:05] [debug] #0 0001685c in public Update () from Casinoraub_System.amx
  719. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  720. [22:20:05] [debug] Run time error 19: "File or function is not found"
  721. [22:20:05] [debug] MapAndreas_Init
  722. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  723. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  724. [22:20:05] [debug] Run time error 19: "File or function is not found"
  725. [22:20:05] [debug] MapAndreas_Init
  726. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  727. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  728. [22:20:05] [debug] Run time error 19: "File or function is not found"
  729. [22:20:05] [debug] MapAndreas_Init
  730. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  731. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  732. [22:20:05] [debug] Run time error 19: "File or function is not found"
  733. [22:20:05] [debug] MapAndreas_Init
  734. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  735. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  736. [22:20:05] [debug] Run time error 19: "File or function is not found"
  737. [22:20:05] [debug] MapAndreas_Init
  738. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  739. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  740. [22:20:05] [debug] Run time error 19: "File or function is not found"
  741. [22:20:05] [debug] MapAndreas_Init
  742. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  743. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  744. [22:20:05] [debug] Run time error 19: "File or function is not found"
  745. [22:20:05] [debug] MapAndreas_Init
  746. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  747. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  748. [22:20:05] [debug] Run time error 19: "File or function is not found"
  749. [22:20:05] [debug] MapAndreas_Init
  750. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  751. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  752. [22:20:05] [debug] Run time error 19: "File or function is not found"
  753. [22:20:05] [debug] MapAndreas_Init
  754. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  755. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  756. [22:20:05] [debug] Run time error 19: "File or function is not found"
  757. [22:20:05] [debug] MapAndreas_Init
  758. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  759. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  760. [22:20:05] [debug] Run time error 19: "File or function is not found"
  761. [22:20:05] [debug] MapAndreas_Init
  762. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  763. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  764. [22:20:05] [debug] Run time error 19: "File or function is not found"
  765. [22:20:05] [debug] MapAndreas_Init
  766. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  767. [22:20:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  768. [22:20:05] [debug] Run time error 19: "File or function is not found"
  769. [22:20:05] [debug] MapAndreas_Init
  770. [22:20:05] [debug] MapAndreas_FindZ_For2DCoord
  771. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  772. [22:20:06] [debug] Run time error 19: "File or function is not found"
  773. [22:20:06] [debug] MapAndreas_Init
  774. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  775. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  776. [22:20:06] [debug] Run time error 19: "File or function is not found"
  777. [22:20:06] [debug] MapAndreas_Init
  778. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  779. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  780. [22:20:06] [debug] Run time error 19: "File or function is not found"
  781. [22:20:06] [debug] MapAndreas_Init
  782. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  783. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  784. [22:20:06] [debug] Run time error 19: "File or function is not found"
  785. [22:20:06] [debug] MapAndreas_Init
  786. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  787. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  788. [22:20:06] [debug] Run time error 19: "File or function is not found"
  789. [22:20:06] [debug] MapAndreas_Init
  790. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  791. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  792. [22:20:06] [debug] Run time error 19: "File or function is not found"
  793. [22:20:06] [debug] MapAndreas_Init
  794. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  795. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  796. [22:20:06] [debug] Run time error 19: "File or function is not found"
  797. [22:20:06] [debug] MapAndreas_Init
  798. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  799. [22:20:06] [debug] Run time error 4: "Array index out of bounds"
  800. [22:20:06] [debug] Attempted to read/write array element at index 1000 in array of size 1000
  801. [22:20:06] [debug] AMX backtrace:
  802. [22:20:06] [debug] #0 0001685c in public Update () from Casinoraub_System.amx
  803. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  804. [22:20:06] [debug] Run time error 19: "File or function is not found"
  805. [22:20:06] [debug] MapAndreas_Init
  806. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  807. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  808. [22:20:06] [debug] Run time error 19: "File or function is not found"
  809. [22:20:06] [debug] MapAndreas_Init
  810. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  811. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  812. [22:20:06] [debug] Run time error 19: "File or function is not found"
  813. [22:20:06] [debug] MapAndreas_Init
  814. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  815. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  816. [22:20:06] [debug] Run time error 19: "File or function is not found"
  817. [22:20:06] [debug] MapAndreas_Init
  818. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  819. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  820. [22:20:06] [debug] Run time error 19: "File or function is not found"
  821. [22:20:06] [debug] MapAndreas_Init
  822. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  823. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  824. [22:20:06] [debug] Run time error 19: "File or function is not found"
  825. [22:20:06] [debug] MapAndreas_Init
  826. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  827. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  828. [22:20:06] [debug] Run time error 19: "File or function is not found"
  829. [22:20:06] [debug] MapAndreas_Init
  830. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  831. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  832. [22:20:06] [debug] Run time error 19: "File or function is not found"
  833. [22:20:06] [debug] MapAndreas_Init
  834. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  835. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  836. [22:20:06] [debug] Run time error 19: "File or function is not found"
  837. [22:20:06] [debug] MapAndreas_Init
  838. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  839. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  840. [22:20:06] [debug] Run time error 19: "File or function is not found"
  841. [22:20:06] [debug] MapAndreas_Init
  842. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  843. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  844. [22:20:06] [debug] Run time error 19: "File or function is not found"
  845. [22:20:06] [debug] MapAndreas_Init
  846. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  847. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  848. [22:20:06] [debug] Run time error 19: "File or function is not found"
  849. [22:20:06] [debug] MapAndreas_Init
  850. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  851. [22:20:06] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  852. [22:20:06] [debug] Run time error 19: "File or function is not found"
  853. [22:20:06] [debug] MapAndreas_Init
  854. [22:20:06] [debug] MapAndreas_FindZ_For2DCoord
  855. [22:20:07] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  856. [22:20:07] [debug] Run time error 19: "File or function is not found"
  857. [22:20:07] [debug] MapAndreas_Init
  858. [22:20:07] [debug] MapAndreas_FindZ_For2DCoord
  859. [22:20:07] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  860. [22:20:07] [debug] Run time error 19: "File or function is not found"
  861. [22:20:07] [debug] MapAndreas_Init
  862. [22:20:07] [debug] MapAndreas_FindZ_For2DCoord
  863. [22:20:07] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  864. [22:20:07] [debug] Run time error 19: "File or function is not found"
  865. [22:20:07] [debug] MapAndreas_Init
  866. [22:20:07] [debug] MapAndreas_FindZ_For2DCoord
  867. [22:20:07] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  868. [22:20:07] [debug] Run time error 19: "File or function is not found"
  869. [22:20:07] [debug] MapAndreas_Init
  870. [22:20:07] [debug] MapAndreas_FindZ_For2DCoord
  871. [22:20:07] [sampgdk:error] Too many callback arguments (at most 32 allowed)
  872. [22:20:07] [debug] Run time error 19: "File or function is not found"
  873. [22:20:07] [debug] MapAndreas_Init
  874. [22:20:07] [debug] MapAndreas_FindZ_For2DCoord
  875.  
  876. [/pwn]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement