Good evening, how can I change the sky on the maps?
I have this but every time I change the map it is placed default to desert
Код:
#include <amxmodx>
public plugin_init()
{
register_plugin("Skyname Forcer", "1.0", "YourName")
}
public plugin_cfg()
{
server_cmd("sv_skyname MilkWorldBK");
}