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

Showing results 1 to 25 of 51
Search took 0.00 seconds.
Search: Posts Made By: NUdH3
Forum: Extensions 02-16-2015, 07:55
Replies: 365
Views: 235,158
Posted By NUdH3
Re: SendProxy Manager

Can someone compile this extension for css with that fix?

https://forums.alliedmods.net/showpost.php?p=1916540&postcount=171

It is not included in the current source:...
Forum: Scripting 02-05-2015, 09:08
Replies: 1
Views: 581
Posted By NUdH3
ForcePlayerSuicide: prevent selfkill sound

hello,

is there some possibility to stop the sound that is played when a player is killed with ForcePlayerSuicide?

thanks!
Forum: Metamod:Source Questions 09-22-2014, 13:51
Replies: 1
Views: 1,114
Posted By NUdH3
Re: auto keyword and AMBuilder

I would use this for example:

auto a = 1 + 2;

but the error:

error: 'auto' will change meaning in C++0x; please remove it

How i can use that?
Forum: Metamod:Source Questions 09-20-2014, 15:09
Replies: 1
Views: 1,114
Posted By NUdH3
auto keyword and AMBuilder

Hello,

i want to use the auto statement in the last gcc version.

Where i must add '-std=c++11' as compiler option?
Forum: Metamod:Source Plugins 08-20-2014, 07:52
Replies: 85
Views: 116,340
Posted By NUdH3
Re: Metamod Query Cache

How this works on Debian Linux? There is no ambuild in the obj-linux dir.
Forum: Scripting 08-02-2014, 11:36
Replies: 4
Views: 1,325
Posted By NUdH3
Deathrun and Trap Kills

Hey Guys,

i search a way to detect, which players are killed by a trap on a deathrun map from a terrorist. I like to give a point to that terrorist, who push the trap.

Mostly the attacker is...
Forum: Source Servers (SRCDS) 11-02-2013, 04:15
Replies: 1
Views: 727
Posted By NUdH3
TF2 "Respawn in" display

Hi,

on many servers i see over the gameplay of others (after death) a grey bar with the Ad: "Respawn in". At my fresh server the player only sees the gameplay of others and does not know when he...
Forum: Scripting 07-20-2013, 07:38
Replies: 3
Views: 1,597
Posted By NUdH3
Check for valid Client at EventHooks

Hey,

which checks i should perform at events?

Is it enough, when i use:

new client = GetClientOfUserId(GetEventInt(event, "userid"));
if (client)

or should i use:
Forum: Scripting 03-11-2013, 13:58
Replies: 3
Views: 1,694
Posted By NUdH3
Re: IsClientAuthorized and OnClientAuthorized

@ecca: That was not my question.

I mean - for example - if IsClientAuthorized returning false, when the players STEAM ID is "STEAM_ID_PENDING"?
The same with OnClientAuthorized. Is this called,...
Forum: Scripting 03-11-2013, 13:24
Replies: 3
Views: 1,694
Posted By NUdH3
IsClientAuthorized and OnClientAuthorized

hey,

short question regarding IsClientAuthorized and OnClientAuthorized.

They are return false and not be called if the steam id from a player = STEAM_ID_PENDING?
Forum: Coding MM:S Plugins & SM Extensions 03-02-2013, 15:01
Replies: 4
Views: 2,239
Posted By NUdH3
Re: Compile issues

my current problem:

/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.5/libstdc++.so when searching for -lstdc++
/usr/bin/ld: skipping incompatible...
Forum: Coding MM:S Plugins & SM Extensions 03-01-2013, 15:05
Replies: 4
Views: 2,239
Posted By NUdH3
Re: Compile issues

Thanks, but new errors:

In file included from sdk/smsdk_ext.h:99,
from sdk/smsdk_ext.cpp:34:
sdk/ISmmPlugin.h:37:24: error: sourcehook.h: No such file or directory
In file...
Forum: Coding MM:S Plugins & SM Extensions 03-01-2013, 14:46
Replies: 4
Views: 2,239
Posted By NUdH3
Compile issues

hello,

i tried to compile (extension), but i get many errors:

In file included from sdk/smsdk_ext.cpp:34:
sdk/smsdk_ext.h:41:27: error: IExtensionSys.h: No such file or directory...
Forum: Scripting 02-20-2013, 11:48
Replies: 10
Views: 2,208
Posted By NUdH3
Change sm_ Command Prefix?

Hello,

is there a way to change the sm_ Prefix?

Example:

RegConsoleCmd("sm_abc", Command_abc);

In the chat usable by !abc and /abc. Can i change sm_ in a other prefix, so i can register...
Forum: Scripting 02-19-2013, 05:04
Replies: 15
Views: 3,613
Posted By NUdH3
Forum: Scripting 02-15-2013, 09:53
Replies: 15
Views: 3,613
Posted By NUdH3
Re: Set a correct boost in pawn

It's not the self boost like in ES. But why?

Here the other used functions in the push function.

def viewVector(self):
""" Returns the player's view vector. """
if...
Forum: General 02-05-2013, 18:42
Replies: 241
Views: 100,423
Posted By NUdH3
Re: CS:S Update 2/5/13

@cREANy0: It works with the latest MM:S 1.10 Dev Snapshot.
Forum: Extensions 02-05-2013, 17:54
Replies: 2,726
Views: 2,784,333
Posted By NUdH3
Re: SDK Hooks 2.1 - Updated 2011-9-10

A rename not work at my server. Current SM and MetaMod 1.9 Snapshot is installed.
Forum: General 02-05-2013, 17:46
Replies: 241
Views: 100,423
Posted By NUdH3
Re: CS:S Update 2/5/13

The cstrike Extension is not loading. Can anyone confirm?
Forum: Extensions 02-05-2013, 16:51
Replies: 2,726
Views: 2,784,333
Posted By NUdH3
Re: SDK Hooks 2.1 - Updated 2011-9-10

Is there an update for the css update today?
Forum: Scripting 01-26-2013, 19:21
Replies: 6
Views: 1,325
Posted By NUdH3
Re: Share SQL Columns to other Plugins

I think I'll take an array and store all the columns in it. But how i format the string, which i pushed into the array? ColumnName=Value? And how do i find the value in the array again?

Or does...
Forum: Scripting 01-25-2013, 08:38
Replies: 6
Views: 1,325
Posted By NUdH3
Re: Share SQL Columns to other Plugins

I have a table like this (for global settings; it's only one table):

column1, column2, column3, ...

This one plugin should retrive and save all columns (in an array?). Over a native all plugins...
Forum: Scripting 01-24-2013, 11:06
Replies: 6
Views: 1,325
Posted By NUdH3
Re: Share SQL Columns to other Plugins

Hi,

i think i return all columns as a string.

But what are my options to save all columns? Should i use an Array or is there a other good option?


Thanks.
Forum: Scripting 01-21-2013, 03:00
Replies: 6
Views: 1,325
Posted By NUdH3
Share SQL Columns to other Plugins

I work on a Plugin, that load all columns from a sql table for a specific server. I want, that this plugin shares the content of the columns to other plugins over a native. My purpose: less sql...
Forum: Scripting 11-26-2012, 02:03
Replies: 7
Views: 1,900
Posted By NUdH3
Re: Question about SQL

I use the same query.

With phpmyadmin it works, but in SourceMod i get a Syntax Error.

Format(query, sizeof(query), "SET @rownum := 0; SELECT rank FROM (SELECT @rownum := @rownum+1 AS rank,...
Showing results 1 to 25 of 51

 
Forum Jump

All times are GMT -4. The time now is 17:38.


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