Jump to content
  • 0

[Help]Need script pls help :/


Question

Posted

Hello guys i want ask maybe some1 can add me script for gm command which gives item for all player who is online(For example all players who is online gets 10kk adena for each from 1 my command) pls help some1 :/

2 answers to this question

Recommended Posts

  • 0
Posted

for (L2PcInstance _players : L2World.getInstance().getAllPlayers())

{

    _players.addItem(process, itemId, count, reference, sendMessage)

    _players.sendMessage("Your message");

}

Guest
This topic is now closed to further replies.


×
×
  • Create New...