Guest User

Untitled

a guest
Jul 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. struct Player
  2. {
  3. SOCKET Socket;
  4. char name[32];
  5. float x;
  6. float y;
  7. };
  8. spResult = send(players[0].Socket,(char*)&paket,sizeof(paket),0);
Add Comment
Please, Sign In to add comment