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

Showing results 1 to 25 of 122
Search took 0.01 seconds.
Search: Posts Made By: AoD90
Forum: Scripting 02-03-2013, 17:55
Replies: 5
Views: 1,493
Posted By AoD90
Re: How to get 50% of players?

What if u have odd number of players?
Forum: Scripting 01-22-2013, 05:15
Replies: 3
Views: 1,312
Posted By AoD90
Re: CS:GO Hudmessage?

Anyone tested this? Is this working?
Forum: Source Servers (SRCDS) 01-20-2013, 04:09
Replies: 3
Views: 960
Posted By AoD90
Re: Gamemonitor script [help]

You need to put all queries into cron job, not into web page. Cronjob script will put all values into database and you just query database for data you want...
Forum: Scripting 12-31-2012, 05:03
Replies: 6
Views: 1,449
Posted By AoD90
Re: Compile Error D;!

Test this:
#include <sourcemod>
#include <sdktools>

new Hidden[MAXPLAYERS + 1];

public OnPluginStart()
{
HookEvent("round_start", GiveHidden);
}
Forum: Scripting 12-31-2012, 03:55
Replies: 6
Views: 1,449
Posted By AoD90
Re: Compile Error D;!

Maybe
GetRandomPlayer(team)
{
new clients[MaxClients+1], clientCount;
for (new i = 1; i <= MaxClients; i++)
if(IsClientInGame(i) && GetClientTeam(i) == team)
...
Forum: Scripting 12-30-2012, 13:10
Replies: 7
Views: 4,403
Posted By AoD90
Re: [CS:GO] Hook player name change

Thanks man :) This works.
Forum: Scripting 12-30-2012, 11:53
Replies: 7
Views: 4,403
Posted By AoD90
Re: [CS:GO] Hook player name change

This is not helping...

It looks like I should use timers to check nicks :)
Forum: Scripting 12-29-2012, 12:42
Replies: 7
Views: 4,403
Posted By AoD90
Re: [CS:GO] Hook player name change

Thanks for that but now...

I have this:
#include <sourcemod>
#include <cstrike>
#include <setname>

public Plugin:myinfo =
{
name = "New Plugin",
Forum: Scripting 12-29-2012, 12:12
Replies: 7
Views: 4,403
Posted By AoD90
[CS:GO] Hook player name change

Is there a way to do this?

I tried RegConsoleCmd("name", cmd_Name) but it gives me error: "WARNING: unable to link name and name because one or more is a ConCommand."

I searched in...
Forum: Scripting 12-01-2012, 14:00
Replies: 6
Views: 181,233
Posted By AoD90
Forum: Scripting 12-01-2012, 12:31
Replies: 6
Views: 181,233
Posted By AoD90
Re: [CS:GO] Warmup start/end, halftime, match end

This is what I have for now.

When 1st player enters server it triggers switch_team. Then when second player enter opposite team it triggers round_end ("Game_Commencing") and then round_start and...
Forum: Scripting 11-26-2012, 13:24
Replies: 6
Views: 181,233
Posted By AoD90
[CS:GO] Warmup start/end, halftime, match end

Hey all,
I'm new in SM scripting and CS:GO scripting in general.
So can someone tell me is there a way to catch these events?
Forum: Code Snippets/Tutorials 09-15-2011, 12:06
Replies: 12
Views: 13,480
Posted By AoD90
Re: [INC] Tiny Encryption Algorithm

Can u make xxtea for amxx?

http://pear.php.net/package/Crypt_XXTEA/docs/latest/__filesource/fsource_Crypt_XXTEA__Crypt_XXTEA-0.9.0CryptXXTEA.php.html
Forum: HL1 Servers (HLDS) 08-21-2011, 12:19
Replies: 0
Views: 942
Posted By AoD90
HLTV lag

Hi there,

I am hosting two EPSv2 servers on my machine, and the fps is stable, without drops, ping is great.. But..
When i try to host HLTV, the ping on hltv servers goes WAY over head... The...
Forum: HL1 Servers (HLDS) 08-19-2011, 08:30
Replies: 8
Views: 1,680
Posted By AoD90
Re: HLTV not recording whole match

Oke, I solved the problem (I think :)). It was because my other PHP script that is zipping demos and sending them to FTP. I needed to set more delay between checking if demo file size is changed (it...
Forum: HL1 Servers (HLDS) 08-19-2011, 03:49
Replies: 8
Views: 1,680
Posted By AoD90
Re: HLTV not recording whole match

Didn't try that but I don't think PHP is problematic.
Forum: HL1 Servers (HLDS) 08-18-2011, 12:23
Replies: 8
Views: 1,680
Posted By AoD90
Re: HLTV not recording whole match

The stop command is correct but for some reason HLTV didn't record everything in record - stop interval
Forum: HL1 Servers (HLDS) 08-18-2011, 12:02
Replies: 8
Views: 1,680
Posted By AoD90
Re: HLTV not recording whole match

I have a PHP script that is doing that and sends commands to HLTV.

The problem is that demo is not complete from moment I use record demoname to when stop command is used...
Forum: HL1 Servers (HLDS) 08-18-2011, 04:02
Replies: 8
Views: 1,680
Posted By AoD90
HLTV not recording whole match

I have script that calls HLTV to certain server and immediately executes these 3 cmds
serverpassword somepw
connect IP:Port
record demonameThen when match is finished it executes:
stopThe...
Forum: Scripting Help 08-01-2011, 15:04
Replies: 10
Views: 2,865
Posted By AoD90
Re: [Sockets]: Download a text for server usage

socket_open( "kz-scandinavia.com", 80, SOCKET_TCP, error );
Forum: Scripting Help 07-29-2011, 13:12
Replies: 0
Views: 671
Posted By AoD90
Detect socket connection lost

I have server which is connecting to socket server...
When socket server goes down my server crushes.
How can I fix this?

if (socket_change(g_Socket, 1))
{
socket_recv(g_Socket,...
Forum: Scripting Help 06-03-2011, 04:32
Replies: 3
Views: 1,209
Posted By AoD90
Index out of bounds

I have this code:

new g_LastDMG[33][33]

public resDMG()
{
for(new i = 0; i <= 32; i++)
{
for(new j = 0; j <= 32; j++)
{
Forum: Trash 05-01-2011, 09:22
Replies: 3
Views: 1,207
Posted By AoD90
Re: Nouveau Serveur De Jeux www.generation-digital.com

@ moderators

Is server/community advertising allowed ?
Forum: Scripting Help 05-01-2011, 09:13
Replies: 22
Views: 8,316
Posted By AoD90
Re: Protect private amxx plugin

Search AMX Disassembler
Forum: Trash 04-29-2011, 03:06
Replies: 8
Views: 1,994
Posted By AoD90
Re: HELP in get_user_team

http://www.amxmodx.org/funcwiki.php?search=cs_get_user_team&go=search
Showing results 1 to 25 of 122

 
Forum Jump

All times are GMT -4. The time now is 08:50.


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