View Single Post
oqyh
Senior Member
Join Date: May 2019
Location: United Arab Emirates
Old 01-12-2023 , 05:41   Re: set sv_downloadurl to server ip
Reply With Quote #2

PHP Code:
#include <sourcemod>

#pragma semicolon 1
#pragma newdecls required

public void OnPluginStart()
{
    
FindConVar("sv_allowupload").SetInt(0);    //Set sv_allowupload 0
    
FindConVar("sv_allowdownload").SetInt(1);    //Set sv_allowupload 1
    
FindConVar("sv_downloadurl").SetString("https://fastdl.com/csgo"); //Set String Your FastDL

__________________
.:[ >> My Plugins << ]:.

My discord : oqyh
oqyh is offline