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

Upcoming CS:GO update


Post New Thread Closed Thread   
 
Thread Tools Display Modes
wrox
Member
Join Date: Nov 2009
Location: /root
Old 01-23-2013 , 20:27   Re: Upcoming CS:GO update
#41

It seems like it's working just fine for me till players join (clients get stuck on loading screen).

Got the latest Metamod- and Sourcemod snapshot. Any kind soul out there who got any ideas?

Quote:
Netchannel: failed reading message 6 from 0.0.0.0:27015.
__________________

wrox is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 01-23-2013 , 22:04   Re: Upcoming CS:GO update
#42

Quote:
Originally Posted by psychonic View Post
Code:
stock PbSayText2(client, author = 0, bool:bWantsToChat = false, const String:szFormat[], any:...) {     decl String:szSendMsg[192];     VFormat(szSendMsg, sizeof(szSendMsg), format, 5);     StrCat(szSendMsg, sizeof(szSendMsg), "\n");         new Handle:pb = StartMessageOne("SayText2", client);     if (pb != INVALID_HANDLE)     {         PbSetInt(pb, "ent_idx", author);         PbSetBool(pb, "chat", bWantsToChat);         PbSetString(pb, "msg_name", szSendMsg);         PbAddString(pb, "params", "");         PbAddString(pb, "params", "");         PbAddString(pb, "params", "");         PbAddString(pb, "params", "");         EndMessage();     } }
*VFormat(szSendMsg, sizeof(szSendMsg), szFormat, 5);
Mitchell is offline
birne22
Member
Join Date: Sep 2011
Old 01-24-2013 , 02:07   Re: Upcoming CS:GO update
#43

what should I do with it ? with the code

Last edited by birne22; 01-24-2013 at 02:09.
birne22 is offline
klapo
Junior Member
Join Date: Sep 2007
Old 01-24-2013 , 04:10   Re: Upcoming CS:GO update
#44

Quote:
Originally Posted by wrox View Post
It seems like it's working just fine for me till players join (clients get stuck on loading screen).

Got the latest Metamod- and Sourcemod snapshot. Any kind soul out there who got any ideas?
Got same problem,
some players can join server, but I can't.
klapo is offline
fightarena
Member
Join Date: Nov 2011
Old 01-24-2013 , 04:41   Re: Upcoming CS:GO update
#45

All is ok !

You need to update : metamod and sourcemod
__________________
German hosting Servers !!!

quality n1




]
fightarena is offline
klapo
Junior Member
Join Date: Sep 2007
Old 01-24-2013 , 04:49   Re: Upcoming CS:GO update
#46

Quote:
Originally Posted by fightarena View Post
All is ok !

You need to update : metamod and sourcemod
Well, I have it updated:
Quote:
SourceMod Version Information:
SourceMod Version: 1.5.0-dev+3756
SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.0-dev+3756)
SourcePawn API: v1 = 4, v2 = 4
Compiled on: Jan 23 2013 150:00
Build ID: 3756:114d52909940
http://www.sourcemod.net/

meta version
Metamod:Source version 1.10.0-dev
Build ID: 816:582c855ba2b3-dev
Loaded As: Valve Server Plugin
Compiled on: Jan 22 2013
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/

Last edited by klapo; 01-24-2013 at 04:49.
klapo is offline
SanKen
Senior Member
Join Date: Oct 2012
Location: /var/logs
Old 01-24-2013 , 06:50   Re: Upcoming CS:GO update
#47

Quote:
L 01/24/2013 - 12:43:17: [SM] Unable to load plugin "smac_client.smx": Native "BfReadByte" was not found
L 01/24/2013 - 12:43:17: [SM] Unable to load plugin "smac.smx": Native "BfWriteByte" was not found
Very cool that I'm waiting for updates on this plugin.
SanKen is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 01-24-2013 , 06:53   Re: Upcoming CS:GO update
#48

Quote:
Originally Posted by SanKen View Post
Very cool that I'm waiting for updates on this plugin.
An update is already available.
__________________
GoD-Tony is offline
SanKen
Senior Member
Join Date: Oct 2012
Location: /var/logs
Old 01-24-2013 , 07:22   Re: Upcoming CS:GO update
#49

Quote:
Originally Posted by GoD-Tony View Post
Why not update automatically? updater ?

All the others are updated the. eye,etc.
SanKen is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 01-24-2013 , 07:25   Re: Upcoming CS:GO update
#50

Quote:
Originally Posted by SanKen View Post
Why not update automatically? updater ?
It was sent through updater as well. You can run sm_updater_check to force the update immediately.

Edit: If you have more questions then feel free to ask in the appropriate forum.
__________________

Last edited by GoD-Tony; 01-24-2013 at 07:26.
GoD-Tony is offline
Closed Thread



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 12:25.


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