pw-api

  1. S

    Send Private Message (PM)

    This code below pw-api sends messages globally. public function WorldChat( $role, $msg, $channel ) { $pack = pack("CCN", $channel, 0, $role) . $this->gamed->packString( $msg ) . $this->gamed->packOctet( '' ); return $this->gamed->SendToProvider(...
Back