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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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