Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Packet


Lenton
 Share

Recommended Posts

In source you do this.

Client:
```
Call SendData("case_name" & SEP_CHAR & GetPlayerName(MyIndex) & END_CHAR)

```
Server: (in Sub modHandleData)
```
Case "case_name"
PutVar App.Path & "\Accounts\" & Parse(1) & "_Test.ini", "HEADER", "1", Parse(1)
Exit Sub

```
Put the client code in a message box. And test this code here. Then if you go to the Accounts folder you should See "tehg00n_Test.ini". Well, will say your name but yeah. Then inside should look something like this.

```
[HEADER]
1=tehg00n

```
This example shows you just about everything you need to know. :3
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...