youresam
Joined: 06 Nov 2005 Posts: 87
|
Posted: Fri Feb 24, 2006 7:25 am Post subject: Release: netlib |
|
|
Hey everyone, Ive created a program that will make making online games as simple as reading strings.
You use an id for your program, for example if I make a game, the id could be "samsgame". So an example code would be netsend("samsgame","sam is at level 1","r"). ("r" means add to the variable, "w" means replace it)
Then, another PSP would call
otherlevel = netget("samsgame")
Anyway, refer to the readme for more details.
http://forums.qj.net/attachment.php?attachmentid=2727 |
|