net_packet_add(*value1, *value2, *...)
This is used to add values to a packet. You can put as many arguments as you'd like.
value: The value to add, can be any real or string. Objects cannot be sent and lists should use net_packet_add_list().