You are not registered.
Registration allows you to subscribe to projects, open projects, and more. Click here to register.
NewsDownloadsMediaRoadmapBugtracker
The Source
I am currently creating a game and I hear a lot of people asking for code so for those who still program in TV6.2 -6.3 VB6 and C+ this will be for you. For those who have ported over to .NET and 6.5 this shouldn't be to hard to figure it out. I will give out code from my alpha that will be a big help to newbs and big development projects makers who just need it to work now. Im not asking for money or shouts just a high speed high quality product for everyone to use.
Team:
lordtek (Project Leader)Subscribing: (2 subscribers)
Please log in.
17/04/08 17:34:52
Level 1 for low end app
When I first started sending data through it was using strings and this is great because there is no conversion and very little translations needed.
winsock1.senddata "player1:mov:152:138:140"=move player 1 to position (23 characters or more)
winsock1.senddata "player1:rot:0:0:0"=rotate player 1 (17 characters or more)
on the other end the app looks for the player number and knows to begin with the 6 character and stop when it reaches the ":". it th...


