errors while compiling
#2

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:
pawn Код:
#include <a_samp>
#include <irc>
// other includes..
and
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
};
Reply


Messages In This Thread
errors while compiling - by AhmedMohamed - 11.02.2014, 13:13
Re: errors while compiling - by Konstantinos - 11.02.2014, 13:37
Re: errors while compiling - by PowerPC603 - 11.02.2014, 13:37
Re: errors while compiling - by BlueBaron - 11.02.2014, 13:40
[No subject] - by AhmedMohamed - 11.02.2014, 13:58
Re: errors while compiling - by Konstantinos - 11.02.2014, 14:14
Re: errors while compiling - by AhmedMohamed - 11.02.2014, 14:23

Forum Jump:


Users browsing this thread: 3 Guest(s)