AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Extend Map (https://forums.alliedmods.net/showthread.php?t=320078)

Ilusion9 12-03-2019 11:03

[CS:GO] Extend Map
 
Description: A command where players can request to extend the current map. Only tested for CS:GO.

Commands:
Code:

sm_extend (console), !extend or /extend (chat)
extend (chat)

ConVars:
Code:

sm_extendmap_extendtime 10 // The current map will be extended with this much time.
sm_extendmap_maxextends 1 // If set, how many times players can extend the current map?
sm_extendmap_percentagereq 0.60 // Percentage of players required to extend the current map (def 60%)
sm_extendmap_extendcurrentround 0 // Extend the current round as well? (for deathmatch servers where timelimit = roundtime)

GitHub: https://github.com/Ilusion9/extend-map-sm

BReeZ 12-07-2019 09:25

Re: [CSGO] Vote For Map Extend
 
Nice release!
Can you add flags option to the config?
* and maybe multiple types of command triggers? !Mapextend, !mapextend, !extend, !Extend, !Extendmap, !extendmap etc?

Ilusion9 12-08-2019 13:06

Re: [CSGO] Vote For Map Extend
 
Quote:

Originally Posted by BReeZ (Post 2676036)
Nice release!
Can you add flags option to the config?
* and maybe multiple types of command triggers? !Mapextend, !mapextend, !extend, !Extend, !Extendmap, !extendmap etc?

What flags?
Added sm_extend command.

BReeZ 12-12-2019 21:03

Re: [CSGO] Vote For Map Extend
 
Quote:

Originally Posted by Ilusion9 (Post 2676199)
What flags?
Added sm_extend command.

So only people with certain access can use it. Admins, VIP's custom flags etc.

Ilusion9 12-13-2019 06:40

Re: [CSGO] Vote For Map Extend
 
Quote:

Originally Posted by BReeZ (Post 2676770)
So only people with certain access can use it. Admins, VIP's custom flags etc.

This command works like rtv command, there's no point in setting flags for it. Players just vote to extend the current map.

BReeZ 12-15-2019 08:45

Re: [CS:GO] Extend Map
 
Thought it was similar to how it works on skillsurf servers. Where VIP's can make an extend vote so everyone gets a left side menu with a Yes/No option if they wanna extend current map.

The Solid lad 01-15-2021 18:52

Re: [CS:GO] Extend Map
 
Your plugin failed to compile! Read the errors below: (online complier)

Code:

SourcePawn Compiler 1.10.0.6453
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

/home/groups/sourcemod/upload_tmp/phpoWC2Yh.sp(3) : fatal error 183: cannot read from file: "sourcecolors"

Compilation aborted.
1 Error.


AePT 01-15-2021 20:36

Re: [CS:GO] Extend Map
 
Quote:

Originally Posted by The Solid lad (Post 2732759)
Your plugin failed to compile! Read the errors below: (online complier)

Code:

SourcePawn Compiler 1.10.0.6453
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

/home/groups/sourcemod/upload_tmp/phpoWC2Yh.sp(3) : fatal error 183: cannot read from file: "sourcecolors"

Compilation aborted.
1 Error.


Use this compiler, you can add external includes.

https://spider.limetech.io/

Ilusion9 01-16-2021 05:09

Re: [CS:GO] Extend Map
 
Quote:

Originally Posted by The Solid lad (Post 2732759)
Your plugin failed to compile! Read the errors below: (online complier)

Code:

SourcePawn Compiler 1.10.0.6453
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

/home/groups/sourcemod/upload_tmp/phpoWC2Yh.sp(3) : fatal error 183: cannot read from file: "sourcecolors"

Compilation aborted.
1 Error.


It clearly says: cannot read from file: "sourcecolors".
You must get the include from my github and compile with it.

AePT 01-16-2021 06:53

Re: [CS:GO] Extend Map
 
Quote:

Originally Posted by Ilusion9 (Post 2732792)
It clearly says: cannot read from file: "sourcecolors".
You must get the include from my github and compile with it.

He is compiling the plugin with this compiler and no includes can be added.
https://www.sourcemod.net/compiler.php

That's why I recommended that one.

btw; nice release! :crab:


All times are GMT -4. The time now is 18:30.

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