Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 99
Search took 0.01 seconds.
Search: Posts Made By: wwzw
Forum: Scripting 03-11-2013, 23:52
Replies: 1
Views: 1,274
Posted By wwzw
How to automatically update the server?

CS: GO console often prompted:
Your server is out of date. Please update and restart.
The players can not enter the game, unless I update and restart the server.
How to automatically update CS: GO...
Forum: Scripting 03-10-2013, 08:27
Replies: 9
Views: 34,609
Posted By wwzw
Re: [Need help] Color Chat on CS:GO

Thank you very much! now, I can use:
\x01 = White
\x02 = Dark Red
\x03 = White
\x04 = Dark Green
\x05 = Moss Gre en
\x06 = Lime Green
\x07 = Light Red
In PrintToChat.
But how to use in...
Forum: Scripting 03-10-2013, 06:57
Replies: 9
Views: 34,609
Posted By wwzw
Re: [Need help] Color Chat on CS:GO

PrintToChatAll("\x01This is\x04 the test \x03msg");

I only can see Green and White : \x04 is Green, \x01 or \x03 are White .

How can I see other color in CS:GO? red and blue or other ?
Forum: Scripting 03-10-2013, 04:34
Replies: 9
Views: 34,609
Posted By wwzw
Re: [Need help] Color Chat on CS:GO

Thank you for your help, but I still can not write code.
I want to achieve their goals: like this:

PrintToChat (client, "\ x04This is test \ x03msg ...");
PrintToChatAll ("\ x04This is test \...
Forum: Scripting 03-09-2013, 07:34
Replies: 9
Views: 34,609
Posted By wwzw
[Need help] Color Chat on CS:GO

I would like to ask, how to use the color information in CS:GO?
If this is not possible, please tell me!
Thanks!
Forum: Scripting 03-08-2013, 20:51
Replies: 11
Views: 5,540
Posted By wwzw
Re: Need help: Socket On CS:GO?

sv_hibernate_when_empty 0

This can block the server into hibernation.

However, there is no better way to only allow a plug-in work?
Forum: Scripting 03-08-2013, 20:33
Replies: 11
Views: 5,540
Posted By wwzw
Re: Need help: Socket On CS:GO?

Thanks for Crytiqal !

I tested: When I login to the server, Socket work properly!
But ... how to make the Socket work, when no player on the server?
Forum: Scripting 02-27-2013, 20:44
Replies: 0
Views: 580
Posted By wwzw
[CS:GO] Show many message to client ?

In AMXX, I can use show_motd to post 1536 bytes to client.
Of course, I hope more than 1536 bytes.
1: How do I show more message to client in CS:GO ?
2: How to show HUD message to client in CS:GO...
Forum: Scripting 02-27-2013, 08:35
Replies: 2
Views: 1,714
Posted By wwzw
Forum: Scripting 02-27-2013, 06:51
Replies: 2
Views: 1,714
Posted By wwzw
How to Get user money and Set user money?

I want to access and modify the player's money in the CS: GO.
Who can help me? Thanks!
Forum: Extensions 02-23-2013, 10:41
Replies: 577
Views: 653,231
Posted By wwzw
Re: [EXTENSION] Socket (3.0.1)

I tested, It can use at CS:S v76 , But can't use on CS:GO !
Forum: Scripting 02-22-2013, 21:47
Replies: 11
Views: 5,540
Posted By wwzw
Re: Need help: Socket On CS:GO?

I am in the CS:S server test, it can work!
The console display:
:58776 connected
PHP page also display: ($data = fread ($fp, 4096); receive data)
send quit to quit

I edit some code of...
Forum: Scripting 02-22-2013, 20:27
Replies: 11
Views: 5,540
Posted By wwzw
Re: Need help: Socket On CS:GO?

This PHP function should be no errors, I use this function to send a message to scoket_hz.amxx.dll (AMX MOD X), and the right to obtain reply data.

May I ask who has been successfully using...
Forum: Scripting 02-22-2013, 19:48
Replies: 11
Views: 5,540
Posted By wwzw
Re: Need help: Socket On CS:GO?

I use listenexample.sp example:

// listening socket example for the socket extension
#include <sourcemod>
#include <socket>
public Plugin:myinfo = {
name = "listen socket example",
author...
Forum: Scripting 02-21-2013, 22:52
Replies: 11
Views: 5,540
Posted By wwzw
Need help: Socket On CS:GO?

I need a socket extensions, I found Socket3.0.1 at http://forums.alliedmods.net/showthread.php?t=67640 . But that can not work on CS:GO.
Can someone help me? Thanks!
Forum: Scripting 02-12-2013, 20:32
Replies: 10
Views: 5,137
Posted By wwzw
Re: How to Get Cvar String and Set Cvar String(and Num Float)

Thank you very much!I tested this function is working properly!
But I look at this is to use regular expressions to get content from the text.
Is not the only way we can? SourceMod not the content...
Forum: Scripting 02-10-2013, 09:36
Replies: 10
Views: 5,137
Posted By wwzw
Re: How to Get Cvar String and Set Cvar String(and Num Float)

Yes ! PassInfoVar is Invalid convar!
But , How can I get "PassInfoVal" value ?
Forum: Scripting 02-08-2013, 21:40
Replies: 10
Views: 5,137
Posted By wwzw
Re: How to Get Cvar String and Set Cvar String(and Num Float)

Thank's very much for 11530 and RedSword help me.
I think I can:

new Handle: H_PassInfoVar = FindConVar ("PassInfoVar");
new PassInfoVar [64];
GetConVarString (H_PassInfoVar, PassInfoVar,...
Forum: Scripting 02-08-2013, 19:52
Replies: 10
Views: 5,137
Posted By wwzw
Re: How to Get Cvar String and Set Cvar String(and Num Float)

I would like to ask how to obtain "somehandle"?
For example, I want to obtain and modify the "hostname", specifically, how to do it?

I would like to access or modify some Cvar in "core.cfg". For...
Forum: Scripting 02-08-2013, 18:53
Replies: 10
Views: 5,137
Posted By wwzw
How to Get Cvar String and Set Cvar String(and Num Float)

Who wants to help me, teach me how to get Cvar String (num, float), And set Cvar String (num, float).
Thank you very much!
Forum: Scripting 02-04-2013, 09:30
Replies: 7
Views: 2,408
Posted By wwzw
Re: Need Help: How to use MD5 passwords in the database?

I search for a MD5 function, I hope can use! https://forums.alliedmods.net/showpost.php?p=807337&postcount=2
But I first need to GET CVAR STRING to get "PassInfoVar" values ​​in the core.cfg is in...
Forum: Scripting 02-04-2013, 06:20
Replies: 7
Views: 2,408
Posted By wwzw
Re: Need Help: How to use MD5 passwords in the database?

Now I want to try to modify the admin-sql-threaded.sp file,
but I was the first contact with SM, I do not know how to get Cvar string values at ​​Core.cfg.
I want to get the value of the...
Forum: Scripting 02-03-2013, 11:03
Replies: 7
Views: 2,408
Posted By wwzw
Re: Need Help: How to use MD5 passwords in the database?

You do not understand what I mean!
I learn how to use the the SM management of CS: GO server.
Please look carefully to my question! Thank you!
Forum: Scripting 02-03-2013, 10:46
Replies: 7
Views: 2,408
Posted By wwzw
Need Help: How to use MD5 passwords in the database?

Hello, everybody
I know a little bit about AMXX, now I want to learn to use the the SM management of CS: GO server.
First of all, I want to use MySQL to save the administrator information, the...
Forum: Code Snippets/Tutorials 10-20-2012, 20:49
Replies: 52
Views: 41,051
Posted By wwzw
Re: [INC/MODULE] Sockets Forwards

I used for listen server, I am from a web page through PHP function "fsockopen" access to real-time information in the game.
But a lot of this log

......
L 10/20/2012 - 15:52:25: [AMXX] Forwards...
Showing results 1 to 25 of 99

 
Forum Jump

All times are GMT -4. The time now is 05:46.


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