mIRC Homepage
Posted By: jacksparrow2 hash table - 26/11/04 02:03 PM
on *:START: {
/hmake agenda 10
if ($isFile(agenda.hsh)) {
/hload agenda agenda.hsh
}
else {
/init
/hsave -o agenda $mircdiragenda.hsh
}
}


alias init {
/hadd agenda code hi
/hadd agenda nombre you
/hadd agenda edad dude
}


i made this any idea , i cant get work it

pleaseeeeeeeeee
Posted By: da_hype Re: hash table - 26/11/04 02:37 PM
you forgot

Code:
on *:exit: { hsave -o agenda $mircdiragenda.hsh }
Posted By: Relinsquish Re: hash table - 26/11/04 09:04 PM
And also:

Code:
On *:UNLOAD: { hsave -o agenda $mircdiragenda.hsh }
© mIRC Discussion Forums