Skip to content

PR_RegHandler: Public pr_ip_* does not exist #97

Description

@Zorono
[15/06/2025 | 23:56:58] [Info] [Pawn.RakNet] PR_RegHandler: Public pr_ip_203@bRrNet does not exist
[15/06/2025 | 23:56:58] [Info] [Pawn.RakNet] PR_RegHandler: Public pr_ip_206@bRrNet does not exist
[15/06/2025 | 23:56:58] [Info] [Pawn.RakNet] PR_RegHandler: Public pr_ip_221@default does not exist
[15/06/2025 | 23:56:58] [Info] [Pawn.RakNet] PR_RegHandler: Public pr_ip_200@bRrNet does not exist
[15/06/2025 | 23:56:58] [Info] [Pawn.RakNet] PR_RegHandler: Public pr_ip_207@bRrNet does not exist
[15/06/2025 | 23:56:58] [Info] [Pawn.RakNet] PR_RegHandler: Public pr_ip_209@bRrNet does not exist
[15/06/2025 | 23:56:58] [Info] [Pawn.RakNet] PR_RegHandler: Public pr_ir_136@bRrNet does not exist
#define PKT_DRIVER_SYNC 200
cIPacket:PKT_DRIVER_SYNC(playerid, BitStream:bs)<bRrNet>
{
    new inCarData[PR_InCarSync];
    new onFootData[PR_OnFootSync];
    BS_IgnoreBits(bs, 8);
    BS_ReadInCarSync(bs, inCarData);
    BS_ReadOnFootSync(bs, onFootData);
    // ...
}

#define RPC_VehicleDestroyed 136
cIRPC:RPC_VehicleDestroyed(playerid, BitStream:bs)<bRrNet>
{
    new vehicleid;
    BS_ReadUint16(bs, vehicleid);
    // ...
}

IPacket:AC_DRIVER_SYNC(playerid, BitStream:bs)
{
    new ac_cData[PR_InCarSync];
    BS_IgnoreBits(bs, 8);
    BS_ReadInCarSync(bs, ac_cData);
    // ...
}

i tried everything to fix these errors including the PR #96

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions