Guest User

Untitled

a guest
Dec 22nd, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1. new row[256]; // The length of 1 'row' total.
  2. new field[144][32]; // [4] = Amount of fields, [24] = Max length of the bigest field.
  3.  
  4. mysql_fetch_row_format(row, "|");
  5. explode(row, field, "|");
  6. mysql_free_result();
  7.  
  8. // The field starts here with 1, because the field 'Name' = 0, and we already have the name in a variable.
  9. JatekosInfo[playerid][Penz] = strval(field[3]);
  10. JatekosInfo[playerid][Admin] = strval(field[4]);
  11. JatekosInfo[playerid][Munka] = strval(field[5]);
  12. JatekosInfo[playerid][Halal] = strval(field[6]);
  13. JatekosInfo[playerid][Oles] = strval(field[7]);
  14. JatekosInfo[playerid][Skin] = strval(field[8]);
  15. JatekosInfo[playerid][KezdoSpawn] = strval(field[9]);
  16. JatekosInfo[playerid][X] = strval(field[10]);
  17. JatekosInfo[playerid][Y] = strval(field[11]);
  18. JatekosInfo[playerid][Z] = strval(field[12]);
  19. JatekosInfo[playerid][Leader] = strval(field[13]);
  20. JatekosInfo[playerid][Frakcio] = strval(field[14]);
  21. JatekosInfo[playerid][Rang] = strval(field[15]);
  22. JatekosInfo[playerid][Kor] = strval(field[16]);
  23. JatekosInfo[playerid][Nem] = strval(field[17]);
  24. JatekosInfo[playerid][Bann] = strval(field[18]);
  25. JatekosInfo[playerid][Bank] = strval(field[19]);
  26. JatekosInfo[playerid][Borton] = strval(field[20]);
  27. JatekosInfo[playerid][AdminBorton] = strval(field[21]);
  28. JatekosInfo[playerid][Telefon] = strval(field[22]);
  29. JatekosInfo[playerid][TelefonEgyenleg] = strval(field[23]);
  30. JatekosInfo[playerid][JatszottIdo] = strval(field[24]);
  31. JatekosInfo[playerid][Fizetes] = strval(field[25]);
  32. //JatekosInfo[playerid][Indok] = field[26];
  33. JatekosInfo[playerid][Terkep] = strval(field[27]);
  34. JatekosInfo[playerid][Okostelefon] = strval(field[28]);
  35. JatekosInfo[playerid][Lotto1] = strval(field[29]);
  36. JatekosInfo[playerid][Lotto2] = strval(field[30]);
  37. JatekosInfo[playerid][Lotto3] = strval(field[31]);
  38. JatekosInfo[playerid][Lotto4] = strval(field[32]);
  39. JatekosInfo[playerid][Lotto5] = strval(field[33]);
  40. JatekosInfo[playerid][Nyeremeny] = strval(field[34]);
  41. JatekosInfo[playerid][Kotel] = strval(field[35]);
  42. JatekosInfo[playerid][Interior] = strval(field[36]);
  43. JatekosInfo[playerid][Jarmu] = strval(field[37]);
  44. JatekosInfo[playerid][FizetesIdo] = strval(field[38]);
  45. JatekosInfo[playerid][Megbilincselve] = strval(field[39]);
  46. JatekosInfo[playerid][Szolgalatban] = strval(field[40]);
  47. JatekosInfo[playerid][Kaja] = strval(field[41]);
  48. JatekosInfo[playerid][Telefonkonyv] = strval(field[42]);
  49. JatekosInfo[playerid][Tanult] = strval(field[43]);
  50. JatekosInfo[playerid][Jarmulopas] = strval(field[44]);
  51. JatekosInfo[playerid][JarmulopasKepesseg] = strval(field[45]);
  52. JatekosInfo[playerid][DrogKeszites] = strval(field[46]);
  53. JatekosInfo[playerid][DrogKeszitesKepesseg] = strval(field[47]);
  54. JatekosInfo[playerid][Ehseg] = strval(field[48]);
  55. JatekosInfo[playerid][Szomjusag] = strval(field[49]);
  56. JatekosInfo[playerid][Almossag] = strval(field[50]);
  57. JatekosInfo[playerid][Haz] = strval(field[51]);
  58. JatekosInfo[playerid][Hazban] = strval(field[52]);
  59. JatekosInfo[playerid][Megkotozve] = strval(field[53]);
  60. JatekosInfo[playerid][Verdij] = strval(field[54]);
  61. JatekosInfo[playerid][Ital] = strval(field[55]);
  62. JatekosInfo[playerid][MunkaOra] = strval(field[56]);
  63. JatekosInfo[playerid][Cannabis] = strval(field[57]);
  64. JatekosInfo[playerid][Marihuana] = strval(field[58]);
  65. JatekosInfo[playerid][Joint] = strval(field[59]);
  66. JatekosInfo[playerid][Papir] = strval(field[60]);
  67. JatekosInfo[playerid][Teher] = strval(field[61]);
  68. JatekosInfo[playerid][MaxTeher] = strval(field[62]);
  69. JatekosInfo[playerid][Biznisz] = strval(field[63]);
  70. JatekosInfo[playerid][Drogos] = strval(field[64]);
  71. JatekosInfo[playerid][Energiaital] = strval(field[65]);
  72. JatekosInfo[playerid][Bevezeto] = strval(field[66]);
  73. JatekosInfo[playerid][Buntett] = strval(field[67]);
  74. JatekosInfo[playerid][Ittas] = strval(field[68]);
  75. JatekosInfo[playerid][HP2] = strval(field[69]);
  76. JatekosInfo[playerid][Armour2] = strval(field[70]);
  77. JatekosInfo[playerid][EnergiaIvas] = strval(field[71]);
  78. JatekosInfo[playerid][C4] = strval(field[72]);
  79. JatekosInfo[playerid][Robbanot] = strval(field[73]);
  80. JatekosInfo[playerid][Radiovevo] = strval(field[74]);
  81. JatekosInfo[playerid][Ragasztosz] = strval(field[75]);
  82. JatekosInfo[playerid][LSJegy] = strval(field[76]);
  83. JatekosInfo[playerid][SFJegy] = strval(field[77]);
  84. JatekosInfo[playerid][LVJegy] = strval(field[78]);
  85. JatekosInfo[playerid][Csekk1] = strval(field[79]);
  86. JatekosInfo[playerid][Csekk2] = strval(field[80]);
  87. JatekosInfo[playerid][Csekk3] = strval(field[81]);
  88. JatekosInfo[playerid][Csekk4] = strval(field[82]);
  89. JatekosInfo[playerid][Csekk5] = strval(field[83]);
  90. JatekosInfo[playerid][Csekk6] = strval(field[84]);
  91. JatekosInfo[playerid][Csekk7] = strval(field[85]);
  92. JatekosInfo[playerid][Csekk8] = strval(field[86]);
  93. JatekosInfo[playerid][Csekk9] = strval(field[87]);
  94. JatekosInfo[playerid][Csekk10] = strval(field[88]);
  95. JatekosInfo[playerid][Csekk11] = strval(field[89]);
  96. JatekosInfo[playerid][Csekk12] = strval(field[90]);
  97. JatekosInfo[playerid][Csekk13] = strval(field[91]);
  98. JatekosInfo[playerid][Csekk14] = strval(field[92]);
  99. JatekosInfo[playerid][Csekk15] = strval(field[93]);
  100. JatekosInfo[playerid][pCsekk1] = strval(field[94]);
  101. JatekosInfo[playerid][pCsekk2] = strval(field[95]);
  102. JatekosInfo[playerid][pCsekk3] = strval(field[96]);
  103. JatekosInfo[playerid][pCsekk4] = strval(field[97]);
  104. JatekosInfo[playerid][pCsekk5] = strval(field[98]);
  105. JatekosInfo[playerid][pCsekk6] = strval(field[99]);
  106. JatekosInfo[playerid][pCsekk7] = strval(field[100]);
  107. JatekosInfo[playerid][pCsekk8] = strval(field[101]);
  108. JatekosInfo[playerid][pCsekk9] = strval(field[102]);
  109. JatekosInfo[playerid][pCsekk10] = strval(field[103]);
  110. JatekosInfo[playerid][pCsekk11] = strval(field[104]);
  111. JatekosInfo[playerid][pCsekk12] = strval(field[105]);
  112. JatekosInfo[playerid][pCsekk13] = strval(field[106]);
  113. JatekosInfo[playerid][pCsekk14] = strval(field[107]);
  114. JatekosInfo[playerid][pCsekk15] = strval(field[108]);
  115. JatekosInfo[playerid][MotelSzoba] = strval(field[109]);
  116. JatekosInfo[playerid][Bankkartya] = strval(field[110]);
  117. JatekosInfo[playerid][MotelSzobaban] = strval(field[111]);
  118. JatekosInfo[playerid][Bizniszben] = strval(field[112]);
  119. JatekosInfo[playerid][Vezetes] = strval(field[113]);
  120. JatekosInfo[playerid][Repules] = strval(field[114]);
  121. JatekosInfo[playerid][KocsiJogsi] = strval(field[115]);
  122. JatekosInfo[playerid][RepuloJogsi] = strval(field[116]);
  123. JatekosInfo[playerid][HelikopterJogsi] = strval(field[117]);
  124. JatekosInfo[playerid][KamionJogsi] = strval(field[118]);
  125. JatekosInfo[playerid][MotorJogsi] = strval(field[119]);
  126. JatekosInfo[playerid][Fegyver1] = strval(field[120]);
  127. JatekosInfo[playerid][Fegyver1a] = strval(field[121]);
  128. JatekosInfo[playerid][Fegyver2] = strval(field[122]);
  129. JatekosInfo[playerid][Fegyver2a] = strval(field[123]);
  130. JatekosInfo[playerid][Fegyver3] = strval(field[124]);
  131. JatekosInfo[playerid][Fegyver3a] = strval(field[125]);
  132. JatekosInfo[playerid][Fegyver4] = strval(field[126]);
  133. JatekosInfo[playerid][Fegyver4a] = strval(field[127]);
  134. JatekosInfo[playerid][Fegyver5] = strval(field[128]);
  135. JatekosInfo[playerid][Fegyver5a] = strval(field[129]);
  136. JatekosInfo[playerid][Fegyver6] = strval(field[130]);
  137. JatekosInfo[playerid][Fegyver6a] = strval(field[131]);
  138. JatekosInfo[playerid][Fegyver7] = strval(field[132]);
  139. JatekosInfo[playerid][Fegyver7a] = strval(field[133]);
  140. JatekosInfo[playerid][Fegyver8] = strval(field[134]);
  141. JatekosInfo[playerid][Fegyver8a] = strval(field[135]);
  142. JatekosInfo[playerid][Fegyver9] = strval(field[136]);
  143. JatekosInfo[playerid][Fegyver9a] = strval(field[137]);
  144. JatekosInfo[playerid][Fegyver10] = strval(field[138]);
  145. JatekosInfo[playerid][Fegyver10a] = strval(field[139]);
  146. JatekosInfo[playerid][Fegyver11] = strval(field[140]);
  147. JatekosInfo[playerid][Fegyver11a] = strval(field[141]);
  148. JatekosInfo[playerid][Fegyver12] = strval(field[142]);
  149. JatekosInfo[playerid][Fegyver12a] = strval(field[143]);
Advertisement
Add Comment
Please, Sign In to add comment