Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.43 KB | None | 0 0
  1. ******* script runtime error *******
  2. cannot cast undefined to int: (file 'maps/mp/gametypes/_menus_unranked.gsc', line 195)
  3. self maps\mp\gametypes\_class_ranked::getClassData( self.pers["class"], int( commandTokens[1] ) ); //sends stat offset via menu response
  4. *
  5. Error: started from:
  6. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 186)
  7. wait 0.05; //Allow one server frame for setting class choice dvars before setting custom data.
  8. *
  9. Error: ************************************
  10.  
  11. ******* script runtime error *******
  12. type undefined is not an int: (file 'maps/mp/gametypes/_class_ranked.gsc', line 73)
  13. if ( self getStat( classStat ) < 1)
  14. *
  15. Error: called from:
  16. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 195)
  17. self maps\mp\gametypes\_class_ranked::getClassData( self.pers["class"], int( commandTokens[1] ) ); //sends stat offset via menu response
  18. *
  19. Error: started from:
  20. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 186)
  21. wait 0.05; //Allow one server frame for setting class choice dvars before setting custom data.
  22. *
  23. Error: ************************************
  24.  
  25. ******* script runtime error *******
  26. pair 'undefined' and '1' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_class_ranked.gsc', line 73)
  27. if ( self getStat( classStat ) < 1)
  28. *
  29. Error: called from:
  30. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 195)
  31. self maps\mp\gametypes\_class_ranked::getClassData( self.pers["class"], int( commandTokens[1] ) ); //sends stat offset via menu response
  32. *
  33. Error: started from:
  34. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 186)
  35. wait 0.05; //Allow one server frame for setting class choice dvars before setting custom data.
  36. *
  37. Error: ************************************
  38.  
  39. ******* script runtime error *******
  40. cannot cast undefined to bool: (file 'maps/mp/gametypes/_class_ranked.gsc', line 73)
  41. if ( self getStat( classStat ) < 1)
  42. *
  43. Error: called from:
  44. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 195)
  45. self maps\mp\gametypes\_class_ranked::getClassData( self.pers["class"], int( commandTokens[1] ) ); //sends stat offset via menu response
  46. *
  47. Error: started from:
  48. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 186)
  49. wait 0.05; //Allow one server frame for setting class choice dvars before setting custom data.
  50. *
  51. Error: ************************************
  52.  
  53. ******* script runtime error *******
  54. type undefined is not an int: (file 'maps/mp/gametypes/_class_ranked.gsc', line 392)
  55. self setStat( index, 1);
  56. *
  57. Error: called from:
  58. (file 'maps/mp/gametypes/_class_ranked.gsc', line 76)
  59. self setDefaultClassStats(classType, classStat);
  60. *
  61. Error: called from:
  62. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 195)
  63. self maps\mp\gametypes\_class_ranked::getClassData( self.pers["class"], int( commandTokens[1] ) ); //sends stat offset via menu response
  64. *
  65. Error: started from:
  66. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 186)
  67. wait 0.05; //Allow one server frame for setting class choice dvars before setting custom data.
  68. *
  69. Error: ************************************
  70.  
  71. ******* script runtime error *******
  72. type undefined is not an int: (file 'maps/mp/gametypes/_class_ranked.gsc', line 77)
  73. self setStat( classStat, 1 ); //open this class up.
  74. *
  75. Error: called from:
  76. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 195)
  77. self maps\mp\gametypes\_class_ranked::getClassData( self.pers["class"], int( commandTokens[1] ) ); //sends stat offset via menu response
  78. *
  79. Error: started from:
  80. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 186)
  81. wait 0.05; //Allow one server frame for setting class choice dvars before setting custom data.
  82. *
  83. Error: ************************************
  84.  
  85. ******* script runtime error *******
  86. pair 'undefined' and 'radar' has unmatching types 'undefined' and 'string': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  87. if( streakName == self.pers[classType]["loadout_streak" + i] )
  88. *
  89. Error: called from:
  90. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  91. self thread updateStreakSelections( weapon );
  92. *
  93. Error: called from:
  94. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  95. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  96. *
  97. Error: started from:
  98. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  99. self waittill("menuresponse", menu, response);
  100. *
  101. Error: ************************************
  102.  
  103. ******* script runtime error *******
  104. cannot cast undefined to bool: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  105. if( streakName == self.pers[classType]["loadout_streak" + i] )
  106. *
  107. Error: called from:
  108. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  109. self thread updateStreakSelections( weapon );
  110. *
  111. Error: called from:
  112. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  113. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  114. *
  115. Error: started from:
  116. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  117. self waittill("menuresponse", menu, response);
  118. *
  119. Error: ************************************
  120.  
  121. ******* script runtime error *******
  122. pair 'undefined' and '10' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  123. classOffsetStat = self.pers["classoffset"] + itemOffset;
  124. *
  125. Error: called from:
  126. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  127. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  128. *
  129. Error: called from:
  130. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  131. self quickSortKillStreakArray( classType );
  132. *
  133. Error: called from:
  134. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  135. self thread updateStreakSelections( weapon );
  136. *
  137. Error: called from:
  138. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  139. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  140. *
  141. Error: started from:
  142. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  143. self waittill("menuresponse", menu, response);
  144. *
  145. Error: ************************************
  146.  
  147. ******* script runtime error *******
  148. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  149. self setStat( classOffsetStat, stat );
  150. *
  151. Error: called from:
  152. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  153. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  154. *
  155. Error: called from:
  156. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  157. self quickSortKillStreakArray( classType );
  158. *
  159. Error: called from:
  160. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  161. self thread updateStreakSelections( weapon );
  162. *
  163. Error: called from:
  164. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  165. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  166. *
  167. Error: started from:
  168. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  169. self waittill("menuresponse", menu, response);
  170. *
  171. Error: ************************************
  172.  
  173. ******* script runtime error *******
  174. pair 'undefined' and '11' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  175. classOffsetStat = self.pers["classoffset"] + itemOffset;
  176. *
  177. Error: called from:
  178. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  179. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  180. *
  181. Error: called from:
  182. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  183. self quickSortKillStreakArray( classType );
  184. *
  185. Error: called from:
  186. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  187. self thread updateStreakSelections( weapon );
  188. *
  189. Error: called from:
  190. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  191. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  192. *
  193. Error: started from:
  194. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  195. self waittill("menuresponse", menu, response);
  196. *
  197. Error: ************************************
  198.  
  199. ******* script runtime error *******
  200. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  201. self setStat( classOffsetStat, stat );
  202. *
  203. Error: called from:
  204. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  205. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  206. *
  207. Error: called from:
  208. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  209. self quickSortKillStreakArray( classType );
  210. *
  211. Error: called from:
  212. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  213. self thread updateStreakSelections( weapon );
  214. *
  215. Error: called from:
  216. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  217. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  218. *
  219. Error: started from:
  220. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  221. self waittill("menuresponse", menu, response);
  222. *
  223. Error: ************************************
  224.  
  225. ******* script runtime error *******
  226. pair 'undefined' and '12' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  227. classOffsetStat = self.pers["classoffset"] + itemOffset;
  228. *
  229. Error: called from:
  230. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  231. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  232. *
  233. Error: called from:
  234. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  235. self quickSortKillStreakArray( classType );
  236. *
  237. Error: called from:
  238. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  239. self thread updateStreakSelections( weapon );
  240. *
  241. Error: called from:
  242. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  243. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  244. *
  245. Error: started from:
  246. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  247. self waittill("menuresponse", menu, response);
  248. *
  249. Error: ************************************
  250.  
  251. ******* script runtime error *******
  252. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  253. self setStat( classOffsetStat, stat );
  254. *
  255. Error: called from:
  256. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  257. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  258. *
  259. Error: called from:
  260. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  261. self quickSortKillStreakArray( classType );
  262. *
  263. Error: called from:
  264. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  265. self thread updateStreakSelections( weapon );
  266. *
  267. Error: called from:
  268. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  269. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  270. *
  271. Error: started from:
  272. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  273. self waittill("menuresponse", menu, response);
  274. *
  275. Error: ************************************
  276. Hitch warning: 1494 msec frame time
  277.  
  278. ******* script runtime error *******
  279. pair 'undefined' and 'airstrike' has unmatching types 'undefined' and 'string': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  280. if( streakName == self.pers[classType]["loadout_streak" + i] )
  281. *
  282. Error: called from:
  283. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  284. self thread updateStreakSelections( weapon );
  285. *
  286. Error: called from:
  287. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  288. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  289. *
  290. Error: started from:
  291. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  292. self waittill("menuresponse", menu, response);
  293. *
  294. Error: ************************************
  295.  
  296. ******* script runtime error *******
  297. cannot cast undefined to bool: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  298. if( streakName == self.pers[classType]["loadout_streak" + i] )
  299. *
  300. Error: called from:
  301. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  302. self thread updateStreakSelections( weapon );
  303. *
  304. Error: called from:
  305. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  306. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  307. *
  308. Error: started from:
  309. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  310. self waittill("menuresponse", menu, response);
  311. *
  312. Error: ************************************
  313.  
  314. ******* script runtime error *******
  315. pair 'undefined' and '10' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  316. classOffsetStat = self.pers["classoffset"] + itemOffset;
  317. *
  318. Error: called from:
  319. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  320. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  321. *
  322. Error: called from:
  323. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  324. self quickSortKillStreakArray( classType );
  325. *
  326. Error: called from:
  327. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  328. self thread updateStreakSelections( weapon );
  329. *
  330. Error: called from:
  331. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  332. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  333. *
  334. Error: started from:
  335. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  336. self waittill("menuresponse", menu, response);
  337. *
  338. Error: ************************************
  339.  
  340. ******* script runtime error *******
  341. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  342. self setStat( classOffsetStat, stat );
  343. *
  344. Error: called from:
  345. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  346. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  347. *
  348. Error: called from:
  349. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  350. self quickSortKillStreakArray( classType );
  351. *
  352. Error: called from:
  353. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  354. self thread updateStreakSelections( weapon );
  355. *
  356. Error: called from:
  357. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  358. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  359. *
  360. Error: started from:
  361. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  362. self waittill("menuresponse", menu, response);
  363. *
  364. Error: ************************************
  365.  
  366. ******* script runtime error *******
  367. pair 'undefined' and '11' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  368. classOffsetStat = self.pers["classoffset"] + itemOffset;
  369. *
  370. Error: called from:
  371. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  372. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  373. *
  374. Error: called from:
  375. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  376. self quickSortKillStreakArray( classType );
  377. *
  378. Error: called from:
  379. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  380. self thread updateStreakSelections( weapon );
  381. *
  382. Error: called from:
  383. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  384. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  385. *
  386. Error: started from:
  387. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  388. self waittill("menuresponse", menu, response);
  389. *
  390. Error: ************************************
  391.  
  392. ******* script runtime error *******
  393. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  394. self setStat( classOffsetStat, stat );
  395. *
  396. Error: called from:
  397. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  398. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  399. *
  400. Error: called from:
  401. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  402. self quickSortKillStreakArray( classType );
  403. *
  404. Error: called from:
  405. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  406. self thread updateStreakSelections( weapon );
  407. *
  408. Error: called from:
  409. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  410. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  411. *
  412. Error: started from:
  413. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  414. self waittill("menuresponse", menu, response);
  415. *
  416. Error: ************************************
  417.  
  418. ******* script runtime error *******
  419. pair 'undefined' and '12' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  420. classOffsetStat = self.pers["classoffset"] + itemOffset;
  421. *
  422. Error: called from:
  423. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  424. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  425. *
  426. Error: called from:
  427. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  428. self quickSortKillStreakArray( classType );
  429. *
  430. Error: called from:
  431. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  432. self thread updateStreakSelections( weapon );
  433. *
  434. Error: called from:
  435. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  436. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  437. *
  438. Error: started from:
  439. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  440. self waittill("menuresponse", menu, response);
  441. *
  442. Error: ************************************
  443.  
  444. ******* script runtime error *******
  445. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  446. self setStat( classOffsetStat, stat );
  447. *
  448. Error: called from:
  449. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  450. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  451. *
  452. Error: called from:
  453. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  454. self quickSortKillStreakArray( classType );
  455. *
  456. Error: called from:
  457. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  458. self thread updateStreakSelections( weapon );
  459. *
  460. Error: called from:
  461. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  462. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  463. *
  464. Error: started from:
  465. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  466. self waittill("menuresponse", menu, response);
  467. *
  468. Error: ************************************
  469. Hitch warning: 1466 msec frame time
  470.  
  471. ******* script runtime error *******
  472. pair 'undefined' and 'helicopter' has unmatching types 'undefined' and 'string': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  473. if( streakName == self.pers[classType]["loadout_streak" + i] )
  474. *
  475. Error: called from:
  476. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  477. self thread updateStreakSelections( weapon );
  478. *
  479. Error: called from:
  480. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  481. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  482. *
  483. Error: started from:
  484. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  485. self waittill("menuresponse", menu, response);
  486. *
  487. Error: ************************************
  488.  
  489. ******* script runtime error *******
  490. cannot cast undefined to bool: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  491. if( streakName == self.pers[classType]["loadout_streak" + i] )
  492. *
  493. Error: called from:
  494. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  495. self thread updateStreakSelections( weapon );
  496. *
  497. Error: called from:
  498. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  499. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  500. *
  501. Error: started from:
  502. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  503. self waittill("menuresponse", menu, response);
  504. *
  505. Error: ************************************
  506.  
  507. ******* script runtime error *******
  508. pair 'undefined' and '10' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  509. classOffsetStat = self.pers["classoffset"] + itemOffset;
  510. *
  511. Error: called from:
  512. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  513. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  514. *
  515. Error: called from:
  516. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  517. self quickSortKillStreakArray( classType );
  518. *
  519. Error: called from:
  520. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  521. self thread updateStreakSelections( weapon );
  522. *
  523. Error: called from:
  524. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  525. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  526. *
  527. Error: started from:
  528. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  529. self waittill("menuresponse", menu, response);
  530. *
  531. Error: ************************************
  532.  
  533. ******* script runtime error *******
  534. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  535. self setStat( classOffsetStat, stat );
  536. *
  537. Error: called from:
  538. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  539. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  540. *
  541. Error: called from:
  542. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  543. self quickSortKillStreakArray( classType );
  544. *
  545. Error: called from:
  546. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  547. self thread updateStreakSelections( weapon );
  548. *
  549. Error: called from:
  550. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  551. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  552. *
  553. Error: started from:
  554. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  555. self waittill("menuresponse", menu, response);
  556. *
  557. Error: ************************************
  558.  
  559. ******* script runtime error *******
  560. pair 'undefined' and '11' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  561. classOffsetStat = self.pers["classoffset"] + itemOffset;
  562. *
  563. Error: called from:
  564. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  565. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  566. *
  567. Error: called from:
  568. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  569. self quickSortKillStreakArray( classType );
  570. *
  571. Error: called from:
  572. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  573. self thread updateStreakSelections( weapon );
  574. *
  575. Error: called from:
  576. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  577. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  578. *
  579. Error: started from:
  580. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  581. self waittill("menuresponse", menu, response);
  582. *
  583. Error: ************************************
  584.  
  585. ******* script runtime error *******
  586. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  587. self setStat( classOffsetStat, stat );
  588. *
  589. Error: called from:
  590. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  591. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  592. *
  593. Error: called from:
  594. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  595. self quickSortKillStreakArray( classType );
  596. *
  597. Error: called from:
  598. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  599. self thread updateStreakSelections( weapon );
  600. *
  601. Error: called from:
  602. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  603. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  604. *
  605. Error: started from:
  606. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  607. self waittill("menuresponse", menu, response);
  608. *
  609. Error: ************************************
  610.  
  611. ******* script runtime error *******
  612. pair 'undefined' and '12' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  613. classOffsetStat = self.pers["classoffset"] + itemOffset;
  614. *
  615. Error: called from:
  616. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  617. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  618. *
  619. Error: called from:
  620. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  621. self quickSortKillStreakArray( classType );
  622. *
  623. Error: called from:
  624. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  625. self thread updateStreakSelections( weapon );
  626. *
  627. Error: called from:
  628. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  629. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  630. *
  631. Error: started from:
  632. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  633. self waittill("menuresponse", menu, response);
  634. *
  635. Error: ************************************
  636.  
  637. ******* script runtime error *******
  638. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  639. self setStat( classOffsetStat, stat );
  640. *
  641. Error: called from:
  642. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  643. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  644. *
  645. Error: called from:
  646. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  647. self quickSortKillStreakArray( classType );
  648. *
  649. Error: called from:
  650. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  651. self thread updateStreakSelections( weapon );
  652. *
  653. Error: called from:
  654. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  655. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  656. *
  657. Error: started from:
  658. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  659. self waittill("menuresponse", menu, response);
  660. *
  661. Error: ************************************
  662. Hitch warning: 1618 msec frame time
  663.  
  664. ******* script runtime error *******
  665. pair 'undefined' and 'none' has unmatching types 'undefined' and 'string': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  666. if( streakName == self.pers[classType]["loadout_streak" + i] )
  667. *
  668. Error: called from:
  669. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  670. self thread updateStreakSelections( weapon );
  671. *
  672. Error: called from:
  673. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  674. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  675. *
  676. Error: started from:
  677. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  678. self waittill("menuresponse", menu, response);
  679. *
  680. Error: ************************************
  681.  
  682. ******* script runtime error *******
  683. cannot cast undefined to bool: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  684. if( streakName == self.pers[classType]["loadout_streak" + i] )
  685. *
  686. Error: called from:
  687. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  688. self thread updateStreakSelections( weapon );
  689. *
  690. Error: called from:
  691. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  692. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  693. *
  694. Error: started from:
  695. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  696. self waittill("menuresponse", menu, response);
  697. *
  698. Error: ************************************
  699.  
  700. ******* script runtime error *******
  701. pair 'undefined' and '10' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  702. classOffsetStat = self.pers["classoffset"] + itemOffset;
  703. *
  704. Error: called from:
  705. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  706. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  707. *
  708. Error: called from:
  709. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  710. self quickSortKillStreakArray( classType );
  711. *
  712. Error: called from:
  713. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  714. self thread updateStreakSelections( weapon );
  715. *
  716. Error: called from:
  717. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  718. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  719. *
  720. Error: started from:
  721. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  722. self waittill("menuresponse", menu, response);
  723. *
  724. Error: ************************************
  725.  
  726. ******* script runtime error *******
  727. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  728. self setStat( classOffsetStat, stat );
  729. *
  730. Error: called from:
  731. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  732. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  733. *
  734. Error: called from:
  735. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  736. self quickSortKillStreakArray( classType );
  737. *
  738. Error: called from:
  739. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  740. self thread updateStreakSelections( weapon );
  741. *
  742. Error: called from:
  743. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  744. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  745. *
  746. Error: started from:
  747. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  748. self waittill("menuresponse", menu, response);
  749. *
  750. Error: ************************************
  751.  
  752. ******* script runtime error *******
  753. pair 'undefined' and '11' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  754. classOffsetStat = self.pers["classoffset"] + itemOffset;
  755. *
  756. Error: called from:
  757. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  758. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  759. *
  760. Error: called from:
  761. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  762. self quickSortKillStreakArray( classType );
  763. *
  764. Error: called from:
  765. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  766. self thread updateStreakSelections( weapon );
  767. *
  768. Error: called from:
  769. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  770. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  771. *
  772. Error: started from:
  773. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  774. self waittill("menuresponse", menu, response);
  775. *
  776. Error: ************************************
  777.  
  778. ******* script runtime error *******
  779. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  780. self setStat( classOffsetStat, stat );
  781. *
  782. Error: called from:
  783. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  784. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  785. *
  786. Error: called from:
  787. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  788. self quickSortKillStreakArray( classType );
  789. *
  790. Error: called from:
  791. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  792. self thread updateStreakSelections( weapon );
  793. *
  794. Error: called from:
  795. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  796. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  797. *
  798. Error: started from:
  799. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  800. self waittill("menuresponse", menu, response);
  801. *
  802. Error: ************************************
  803.  
  804. ******* script runtime error *******
  805. pair 'undefined' and '12' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  806. classOffsetStat = self.pers["classoffset"] + itemOffset;
  807. *
  808. Error: called from:
  809. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  810. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  811. *
  812. Error: called from:
  813. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  814. self quickSortKillStreakArray( classType );
  815. *
  816. Error: called from:
  817. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  818. self thread updateStreakSelections( weapon );
  819. *
  820. Error: called from:
  821. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  822. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  823. *
  824. Error: started from:
  825. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  826. self waittill("menuresponse", menu, response);
  827. *
  828. Error: ************************************
  829.  
  830. ******* script runtime error *******
  831. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  832. self setStat( classOffsetStat, stat );
  833. *
  834. Error: called from:
  835. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  836. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  837. *
  838. Error: called from:
  839. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  840. self quickSortKillStreakArray( classType );
  841. *
  842. Error: called from:
  843. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  844. self thread updateStreakSelections( weapon );
  845. *
  846. Error: called from:
  847. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  848. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  849. *
  850. Error: started from:
  851. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  852. self waittill("menuresponse", menu, response);
  853. *
  854. Error: ************************************
  855. Hitch warning: 1531 msec frame time
  856.  
  857. ******* script runtime error *******
  858. pair 'undefined' and 'none' has unmatching types 'undefined' and 'string': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  859. if( streakName == self.pers[classType]["loadout_streak" + i] )
  860. *
  861. Error: called from:
  862. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  863. self thread updateStreakSelections( weapon );
  864. *
  865. Error: called from:
  866. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  867. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  868. *
  869. Error: started from:
  870. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  871. self waittill("menuresponse", menu, response);
  872. *
  873. Error: ************************************
  874.  
  875. ******* script runtime error *******
  876. cannot cast undefined to bool: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  877. if( streakName == self.pers[classType]["loadout_streak" + i] )
  878. *
  879. Error: called from:
  880. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  881. self thread updateStreakSelections( weapon );
  882. *
  883. Error: called from:
  884. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  885. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  886. *
  887. Error: started from:
  888. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  889. self waittill("menuresponse", menu, response);
  890. *
  891. Error: ************************************
  892.  
  893. ******* script runtime error *******
  894. pair 'undefined' and '10' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  895. classOffsetStat = self.pers["classoffset"] + itemOffset;
  896. *
  897. Error: called from:
  898. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  899. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  900. *
  901. Error: called from:
  902. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  903. self quickSortKillStreakArray( classType );
  904. *
  905. Error: called from:
  906. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  907. self thread updateStreakSelections( weapon );
  908. *
  909. Error: called from:
  910. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  911. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  912. *
  913. Error: started from:
  914. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  915. self waittill("menuresponse", menu, response);
  916. *
  917. Error: ************************************
  918.  
  919. ******* script runtime error *******
  920. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  921. self setStat( classOffsetStat, stat );
  922. *
  923. Error: called from:
  924. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  925. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  926. *
  927. Error: called from:
  928. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  929. self quickSortKillStreakArray( classType );
  930. *
  931. Error: called from:
  932. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  933. self thread updateStreakSelections( weapon );
  934. *
  935. Error: called from:
  936. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  937. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  938. *
  939. Error: started from:
  940. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  941. self waittill("menuresponse", menu, response);
  942. *
  943. Error: ************************************
  944.  
  945. ******* script runtime error *******
  946. pair 'undefined' and '11' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  947. classOffsetStat = self.pers["classoffset"] + itemOffset;
  948. *
  949. Error: called from:
  950. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  951. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  952. *
  953. Error: called from:
  954. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  955. self quickSortKillStreakArray( classType );
  956. *
  957. Error: called from:
  958. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  959. self thread updateStreakSelections( weapon );
  960. *
  961. Error: called from:
  962. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  963. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  964. *
  965. Error: started from:
  966. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  967. self waittill("menuresponse", menu, response);
  968. *
  969. Error: ************************************
  970.  
  971. ******* script runtime error *******
  972. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  973. self setStat( classOffsetStat, stat );
  974. *
  975. Error: called from:
  976. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  977. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  978. *
  979. Error: called from:
  980. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  981. self quickSortKillStreakArray( classType );
  982. *
  983. Error: called from:
  984. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  985. self thread updateStreakSelections( weapon );
  986. *
  987. Error: called from:
  988. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  989. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  990. *
  991. Error: started from:
  992. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  993. self waittill("menuresponse", menu, response);
  994. *
  995. Error: ************************************
  996.  
  997. ******* script runtime error *******
  998. pair 'undefined' and '12' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  999. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1000. *
  1001. Error: called from:
  1002. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  1003. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  1004. *
  1005. Error: called from:
  1006. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1007. self quickSortKillStreakArray( classType );
  1008. *
  1009. Error: called from:
  1010. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1011. self thread updateStreakSelections( weapon );
  1012. *
  1013. Error: called from:
  1014. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1015. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1016. *
  1017. Error: started from:
  1018. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1019. self waittill("menuresponse", menu, response);
  1020. *
  1021. Error: ************************************
  1022.  
  1023. ******* script runtime error *******
  1024. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1025. self setStat( classOffsetStat, stat );
  1026. *
  1027. Error: called from:
  1028. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  1029. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  1030. *
  1031. Error: called from:
  1032. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1033. self quickSortKillStreakArray( classType );
  1034. *
  1035. Error: called from:
  1036. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1037. self thread updateStreakSelections( weapon );
  1038. *
  1039. Error: called from:
  1040. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1041. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1042. *
  1043. Error: started from:
  1044. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1045. self waittill("menuresponse", menu, response);
  1046. *
  1047. Error: ************************************
  1048. Hitch warning: 1515 msec frame time
  1049.  
  1050. ******* script runtime error *******
  1051. pair 'undefined' and 'none' has unmatching types 'undefined' and 'string': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  1052. if( streakName == self.pers[classType]["loadout_streak" + i] )
  1053. *
  1054. Error: called from:
  1055. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1056. self thread updateStreakSelections( weapon );
  1057. *
  1058. Error: called from:
  1059. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1060. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1061. *
  1062. Error: started from:
  1063. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1064. self waittill("menuresponse", menu, response);
  1065. *
  1066. Error: ************************************
  1067.  
  1068. ******* script runtime error *******
  1069. cannot cast undefined to bool: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  1070. if( streakName == self.pers[classType]["loadout_streak" + i] )
  1071. *
  1072. Error: called from:
  1073. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1074. self thread updateStreakSelections( weapon );
  1075. *
  1076. Error: called from:
  1077. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1078. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1079. *
  1080. Error: started from:
  1081. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1082. self waittill("menuresponse", menu, response);
  1083. *
  1084. Error: ************************************
  1085.  
  1086. ******* script runtime error *******
  1087. pair 'undefined' and '10' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  1088. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1089. *
  1090. Error: called from:
  1091. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  1092. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  1093. *
  1094. Error: called from:
  1095. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1096. self quickSortKillStreakArray( classType );
  1097. *
  1098. Error: called from:
  1099. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1100. self thread updateStreakSelections( weapon );
  1101. *
  1102. Error: called from:
  1103. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1104. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1105. *
  1106. Error: started from:
  1107. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1108. self waittill("menuresponse", menu, response);
  1109. *
  1110. Error: ************************************
  1111.  
  1112. ******* script runtime error *******
  1113. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1114. self setStat( classOffsetStat, stat );
  1115. *
  1116. Error: called from:
  1117. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  1118. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  1119. *
  1120. Error: called from:
  1121. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1122. self quickSortKillStreakArray( classType );
  1123. *
  1124. Error: called from:
  1125. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1126. self thread updateStreakSelections( weapon );
  1127. *
  1128. Error: called from:
  1129. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1130. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1131. *
  1132. Error: started from:
  1133. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1134. self waittill("menuresponse", menu, response);
  1135. *
  1136. Error: ************************************
  1137.  
  1138. ******* script runtime error *******
  1139. pair 'undefined' and '11' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  1140. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1141. *
  1142. Error: called from:
  1143. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  1144. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  1145. *
  1146. Error: called from:
  1147. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1148. self quickSortKillStreakArray( classType );
  1149. *
  1150. Error: called from:
  1151. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1152. self thread updateStreakSelections( weapon );
  1153. *
  1154. Error: called from:
  1155. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1156. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1157. *
  1158. Error: started from:
  1159. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1160. self waittill("menuresponse", menu, response);
  1161. *
  1162. Error: ************************************
  1163.  
  1164. ******* script runtime error *******
  1165. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1166. self setStat( classOffsetStat, stat );
  1167. *
  1168. Error: called from:
  1169. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  1170. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  1171. *
  1172. Error: called from:
  1173. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1174. self quickSortKillStreakArray( classType );
  1175. *
  1176. Error: called from:
  1177. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1178. self thread updateStreakSelections( weapon );
  1179. *
  1180. Error: called from:
  1181. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1182. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1183. *
  1184. Error: started from:
  1185. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1186. self waittill("menuresponse", menu, response);
  1187. *
  1188. Error: ************************************
  1189.  
  1190. ******* script runtime error *******
  1191. pair 'undefined' and '12' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  1192. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1193. *
  1194. Error: called from:
  1195. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  1196. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  1197. *
  1198. Error: called from:
  1199. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1200. self quickSortKillStreakArray( classType );
  1201. *
  1202. Error: called from:
  1203. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1204. self thread updateStreakSelections( weapon );
  1205. *
  1206. Error: called from:
  1207. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1208. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1209. *
  1210. Error: started from:
  1211. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1212. self waittill("menuresponse", menu, response);
  1213. *
  1214. Error: ************************************
  1215.  
  1216. ******* script runtime error *******
  1217. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1218. self setStat( classOffsetStat, stat );
  1219. *
  1220. Error: called from:
  1221. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  1222. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  1223. *
  1224. Error: called from:
  1225. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1226. self quickSortKillStreakArray( classType );
  1227. *
  1228. Error: called from:
  1229. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1230. self thread updateStreakSelections( weapon );
  1231. *
  1232. Error: called from:
  1233. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1234. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1235. *
  1236. Error: started from:
  1237. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1238. self waittill("menuresponse", menu, response);
  1239. *
  1240. Error: ************************************
  1241. Hitch warning: 1571 msec frame time
  1242.  
  1243. ******* script runtime error *******
  1244. pair 'undefined' and 'none' has unmatching types 'undefined' and 'string': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  1245. if( streakName == self.pers[classType]["loadout_streak" + i] )
  1246. *
  1247. Error: called from:
  1248. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1249. self thread updateStreakSelections( weapon );
  1250. *
  1251. Error: called from:
  1252. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1253. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1254. *
  1255. Error: started from:
  1256. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1257. self waittill("menuresponse", menu, response);
  1258. *
  1259. Error: ************************************
  1260.  
  1261. ******* script runtime error *******
  1262. cannot cast undefined to bool: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  1263. if( streakName == self.pers[classType]["loadout_streak" + i] )
  1264. *
  1265. Error: called from:
  1266. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1267. self thread updateStreakSelections( weapon );
  1268. *
  1269. Error: called from:
  1270. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1271. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1272. *
  1273. Error: started from:
  1274. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1275. self waittill("menuresponse", menu, response);
  1276. *
  1277. Error: ************************************
  1278.  
  1279. ******* script runtime error *******
  1280. pair 'undefined' and '10' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  1281. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1282. *
  1283. Error: called from:
  1284. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  1285. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  1286. *
  1287. Error: called from:
  1288. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1289. self quickSortKillStreakArray( classType );
  1290. *
  1291. Error: called from:
  1292. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1293. self thread updateStreakSelections( weapon );
  1294. *
  1295. Error: called from:
  1296. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1297. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1298. *
  1299. Error: started from:
  1300. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1301. self waittill("menuresponse", menu, response);
  1302. *
  1303. Error: ************************************
  1304.  
  1305. ******* script runtime error *******
  1306. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1307. self setStat( classOffsetStat, stat );
  1308. *
  1309. Error: called from:
  1310. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  1311. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  1312. *
  1313. Error: called from:
  1314. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1315. self quickSortKillStreakArray( classType );
  1316. *
  1317. Error: called from:
  1318. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1319. self thread updateStreakSelections( weapon );
  1320. *
  1321. Error: called from:
  1322. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1323. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1324. *
  1325. Error: started from:
  1326. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1327. self waittill("menuresponse", menu, response);
  1328. *
  1329. Error: ************************************
  1330.  
  1331. ******* script runtime error *******
  1332. pair 'undefined' and '11' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  1333. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1334. *
  1335. Error: called from:
  1336. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  1337. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  1338. *
  1339. Error: called from:
  1340. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1341. self quickSortKillStreakArray( classType );
  1342. *
  1343. Error: called from:
  1344. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1345. self thread updateStreakSelections( weapon );
  1346. *
  1347. Error: called from:
  1348. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1349. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1350. *
  1351. Error: started from:
  1352. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1353. self waittill("menuresponse", menu, response);
  1354. *
  1355. Error: ************************************
  1356.  
  1357. ******* script runtime error *******
  1358. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1359. self setStat( classOffsetStat, stat );
  1360. *
  1361. Error: called from:
  1362. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  1363. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  1364. *
  1365. Error: called from:
  1366. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1367. self quickSortKillStreakArray( classType );
  1368. *
  1369. Error: called from:
  1370. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1371. self thread updateStreakSelections( weapon );
  1372. *
  1373. Error: called from:
  1374. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1375. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1376. *
  1377. Error: started from:
  1378. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1379. self waittill("menuresponse", menu, response);
  1380. *
  1381. Error: ************************************
  1382.  
  1383. ******* script runtime error *******
  1384. pair 'undefined' and '12' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  1385. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1386. *
  1387. Error: called from:
  1388. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  1389. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  1390. *
  1391. Error: called from:
  1392. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1393. self quickSortKillStreakArray( classType );
  1394. *
  1395. Error: called from:
  1396. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1397. self thread updateStreakSelections( weapon );
  1398. *
  1399. Error: called from:
  1400. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1401. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1402. *
  1403. Error: started from:
  1404. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1405. self waittill("menuresponse", menu, response);
  1406. *
  1407. Error: ************************************
  1408.  
  1409. ******* script runtime error *******
  1410. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1411. self setStat( classOffsetStat, stat );
  1412. *
  1413. Error: called from:
  1414. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  1415. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  1416. *
  1417. Error: called from:
  1418. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1419. self quickSortKillStreakArray( classType );
  1420. *
  1421. Error: called from:
  1422. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1423. self thread updateStreakSelections( weapon );
  1424. *
  1425. Error: called from:
  1426. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1427. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1428. *
  1429. Error: started from:
  1430. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1431. self waittill("menuresponse", menu, response);
  1432. *
  1433. Error: ************************************
  1434. Hitch warning: 1747 msec frame time
  1435.  
  1436. ******* script runtime error *******
  1437. pair 'undefined' and 'none' has unmatching types 'undefined' and 'string': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  1438. if( streakName == self.pers[classType]["loadout_streak" + i] )
  1439. *
  1440. Error: called from:
  1441. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1442. self thread updateStreakSelections( weapon );
  1443. *
  1444. Error: called from:
  1445. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1446. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1447. *
  1448. Error: started from:
  1449. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1450. self waittill("menuresponse", menu, response);
  1451. *
  1452. Error: ************************************
  1453.  
  1454. ******* script runtime error *******
  1455. cannot cast undefined to bool: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1400)
  1456. if( streakName == self.pers[classType]["loadout_streak" + i] )
  1457. *
  1458. Error: called from:
  1459. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1460. self thread updateStreakSelections( weapon );
  1461. *
  1462. Error: called from:
  1463. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1464. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1465. *
  1466. Error: started from:
  1467. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1468. self waittill("menuresponse", menu, response);
  1469. *
  1470. Error: ************************************
  1471.  
  1472. ******* script runtime error *******
  1473. pair 'undefined' and '10' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  1474. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1475. *
  1476. Error: called from:
  1477. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  1478. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  1479. *
  1480. Error: called from:
  1481. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1482. self quickSortKillStreakArray( classType );
  1483. *
  1484. Error: called from:
  1485. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1486. self thread updateStreakSelections( weapon );
  1487. *
  1488. Error: called from:
  1489. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1490. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1491. *
  1492. Error: started from:
  1493. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1494. self waittill("menuresponse", menu, response);
  1495. *
  1496. Error: ************************************
  1497.  
  1498. ******* script runtime error *******
  1499. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1500. self setStat( classOffsetStat, stat );
  1501. *
  1502. Error: called from:
  1503. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1455)
  1504. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak1"], 0, getItemOffset( "loadout_streak1") );
  1505. *
  1506. Error: called from:
  1507. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1508. self quickSortKillStreakArray( classType );
  1509. *
  1510. Error: called from:
  1511. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1512. self thread updateStreakSelections( weapon );
  1513. *
  1514. Error: called from:
  1515. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1516. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1517. *
  1518. Error: started from:
  1519. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1520. self waittill("menuresponse", menu, response);
  1521. *
  1522. Error: ************************************
  1523.  
  1524. ******* script runtime error *******
  1525. pair 'undefined' and '11' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  1526. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1527. *
  1528. Error: called from:
  1529. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  1530. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  1531. *
  1532. Error: called from:
  1533. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1534. self quickSortKillStreakArray( classType );
  1535. *
  1536. Error: called from:
  1537. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1538. self thread updateStreakSelections( weapon );
  1539. *
  1540. Error: called from:
  1541. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1542. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1543. *
  1544. Error: started from:
  1545. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1546. self waittill("menuresponse", menu, response);
  1547. *
  1548. Error: ************************************
  1549.  
  1550. ******* script runtime error *******
  1551. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1552. self setStat( classOffsetStat, stat );
  1553. *
  1554. Error: called from:
  1555. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1456)
  1556. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak2"], 0, getItemOffset( "loadout_streak2") );
  1557. *
  1558. Error: called from:
  1559. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1560. self quickSortKillStreakArray( classType );
  1561. *
  1562. Error: called from:
  1563. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1564. self thread updateStreakSelections( weapon );
  1565. *
  1566. Error: called from:
  1567. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1568. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1569. *
  1570. Error: started from:
  1571. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1572. self waittill("menuresponse", menu, response);
  1573. *
  1574. Error: ************************************
  1575.  
  1576. ******* script runtime error *******
  1577. pair 'undefined' and '12' has unmatching types 'undefined' and 'int': (file 'maps/mp/gametypes/_modwarfare.gsc', line 1555)
  1578. classOffsetStat = self.pers["classoffset"] + itemOffset;
  1579. *
  1580. Error: called from:
  1581. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  1582. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  1583. *
  1584. Error: called from:
  1585. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1586. self quickSortKillStreakArray( classType );
  1587. *
  1588. Error: called from:
  1589. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1590. self thread updateStreakSelections( weapon );
  1591. *
  1592. Error: called from:
  1593. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1594. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1595. *
  1596. Error: started from:
  1597. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1598. self waittill("menuresponse", menu, response);
  1599. *
  1600. Error: ************************************
  1601.  
  1602. ******* script runtime error *******
  1603. type undefined is not an int: (file 'maps/mp/gametypes/_modwarfare.gsc', line 1558)
  1604. self setStat( classOffsetStat, stat );
  1605. *
  1606. Error: called from:
  1607. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1457)
  1608. self setItemStat("streaksTable", 4, self.pers[classType]["loadout_streak3"], 0, getItemOffset( "loadout_streak3") );
  1609. *
  1610. Error: called from:
  1611. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1403)
  1612. self quickSortKillStreakArray( classType );
  1613. *
  1614. Error: called from:
  1615. (file 'maps/mp/gametypes/_modwarfare.gsc', line 1356)
  1616. self thread updateStreakSelections( weapon );
  1617. *
  1618. Error: called from:
  1619. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 112)
  1620. self maps\mp\gametypes\_modwarfare::processLoadoutResponse( response );
  1621. *
  1622. Error: started from:
  1623. (file 'maps/mp/gametypes/_menus_unranked.gsc', line 83)
  1624. self waittill("menuresponse", menu, response);
  1625. *
  1626. Error: ************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement