Raised This Month: $51 Target: $400
 12% 

[CS:S/CS:GO] GunGame


Post New Thread Reply   
 
Thread Tools Display Modes
TheRogueUK
Junior Member
Join Date: Aug 2010
Location: Manchester
Old 02-07-2013 , 10:24   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3981

got the latest snapshots that are available

metamod 1.9.3-devV
sourcemod 1.4.8-dev

error message in log

L 02/07/2013 - 16:21:42: Error log file session closed.
L 02/07/2013 - 16:21:42: SourceMod error session started
L 02/07/2013 - 16:21:42: Info (map "gg_mokko_brd") (file "errors_20130207.log")
L 02/07/2013 - 16:21:42: [SM] Unable to load plugin "gungame_stats.smx": Native "GetUserMessageType" was not found
L 02/07/2013 - 16:21:42: [SM] Unable to load plugin "gungame_afk.smx": Native "GetUserMessageType" was not found
L 02/07/2013 - 16:21:42: [SM] Unable to load plugin "gungame_bot.smx": Native "GetUserMessageType" was not found
L 02/07/2013 - 16:21:42: [SM] Unable to load plugin "gungame_mvp.smx": Required extension "sdkhooks" file("sdkhooks.ext") not running
L 02/07/2013 - 16:21:42: [SM] Unable to load plugin "gungame_tk.smx": Native "GetUserMessageType" was not found
L 02/07/2013 - 16:21:42: [SM] Unable to load plugin "gungame.smx": Native "GetUserMessageType" was not found

updated t0 latest 1.5 (cs:go dev) to see if that worked still same error as above

update - fixed with newer snapshot of 1.5

Last edited by TheRogueUK; 02-08-2013 at 00:48. Reason: tested 1.5 latest snapshot
TheRogueUK is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 02-08-2013 , 16:50   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3982

Code:
sm plugins load disabled/gungame_sdkhooks.smx
L 02/08/2013 - 13:49:43: [SM] Native "CreateNative" reported: Fatal error creating dynamic native!
L 02/08/2013 - 13:49:43: [SM] Displaying call stack trace for plugin "disabled/gungame_sdkhooks.smx":
L 02/08/2013 - 13:49:43: [SM] [0] Line 3, gungame/natives.sp::OnCreateNatives()
L 02/08/2013 - 13:49:43: [SM] [1] Line 78, gungame.sp::AskPluginLoad2()
[SM] Plugin disabled/gungame_sdkhooks.smx failed to load: Native "BfWriteByte" was not found.
__________________

Last edited by PresidentEvil; 02-08-2013 at 16:50.
PresidentEvil is offline
DoPe^
Veteran Member
Join Date: Jul 2008
Location: Denmark / Copenhagen
Old 02-08-2013 , 20:32   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3983

Quote:
Originally Posted by PresidentEvil View Post
Code:
sm plugins load disabled/gungame_sdkhooks.smx
L 02/08/2013 - 13:49:43: [SM] Native "CreateNative" reported: Fatal error creating dynamic native!
L 02/08/2013 - 13:49:43: [SM] Displaying call stack trace for plugin "disabled/gungame_sdkhooks.smx":
L 02/08/2013 - 13:49:43: [SM] [0] Line 3, gungame/natives.sp::OnCreateNatives()
L 02/08/2013 - 13:49:43: [SM] [1] Line 78, gungame.sp::AskPluginLoad2()
[SM] Plugin disabled/gungame_sdkhooks.smx failed to load: Native "BfWriteByte" was not found.
update to a SM 1.5 snapshot

Last edited by DoPe^; 02-08-2013 at 20:32.
DoPe^ is offline
Den0va
Junior Member
Join Date: May 2012
Old 02-09-2013 , 20:48   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3984

Hi Guys,

Is there anyway to configure the !give to only be allowed every 3 seconds.. I want to install that to prevent people spamming guns and dropping them.. Causing the server mass lag and eventually crash..

If anyone can point me in the right direction it'll be very appreciative.


---EDIT---
Also, is it possible to convert ES GG5.1 Wins Rank DB to SM GunGame?
I have been forced to switch due to the recent update, and really need to convert the wins over.. (I have a lot of players with over 1k to 300 wins).

If it's not possible, what is the layout of a ESGG3 DB look like, cause I'll just manuall write it out if I am unable to.. (woop woop over 1.8k ranks to manually handle)

Cheers!
~ Den0va

Last edited by Den0va; 02-09-2013 at 22:39. Reason: Added Rank Enquiry
Den0va is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 02-10-2013 , 05:23   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3985

it's possible to convert databases
esgg51 has normal sqlite database
post here your database, i'll convert it and release convert script
__________________

Last edited by altex; 02-10-2013 at 05:27.
altex is offline
Den0va
Junior Member
Join Date: May 2012
Old 02-10-2013 , 12:43   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3986

Hi altex,

If you could do that man, I'll be forever in your debt!!

I have attached it as per your request..

Let us know how you go..

Thanks for your help!

~ Den0va
Attached Files
File Type: zip gg_database.zip (66.7 KB, 220 views)
Den0va is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 02-10-2013 , 17:48   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3987

Quote:
Originally Posted by Den0va View Post
Hi altex,

If you could do that man, I'll be forever in your debt!!

I have attached it as per your request..

Let us know how you go..

Thanks for your help!

~ Den0va
ok, i added instructions and converter
check this
[*]Q. How to convert my ES GG 5.1 winners database file into SM GG database?
A.
1) Install php (from http://php.net) into C:\programs\php folder.
2) Copy C:\programs\php\php.ini-development into C:\programs\php\php.ini file.
3) Uncomment 2 lines in C:\programs\php\php.ini:
3.1) extension_dir = "ext"
3.2) extension=php_sqlite3.dll
4) Run C:\programs\php\php.exe tools\convert_winners_esgg51_to_ggsm.php <input.db> <output.db>
where input.db is your ES GG 5.1 sqlite winners database file,
and output.db is you SM GG sqlite winners database file, that is usualy located in
addons\sourcemod\data\sqlite\sourcemod-local.sq3.
__________________
altex is offline
Den0va
Junior Member
Join Date: May 2012
Old 02-10-2013 , 18:44   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3988

@altex;

Following everything to a T except for one thing... My download did not come with "convert_winners_esgg51_to_ggsm.php"...

::Edit::
There is also no file name php.exe within the extraction or downloads I can find from php.net

How am I meant to do this if there are files that aren't even there; and instructions provided are a bare minimum ;_; -- Don't mind me, just venting.

Last edited by Den0va; 02-10-2013 at 19:11.
Den0va is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 02-11-2013 , 03:04   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3989

Quote:
Originally Posted by Den0va View Post
@altex;

Following everything to a T except for one thing... My download did not come with "convert_winners_esgg51_to_ggsm.php"...

::Edit::
There is also no file name php.exe within the extraction or downloads I can find from php.net

How am I meant to do this if there are files that aren't even there; and instructions provided are a bare minimum ;_; -- Don't mind me, just venting.
i think you downloaded php for linux, not for windows, that's why it does not contains any exe
and sure you downloaded gungame zip file before asking me to write this script, i written it yesterday and added to zip file

anyway, it's there

php
php.net
http://php.net/downloads.php
http://windows.php.net/download/#php-5.4
http://windows.php.net/downloads/rel...32-VC9-x86.zip
Code:
>"C:\Program Files\7-Zip\"7z.exe l php-5.4.11-Win32-VC9-x86.zip | findstr php.exe
2013-01-17 00:49:37 ....A        59904        30904  php.exe
gungame sm
http://forums.alliedmods.net/showthr...93977#download
http://forums.alliedmods.net/attachm...7&d=1360536422
Code:
>"C:\Program Files\7-Zip\"7z.exe l sm_gungame-1.2.11.2.zip | findstr convert_winners_esgg51_to_ggsm
2013-02-11 02:33:16 ....A         2538          918  tools\convert_winners_esgg51_to_ggsm.php
__________________

Last edited by altex; 02-11-2013 at 03:08.
altex is offline
GBABY420
Junior Member
Join Date: Jan 2013
Old 02-11-2013 , 11:22   Re: [CS:S/CS:GO] GunGame
Reply With Quote #3990

i can't get this gg to work eather
if im in the wrong area please point me to the right area, like give me a link were to post for help...

19 <Failed> "GunGame:SM" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team
20 <Failed> "GunGame:SM Afk Management" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team
21 <Failed> "GunGame:SM Bot Protection" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team
22 "GunGame:SM Config Reader" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team
23 "GunGame:SM Display Winner" (1.2.11.2) by bl4nk, Otstrel.ru Team
24 "GunGame:SM Winner Logger" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team
25 "GunGame:SM Map Vote Starter" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team
26 <Failed> "GunGame:SM Stats" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team
27 <Failed> "GunGame:SM TK Management" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team
28 "GunGame:SM Warmup Configs Execution" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team
29 "GunGame:SM Winner Effects" (1.2.11.2) by teame06-hat, Liam, Otstrel.ru Team

EDIT: thank you corvette911 for your help..

Last edited by GBABY420; 02-13-2013 at 10:03.
GBABY420 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:41.


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