Change roundtime plugin
Welcome,
I try to write simple plugin to cs go when I can change roundtime, but this not working for me.. :roll: 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); } |
Re: Change roundtime plugin
If you're writing a SourceMod plugin, you probably shouldn't post in the AMX Mod X section. Am I right?
|
Re: Change roundtime plugin
yes, but i can't see delete option
|
| All times are GMT -4. The time now is 17:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.