Title
http://oi49.tinypic.com/34dizh0.jpg
Printable View
you didn't define the functions , you should define the functions above like this:
void popup(const char* line, const int argc, char **const argv);
for the VIP the same !
not only _CC_AC...
so waht i need to edit?
please Post your Output error logs.
------ Build started: Project: StringLiteral, Configuration: Release Win32 ------
StringLiteral - up-to-date.
------ Build started: Project: MDatabase, Configuration: Release Win32 ------
MDatabase - up-to-date.
------ Build started: Project: cml, Configuration: Release Win32 ------
cml - up-to-date.
------ Build started: Project: MCountryFilter, Configuration: Release Win32 ------
MCountryFilter - up-to-date.
------ Build started: Project: RealSound, Configuration: Release Win32 ------
RealSound - up-to-date.
------ Build started: Project: CSCommon, Configuration: _Encrypt_KOR_Release_publish Win32 ------
CSCommon - up-to-date.
------ Build started: Project: RealSpace2, Configuration: Release_publish Win32 ------
RealSpace2 - up-to-date.
------ Build started: Project: Mint2, Configuration: Release Win32 ------
Mint2 - up-to-date.
------ Build started: Project: SafeUDP, Configuration: Release Win32 ------
SafeUDP - up-to-date.
------ Build started: Project: Gunz, Configuration: KOR_Release_publish Win32 ------
Compiling...
ZChat_Cmds.cpp
ZChat_Cmds.cpp(197) : error C2065: 'ChatCmd_AdminPopup' : undeclared identifier
ZChat_Cmds.cpp(200) : fatal error C1020: unexpected #endif
Build log was saved at "file://c:\Users\Daniel\Desktop\Source\Gunz\KOR_Release_publish\BuildLog.htm"
Gunz - 2 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 9 succeeded, 1 failed, 0 skipped
lol you don't add a command like this, you need to identify it.
http://forum.ragezone.com/f245/commands-889874/
how i add that?
can you help me ?:\
Since when has copy and pasting from qet's tutorial or ANY tutorial been so difficult ffs dood
can you Explain me how i can fix that a bug??
Did you forget to add the function to your source?
witch function ?
Since everyone on this forum is dumb;
Code:void ChatCmd_AdminPopup(const char* line, const int argc, char **const argv);
void ChatCmd_VIP(const char* line, const int argc, char **const argv);
where i need to add this a function?
witch line ?