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

Showing results 1 to 25 of 54
Search took 0.01 seconds.
Search: Posts Made By: arYx
Forum: Plugins 09-17-2014, 04:28
Replies: 6
Views: 7,756
Posted By arYx
Re: [TF2] My SteamID (v1.0 2014/09/12)

but what If I would want to read it out with a script? for example GetClientAuthString(clieant, steamid, 32); isn't working.
Forum: Plugins 09-15-2014, 17:19
Replies: 6
Views: 7,756
Posted By arYx
Re: [TF2] My SteamID (v1.0 2014/09/12)

whats the command for steam3?

if it is for steam2 GetClientAuthString(clieant, steamid, 21);

any idea?
Forum: Scripting 07-06-2014, 23:15
Replies: 6
Views: 1,046
Posted By arYx
Re: noblock with timer

I've tried to fix it..

#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#include <cstrike>

#define PLUGIN_VERSION "0.1"

#define PREFIX "\x04[BN] "
Forum: Scripting 07-06-2014, 13:05
Replies: 6
Views: 1,046
Posted By arYx
noblock with timer

I can't get this script to work

#pragma semicolon 1
#include <sourcemod>
#include <sdktools>

#define PLUGIN_VERSION "0.1"

#define PREFIX "\x04[ZM] "
Forum: Scripting 07-06-2014, 08:54
Replies: 1
Views: 812
Posted By arYx
team-limit in csgo

Im trying to build a team limit script in csgo, that doesnt unblock the limits it is suppose to set a number for team T's only

#include <sourcemod>
#include <sdktools>
#include <cstrike>
...
Forum: Plugins 06-20-2014, 12:40
Replies: 1,919
Views: 777,510
Posted By arYx
Forum: Plugins 06-20-2014, 07:51
Replies: 1,919
Views: 777,510
Posted By arYx
Re: [ANY] CallAdmin - Extended Report Mod

I've set both on "0" and they still get deleted every 5 minutes.
Forum: Plugins 06-20-2014, 03:55
Replies: 1,919
Views: 777,510
Posted By arYx
Re: [ANY] CallAdmin - Extended Report Mod

how may i stop calladmin deleting the entrys in the sql every 6 mins?
Forum: Scripting 05-31-2014, 12:40
Replies: 9
Views: 2,248
Posted By arYx
Re: sql name adding..?

can't get it to not crash..
Forum: Scripting 05-18-2014, 20:45
Replies: 9
Views: 2,248
Posted By arYx
Re: sql name adding..?

anyone can help?
Forum: Scripting 05-14-2014, 07:27
Replies: 9
Views: 2,248
Posted By arYx
Re: sql name adding..?

As far it looks like this:

#include <sourcemod>
#include <cstrike>
#define PLUGIN_VERSION "0.3"

#define PREFIX "\x04[Points] \x01> \x03"

new sql_id[MAXPLAYERS];
new Handle:dbcon =...
Forum: Scripting 05-09-2014, 04:28
Replies: 9
Views: 2,248
Posted By arYx
sql name adding..?

public InitDBCheck1(Handle:owner, Handle:hndl, const String:error[], any:data)
{
if (hndl == INVALID_HANDLE || strlen(error) > 0)
{
LogError("Query error: %s", error);
...
Forum: Plugin/Gameplay Ideas and Requests 04-28-2014, 12:11
Replies: 5
Views: 1,159
Posted By arYx
Re: setmodel with dif hitbox

No, I ment that this code which I posted sets the hitbox of a toilet into a toilet or something smaller.

But I would like it to set the toilet model into the hitbox of an terrorist/ct (human).
...
Forum: Scripting 04-04-2013, 22:59
Replies: 2
Views: 1,198
Posted By arYx
Kill player below 5 HP

#include <sourcemod>
#include <sdktools>

public OnPluginStart()
{
HookEvent("weapon_fire", weapon_fire);
}


public Action:weapon_fire(Handle:event, const String:name[],...
Forum: Plugin/Gameplay Ideas and Requests 02-26-2013, 14:20
Replies: 5
Views: 1,159
Posted By arYx
setmodel with dif hitbox

Does anyone know what i have to change or add, to make the model which i set have always the hitbox of a "terrorist leet"

public Action:Command_SetModel(client, args)
{
if (args < 2)
{...
Forum: Plugin/Gameplay Ideas and Requests 02-13-2013, 11:18
Replies: 20
Views: 6,166
Posted By arYx
Re: Thirdperson for CSS

missing toomuch vars, to reconstruct it.
Forum: Plugin/Gameplay Ideas and Requests 02-11-2013, 23:59
Replies: 20
Views: 6,166
Posted By arYx
Forum: Plugin/Gameplay Ideas and Requests 02-10-2013, 17:13
Replies: 6
Views: 1,593
Posted By arYx
Re: Admin flags question

hmm.. anyone got a idea?
Forum: Plugin/Gameplay Ideas and Requests 02-10-2013, 16:39
Replies: 7
Views: 1,881
Posted By arYx
Re: Self Spectate?

stock Client_SetThirdPersonMode(client, enable=true); (http://www.sourcemodplugins.org/smlib/#) ?
Forum: Plugin/Gameplay Ideas and Requests 02-10-2013, 15:52
Replies: 7
Views: 1,881
Posted By arYx
Re: Self Spectate?

but can see yourself still..
Forum: Plugin/Gameplay Ideas and Requests 02-10-2013, 15:51
Replies: 7
Views: 1,881
Posted By arYx
Re: Self Spectate?

there has to be a different way to make this work.

maybe if you type !me that you go in noclip fly mode set from the position where you are right now, but wont have god on. Noclip without godmode...
Forum: Plugin/Gameplay Ideas and Requests 02-10-2013, 15:41
Replies: 7
Views: 1,881
Posted By arYx
Re: Self Spectate?

i know that thirdperson ain't working, im asking for another style to make myself viewable.
Forum: Plugin/Gameplay Ideas and Requests 02-10-2013, 13:31
Replies: 7
Views: 1,881
Posted By arYx
Self Spectate?

Is it possible to make a script with the command !me to make me see myself throughtout the spectator view. As in being for example a CT but letting the Spectator mode onto me. (Without moving to Spec...
Forum: Plugin/Gameplay Ideas and Requests 02-10-2013, 01:31
Replies: 6
Views: 1,593
Posted By arYx
Re: Admin flags question

well i need a script that does it temporarly, for example for the admin_generic flag or custom6..

stamm.. but then i have to split that huge script into 1 little part..
Forum: Plugin/Gameplay Ideas and Requests 02-09-2013, 07:24
Replies: 6
Views: 1,593
Posted By arYx
Re: Admin flags question

needs to support sourcebans..

ive tried

https://forums.alliedmods.net/showthread.php?t=186753 and https://forums.alliedmods.net/showpost.php?p=1537018&postcount=7

without success.

Anyone...
Showing results 1 to 25 of 54

 
Forum Jump

All times are GMT -4. The time now is 13:23.


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