Jump to content

Weapon limiter for Sunday


Skepmeister

Recommended Posts

  • Plugin Developer

yes, in proconrulz is no command to get the current name of the day.

you can change the plugin source to add the cmd or you do it with a fix list of all dates of sundays...

On Spawn; ServerFirst;
    Set %server_day_list% "2020_02_02,2020_02_09,2020_02_26,";
    If %server_day_list% contains %ymd%; Set %server_day_sunday% 1

On Kill; If %server_day_sunday% == 1; PlayerSay you triggered the sunday rule...

 

Link to comment
  On 1/27/2020 at 4:06 PM, maxdralle said:

yes, in proconrulz is no command to get the current name of the day.

you can change the plugin source to add the cmd or you do it with a fix list of all dates of sundays...

On Spawn; ServerFirst;
    Set %server_day_list% "2020_02_02,2020_02_09,2020_02_26,";
    If %server_day_list% contains %ymd%; Set %server_day_sunday% 1

On Kill; If %server_day_sunday% == 1; PlayerSay you triggered the sunday rule...

That will work, thank you very much

Expand  

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.