Назад

HELP [DT]

Автор: Jamo: Дата: 12.31.2009

Помогите Хелп!!!!

//======================
int atcommand_detach( const int fd, struct map_session_data* sd, const char* command, const char* message)
{
nullpo_retr(-1, sd);

//sd->state.monster_ignore = 1;
sd->state.autotrade = 1;
clif_authfail_fd(fd, 15);
return 0;
}


и вот на что ругается С++
1>j:\eathena\src\map\atcommand.c(8834) : error C2059: syntax error : 'constant'
1>j:\eathena\src\map\atcommand.c(8835) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8836) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8837) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8838) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8839) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8840) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8841) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8842) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8843) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8844) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8845) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8846) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8847) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8848) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8849) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8850) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8851) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8852) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8853) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8854) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8855) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8856) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8857) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8858) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8859) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8860) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8861) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8862) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8863) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8864) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8865) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8866) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8867) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8868) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8869) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8870) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8871) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8872) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8873) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8874) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8875) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8876) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8877) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8878) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8879) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8880) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8881) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8882) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8883) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8884) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8885) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8886) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8887) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8888) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8889) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8890) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8891) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8892) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8893) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8894) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8895) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8896) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8897) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8898) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8899) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8900) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8901) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8902) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8903) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8904) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8905) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8906) : error C2059: syntax error : ','
1>j:\eathena\src\map\atcommand.c(8917) : warning C4034: sizeof returns 0
1>j:\eathena\src\map\atcommand.c(8918) : warning C4034: sizeof returns 0
1>j:\eathena\src\map\atcommand.c(8924) : warning C4034: sizeof returns 0
1>j:\eathena\src\map\atcommand.c(8925) : warning C4034: sizeof returns 0
1>j:\eathena\src\map\atcommand.c(8934) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>Build log was saved at "file://j:\eAthena\vcproj-9\map-server_txt\Debug\BuildLog.htm"
1>map-server_txt - 74 error(s), 4 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
ни чо не понимаю... подскажите пож^_^

Автор: unded: Дата: 12.31.2009

Глава III - Запрещается

6. Создание тем с «КРИЧАЩИМ» заголовком, написанным заглавными буквами (капс).

Еще раз увижу тему удалю..