|
From: Guo Z. <guo...@ya...> - 2005-09-04 11:47:28
|
I use this:
MRecipientFilter filter;
filter.AddRecipient(getIndexFromUserID(playerInfo->GetUserID()));
bf_write *msgs = engine->UserMessageBegin(&filter, 1);
msgs->WriteString(name);
msgs->WriteByte(bShow ? 1:0);
msgs->WriteByte(count);
while(subkey){
msgs->WriteString(subkey->GetName());
msgs->WriteString(subkey->GetString());
subkey = subkey->GetNextKey();
}
engine->MessageEnd();
But the Link errors "LNK2019" come out.
You can see it in
"http://www.sourcemod.net/forums/viewtopic.php?t=2432"
Is there any method to show it correctly?
Thanks for help!!!
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
|