net_packet_send(*target)
Sends the created packet to the taret. If no packet is created an error will be thrown. Target can either be a client socket, or Net.AllClients, which will send the packet to all clients.
target: The client to send to. Should be left out when sending from client to server.