Problem at compile
#10

Quote:
Originally Posted by teudan
Посмотреть сообщение
look,
PHP код:
new MembInfoo[10001][cMembb];
enum cMembb
{
    
cNume[255],
    
cFactiune
}; 
change

pawn Код:
enum cMembb
{
    cNume[255], // < -- change it to 256
    cFactiune
};

and if 256 does not help change it to 512 and 1000 and etc...
Reply


Messages In This Thread
Problem at compile - by teudan - 18.12.2011, 22:26
Re: Problem at compile - by MP2 - 19.12.2011, 00:52
Re: Problem at compile - by titanak - 19.12.2011, 01:21
Re: Problem at compile - by -Rebel Son- - 19.12.2011, 01:29
Re: Problem at compile - by teudan - 19.12.2011, 01:37
Re: Problem at compile - by titanak - 19.12.2011, 01:40
Re: Problem at compile - by teudan - 19.12.2011, 01:44
Re: Problem at compile - by titanak - 19.12.2011, 01:45
Re: Problem at compile - by teudan - 19.12.2011, 01:47
Re: Problem at compile - by titanak - 19.12.2011, 01:49

Forum Jump:


Users browsing this thread: 1 Guest(s)