11.02.2014, 13:37
Use a 1D array for it. However, the errors are from the irc.inc and not from the mode you're trying to compile so I guess you include irc BEFORE a_samp. It should be:
and
pawn Код:
#include <a_samp>
#include <irc>
// other includes..
pawn Код:
new CivPedsMale[254] =
{
2,
47,
48,
50,
58,
60,
68,
72,
73,
80,
81,
82,
83,
95,
100,
101,
102,
103,
104,
108,
109,
110,
121,
122,
123,
135,
142,
143,
144,
146,
153,
154,
155,
156,
158,
159,
160,
161,
170,
180,
189,
202,
203,
204,
258,
259,
260,
293,
295,
296,
297,
61,
255,
253
};