net_client_receive_packet(buffer)
net_server_receive_packet is called automatically when the client receives a packet. This script will call net_packet_get_data to get the data out from the buffer. After this, it checks the packet identifier and checks if the client should execute any script. If it should, it will send a list as argument0 with it.
buffer: Buffer received.