Jump to content

Recommended Posts

Posted

got an error on this part.

 

	public static void toAllOnlinePlayers(L2GameServerPacket mov)
{
	if (Config.DEBUG)
	{
		_log.fine("Players to notify: " + L2World.getInstance().getAllPlayersCount() + " (with packet " + mov.getType() + ")");
	}

	L2World.getInstance().forEachPlayer(new Broadcast.ForEachPlayerBroadcastPacket(mov));
}

 

error message:

Broadcast.ForEachPlayerBroadcastPacket cannot be resolved to a type

 

Any idea on how to fix that?

Posted

what is this ?

 

int _am-beep-t = 20;

any help ?

 

just use it like this:

 

int _ambeept = 20; and then change all lines on the code.

 

I need help also with the post above.

  • 5 weeks later...
Posted

Why when I press the button to play it takes the items 2 times (you need 20 items to play and it take 2x20=40 items) out of my inventory? and if you win it only give you 20. Many errors on this code, took me a while to find then and correct but It still take the item twice.

Any help will be appreciated. Thank you.

  • 4 weeks later...
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock