Problem Prestige!! HOW TO FIX??

11/28/2018 19:06 ExodiaX#1
[Only registered and activated users can see links. Click Here To Register...]
Quote:
[Only registered and activated users can see links. Click Here To Register...]
HELP ME GUYS!
11/28/2018 19:28 pauma16#2
How can you enter to the server? When I try to access to mine, it wouldnt let me! Take a look to my post please
11/28/2018 21:05 EPvPAgen#3
Quote:
Originally Posted by ExodiaX View Post
[Only registered and activated users can see links. Click Here To Register...]

HELP ME GUYS!
Please post the PrestigePaket.cs
11/28/2018 22:57 TheReal40#4
[Only registered and activated users can see links. Click Here To Register...]

Your Code:

Code:
///$Prestige
///</summary>
///<param name="prestigePacket"></param>
public void Prestige(PrestigePacket PrestigePacket)
{
 // Enter Code
}
Correct Format:
Code:
///$Prestige
///</summary>
///<param name="prestigePacket"></param>
public void Prestige(PrestigePacket prestigePacket)
{
 // Enter Code
}

Where was your failure now?

(PrestigePacket PrestigePacket) > (PrestigePacket prestigePacket) // Do not double your PacketFormat
11/28/2018 23:38 ExodiaX#5
[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by TheReal40 View Post
[Only registered and activated users can see links. Click Here To Register...]

Your Code:

Code:
///$Prestige
///</summary>
///<param name="prestigePacket"></param>
public void Prestige(PrestigePacket PrestigePacket)
{
 // Enter Code
}
Correct Format:
Code:
///$Prestige
///</summary>
///<param name="prestigePacket"></param>
public void Prestige(PrestigePacket prestigePacket)
{
 // Enter Code
}

Where was your failure now?

(PrestigePacket PrestigePacket) > (PrestigePacket prestigePacket) // Do not double your PacketFormat

NO WORK

[Only registered and activated users can see links. Click Here To Register...]
11/29/2018 02:07 Zagith#6
it isn't this the problem, post the code of PrestigePacket and check if you PacketHeader (into you PrestigePacket) is like this:
Code:
[PacketHeader("$Prestige", PassNonParseablePacket = true, Authority = AuthorityType.User)]
11/29/2018 11:33 ExodiaX#7
Quote:
Originally Posted by Zagith View Post
it isn't this the problem, post the code of PrestigePacket and check if you PacketHeader (into you PrestigePacket) is like this:
Code:
[PacketHeader("$Prestige", PassNonParseablePacket = true, Authority = AuthorityType.User)]
NO WORK!!
11/29/2018 12:09 pauma16#8
Someone please help me in my post
11/29/2018 12:58 erixor#9
Quote:
Originally Posted by ExodiaX View Post
NO WORK!!
Yes, what Zagith said works. You're not even trying to understand wtf you're doing. You'd better open a minecraft server.
11/29/2018 13:30 TheReal50#10
xD...
It's simply just the wrong format and he doesnt get it
11/29/2018 14:06 Zagith#11
idk if you kidding us or what ._. i said post here the code of PrestigePackets because the problem is into this file

you need to have a thing like that:
Code:
[PacketHeader("$Prestige", PassNonParseablePacket = true, Authority = AuthorityType.User)]
public class PrestigePacket : PacketDefinition
{
   // eventual data defintion
}
11/29/2018 14:10 pauma16#12
He fixed it, can you help me now please???!!!

(He said it in mu post)
11/29/2018 14:53 ExodiaX#13
CLOSE THIS THREAD!