Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C++ by Nienna ( 16 years ago )
void handle_chat (void)
{
char* saidadd = 0;
char* said = 0;
saidadd = "add";
said = aw_string (AW_CHAT_MESSAGE);
char* nickarray[100];
int i;
i = 0;
if (strcmp(said,saidadd)==0)//StrCmp возвращает количество различий(неодинаковых символов) между двумя строками.
{
nickarray[i++] = aw_string (AW_AVATAR_NAME); //присвоение элементу массива ника
}
Revise this Paste