![]() |
Macro, Alarm - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Macro, Alarm (/thread-9849.html) |
Macro, Alarm - Silex - 05-27-2013 Hi there, I have tried to set a macro, it sends an alarm when a player in your Vip List is online, but is not working (i have my vip list open) Could some one help me? PHP Code: 2000 {Alert if player ON} RE: Macro, Alarm - spiff26 - 05-27-2013 The right would be like this: [macro]2000 {Alert if player ON} Vip.Online(Alacena)==1 Misc.Alert(Player Online) Exit()[/macro] RE: Macro, Alarm - Kimoszin - 05-27-2013 Vip.Online() always return 0. RE: Macro, Alarm - Silex - 05-27-2013 Is not working ![]() |