Jump to content
  • 0
luizragna

Script command execute for all players in the server?

Question

3 answers to this question

Recommended Posts

  • 0
.@count = getunits(BL_PC, .@units, false);

for (.@i = 0; .@i < .@count; ++.@i) {
    addtimer(0, "MyNPC::OnMyEvent", .@units[.@i]);
}

end;


OnMyEvent:
    command(); // <= here

 

buf if you only want to revive everyone you can simply do this:

recovery();

 

Share this post


Link to post
Share on other sites
  • 0

@luizragna in Hercules v2018.06.03 we added support for global lookups with getunits() so there is no need to supply a map. Just update your Hercules installation to v2018.06.03 or a newer version.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.