Raised This Month: $ Target: $400
 0% 

[CS:GO] WarMod [BFG] <22.09.26.1915, 26-Sept-2022>


Post New Thread Reply   
 
Thread Tools Display Modes
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 07-06-2015 , 05:38   Re: [CS:GO] WarMod [BFG] <Beta v0.4.5.1, 30-Jun-2015>
Reply With Quote #821

This is still coded in SM1.6 syntax. Could be the reason why it isn't compiling.
__________________
versatile_bfg is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 07-06-2015 , 09:02   Re: [CS:GO] WarMod [BFG] <Beta v0.4.5.1, 30-Jun-2015>
Reply With Quote #822

Beta 0.4.5.2 - 06-07-2015
- Fixed veto change map. Working with both mp_match_end_restart and tv_delaymapchange commands
- added !veto1, !veto2 and !veto3 to client command list
- Fixed double post of playout, overtime and default offers
- Fixed !vetomaps command
- Fixed no freezetime on veto knife rounds. It now executes gamemode_competitive_server.cfg before the round starts.
__________________
versatile_bfg is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 07-06-2015 , 21:06   Re: [CS:GO] WarMod [BFG] <Beta v0.4.5.1, 30-Jun-2015>
Reply With Quote #823

Quote:
Originally Posted by splinterz View Post
hi ,
i got this error while compiling
Code:
Compiling warmod.sp...
SourcePawn Compiler 1.7.2
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/float.inc(240) : warning 219: local variable "value" shadows a variable at a preceding level
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/files.inc(424) : warning 219: local variable "data" shadows a variable at a preceding level
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/files.inc(448) : warning 219: local variable "data" shadows a variable at a preceding level
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/halflife.inc(569) : warning 219: local variable "title" shadows a variable at a preceding level
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/sdktools_tempents.inc(185) : warning 219: local variable "value" shadows a variable at a preceding level
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/sdktools_stocks.inc(50) : warning 219: local variable "name" shadows a variable at a preceding level
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/warmod.inc(492) : warning 219: local variable "value" shadows a variable at a preceding level
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/warmod.inc(511) : warning 219: local variable "value" shadows a variable at a preceding level
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/warmod.inc(528) : warning 219: local variable "value" shadows a variable at a preceding level
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(4) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(13) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(22) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(28) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(30) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(32) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(36) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(38) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(40) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(46) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(51) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(54) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(60) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(63) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(66) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(69) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(72) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(82) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(85) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(89) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(94) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(111) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(126) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(131) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(135) : error 010: invalid function or declaration
/home/steam/csgo-ds/csgo/addons/sourcemod/scripting/include/zip.inc(140) : error 010: invalid function or declaration
can someone help me?
Actually no idea what you have done. I just compiled it with SM1.7.3-git5217

See if you can update your include files. it might be because of the error in the float include?
__________________
versatile_bfg is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 07-07-2015 , 09:28   Re: [CS:GO] WarMod [BFG] <Beta v0.4.5.2, 06-Jul-2015>
Reply With Quote #824

sourcemod 1.7 syntax in the next update! [even did most of the include files as well...]

Also did something for match restore. Tested and is working with ingame CSGO backup restore command.
__________________

Last edited by versatile_bfg; 07-07-2015 at 09:30.
versatile_bfg is offline
delidolu1genc
Member
Join Date: Feb 2013
Location: Belgium
Old 07-08-2015 , 17:54   Re: [CS:GO] WarMod [BFG] <Beta v0.4.5.2, 06-Jul-2015>
Reply With Quote #825

Not supported other languages?
delidolu1genc is offline
Send a message via MSN to delidolu1genc Send a message via Skype™ to delidolu1genc
SirNickParks
Member
Join Date: Jul 2015
Old 07-10-2015 , 16:55   Re: [CS:GO] WarMod [BFG] <Beta v0.4.5.2, 06-Jul-2015>
Reply With Quote #827

Hi, can you help me out.
I have knife round active on 3, so it starts when all players ready. However it restarts the round after it says "KNIFE KNIFE KNIFE" and players have to wait another 12 seconds. Is there any config option i'm missing?
SirNickParks is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 07-10-2015 , 20:07   Re: [CS:GO] WarMod [BFG] <Beta v0.4.5.2, 06-Jul-2015>
Reply With Quote #828

Quote:
Originally Posted by SirNickParks View Post
Hi, can you help me out.
I have knife round active on 3, so it starts when all players ready. However it restarts the round after it says "KNIFE KNIFE KNIFE" and players have to wait another 12 seconds. Is there any config option i'm missing?
Sounds like it's the normal freezetime (mp_freezetime) after the 3rd restart, which is pretty standard.
__________________

Last edited by sneaK; 07-10-2015 at 20:07.
sneaK is offline
rodiono
New Member
Join Date: Oct 2010
Old 07-11-2015 , 05:54   Re: [CS:GO] WarMod [BFG] <Beta v0.4.5.2, 06-Jul-2015>
Reply With Quote #829

I am a noob.....

Just wanted to know if there is a Source version of this plugin....

Source V84 - Sourcemod 1.7

Regards
rodiono is offline
xNitro99
New Member
Join Date: Jul 2015
Old 07-12-2015 , 05:06   Re: [CS:GO] WarMod [BFG] <Beta v0.4.5.2, 06-Jul-2015>
Reply With Quote #830

Hi.
I just set up my server on nitrado.net.
I didnt manually install sourcemod and metamod because their is a function from nitrado.net wheir I can install
additional packages. So I installed SourceMod 1.7.2-git5200 + MetaMod 1.10.5-git937. After that, I uploaded the warmod.smx . Everything's fine, but when we're starting the match, we don't have a freezetime and we aren't able to drop weapons. How to fix?
xNitro99 is offline
Reply



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 00:08.


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