Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- npcs_special.cpp
- ..\scripts\world\npcs_special.cpp(486) : error C2146: syntax error : missing ';' before identifier 'Patients'
- ..\scripts\world\npcs_special.cpp(486) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
- ..\scripts\world\npcs_special.cpp(486) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
- ..\scripts\world\npcs_special.cpp(498) : error C2065: 'Patients' : undeclared identifier
- ..\scripts\world\npcs_special.cpp(498) : error C2228: left of '.clear' must have class/struct/union
- type is ''unknown-type''
- ..\scripts\world\npcs_special.cpp(701) : error C2653: 'GuidList' : is not a class or namespace name
- ..\scripts\world\npcs_special.cpp(701) : error C2065: 'const_iterator' : undeclared identifier
- ..\scripts\world\npcs_special.cpp(701) : error C2146: syntax error : missing ';' before identifier 'itr'
- ..\scripts\world\npcs_special.cpp(701) : error C2065: 'itr' : undeclared identifier
- ..\scripts\world\npcs_special.cpp(701) : error C2065: 'Patients' : undeclared identifier
- ..\scripts\world\npcs_special.cpp(701) : error C2228: left of '.begin' must have class/struct/union
- type is ''unknown-type''
- ..\scripts\world\npcs_special.cpp(701) : error C2065: 'itr' : undeclared identifier
- ..\scripts\world\npcs_special.cpp(701) : error C2065: 'Patients' : undeclared identifier
- ..\scripts\world\npcs_special.cpp(701) : error C2228: left of '.end' must have class/struct/union
- type is ''unknown-type''
- ..\scripts\world\npcs_special.cpp(701) : error C2143: syntax error : missing ')' before '++'
- ..\scripts\world\npcs_special.cpp(701) : error C2059: syntax error : ';'
- ..\scripts\world\npcs_special.cpp(701) : error C2065: 'itr' : undeclared identifier
- ..\scripts\world\npcs_special.cpp(701) : error C2059: syntax error : ')'
- ..\scripts\world\npcs_special.cpp(702) : error C2143: syntax error : missing ';' before '{'
- ..\scripts\world\npcs_special.cpp(703) : error C2065: 'itr' : undeclared identifier
- ..\scripts\world\npcs_special.cpp(760) : error C2065: 'Patients' : undeclared identifier
- ..\scripts\world\npcs_special.cpp(760) : error C2228: left of '.push_back' must have class/struct/union
- type is ''unknown-type''
Advertisement
Add Comment
Please, Sign In to add comment