Raised This Month: $ Target: $400
 0% 

Change roundtime plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Michciu94
Junior Member
Join Date: Nov 2016
Old 08-01-2019 , 15:20   Change roundtime plugin
Reply With Quote #1

Welcome,
I try to write simple plugin to cs go when I can change roundtime, but this not working for me..
Anyone can help?


#pragma semicolon 1
#include <sourcemod>

public Plugin:myinfo =
{
name = "change Round Time",
author = "Michu",
version = "1.0"
};

public Event_RoundStart(Handle:event, const String:name[], bool:dontBroadcast)
{
new Handle:hCvar = FindConVar("mp_roundtime");
SetConVarBounds(hCvar, ConVarBound_Upper, true, 120.0);
CloseHandle(hCvar);
}
Michciu94 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:44.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode