--
[ Picked text/plain from multipart/alternative ]
Nice! Works a treat :) Thanks for that.
On 4/2/06, Aaron Schiff <[EMAIL PROTECTED]> wrote:
>
> --
> [ Picked text/plain from multipart/alternative ]
> Go ahead
>
> On 4/2/06, Jorge Rodriguez <[EMAIL PROTECTED]> wrote:
> >
> > Aaron Schiff wrote:
--
[ Picked text/plain from multipart/alternative ]
Go ahead
On 4/2/06, Jorge Rodriguez <[EMAIL PROTECTED]> wrote:
>
> Aaron Schiff wrote:
>
> >I just posted the answer...
> >
> >
> I'll just go back to sleep now.
>
> --
> Jorge "Vino" Rodriguez
>
>
> __
Aaron Schiff wrote:
I just posted the answer...
I'll just go back to sleep now.
--
Jorge "Vino" Rodriguez
___
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlc
--
[ Picked text/plain from multipart/alternative ]
I just posted the answer...
--
___
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders
Aaron Schiff wrote:
that's for reading of course..
Oh, WRITING! I knew that. I don't know how to do writing but it's
probably somewhere in the keyvalues header.
--
Jorge "Vino" Rodriguez
___
To unsubscribe, edit your list preferences, or view the
--
[ Picked text/plain from multipart/alternative ]
that's for reading of course..
--
___
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders
Look at weapon_parse.cpp for examples.
KeyValues *pKV = ReadEncryptedKVFile( filesystem, pszFileName,
pICEKey );
if ( pKV )
{
Parse( pKV );
pKV->deleteThis();
}
// meanwhile, in the Parse function...
void Parse( KeyValues *pKeyValuesData )
{
KeyValues *pKey = pKeyV
--
[ Picked text/plain from multipart/alternative ]
This is not the best way at approaching this...you don't want to make each
keyname just "User" when you make it...you should do it like this:
"Users"
{
"STEAM_ID_LAN"
{
"stats""50"
}
"STEAM_ID_RAWR"
{
"stats"
8 matches
Mail list logo