About Store Forum Documentation Contact



Post Reply 
Secure Pak
Author Message
thecoder Offline
Member

Post: #1
Secure Pak
How tu use secure pak? I mean, I have created pak with secure using conventer tool and now i want to load this pak in my code - how to do this?
03-07-2010 06:47 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #2
RE: Secure Pak
Secure secure(1,2,3,...);
void InitPre()
{
Paks.addTry("Data/x.pak",&secure);
}
(This post was last modified: 03-07-2010 06:51 PM by Harry.)
03-07-2010 06:50 PM
Visit this user's website Find all posts by this user Quote this message in a reply
thecoder Offline
Member

Post: #3
RE: Secure Pak
Thanks. smile
03-07-2010 06:53 PM
Find all posts by this user Quote this message in a reply
Post Reply