Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: qNiGHT
Forum: Plugins 11-02-2020, 17:55
Replies: 314
Views: 182,514
Posted By qNiGHT
Re: [CS:GO] Always Weapon Skins [2.2.8 :: 2018.12.09]

Doesn't work for me, is only displaying this message log. ( when i pickup weapons from map )

[AWS] OnPostWeaponEquip(weapon=227)
[AWS] -> Skipped: IsMapWeapon(weapon=227) is false
[AWS]...
Forum: Plugins 06-28-2020, 21:25
Replies: 41
Views: 30,214
Posted By qNiGHT
Re: [CS:S/CS:GO] LagCompensation / 0 Ping

"CS:GO seems to have a fix for this in built. For CS:S I've included a plugin AntiLagSwitch which forces player simulation with empty packets after the server didn't hear from them for 16 ticks."
Forum: Plugins 06-01-2020, 18:36
Replies: 232
Views: 127,287
Posted By qNiGHT
Forum: SourceBans / SourceBans++ 05-11-2020, 15:56
Replies: 152
Views: 135,965
Posted By qNiGHT
Re: SourceBans Star Theme (SB++v1.6.3)

it doesn't support sourcebans 1.7.0.. "SourceBans Star Theme (SB++v1.6.3)"
SB++v1.6.3
Forum: Plugins 02-15-2020, 12:29
Replies: 175
Views: 111,199
Posted By qNiGHT
Re: [CS:GO] -N- Arms Fix [2.0.2 | 2019-11-29]

Just install only "ArmsFix.ext2.csgo.so" extenstion, without armsfix plugin.
Forum: Store 11-15-2019, 17:17
Replies: 0
Views: 8,041
Posted By qNiGHT
g_cvarVIPFlag bug.

When i put sm_store_vip_flag "s" and i equipped some items from the shop, the next map / when i disconnect i don't have equipped nothing...
else if i will buy this items and then i put...
Forum: Scripting 10-02-2019, 08:14
Replies: 0
Views: 864
Posted By qNiGHT
[Help] Block "teammenu" bind

It is possible to block teammenu bind in CS:GO? If yes, how?
Forum: SourceBans / SourceBans++ 09-30-2019, 14:19
Replies: 15
Views: 7,755
Posted By qNiGHT
Re: [Help] SourceBans++ compiling error

Now i don't have any errors ... ( clean source from https://github.com/sbpp/sourcebans-pp )


//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// sbpp_main.sp
//
// Code size: ...
Forum: SourceBans / SourceBans++ 09-29-2019, 04:34
Replies: 15
Views: 7,755
Posted By qNiGHT
Re: [Help] SourceBans++ compiling error

i know,

//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// sbpp_main.sp
//
// D:\sourcemod 1.9\addons\sourcemod\scripting\sbpp_main.sp(336) : warning 219: local variable "ip"...
Forum: SourceBans / SourceBans++ 09-28-2019, 15:40
Replies: 15
Views: 7,755
Posted By qNiGHT
Re: [Help] SourceBans++ compiling error

Latest downloads for version 1.9 - build 6282:

will you help?
Forum: SourceBans / SourceBans++ 09-28-2019, 08:51
Replies: 15
Views: 7,755
Posted By qNiGHT
Re: [Help] SourceBans++ compiling error

i have this sm version...
https://www.sourcemod.net/downloads.php?branch=stable
Forum: SourceBans / SourceBans++ 09-23-2019, 16:10
Replies: 15
Views: 7,755
Posted By qNiGHT
Re: [Help] SourceBans++ compiling error

All files i have it's from there.. https://forums.alliedmods.net/showthread.php?p=2303384

I just edited sbpp_main.sp ( from the above ) because i want to change this reason "You have been banned...
Forum: SourceBans / SourceBans++ 09-23-2019, 04:03
Replies: 15
Views: 7,755
Posted By qNiGHT
Re: [Help] SourceBans++ compiling error

You mean this ?-> https://forums.alliedmods.net/showthread.php?p=2303384
Forum: SourceBans / SourceBans++ 09-22-2019, 15:47
Replies: 15
Views: 7,755
Posted By qNiGHT
Re: [Help] SourceBans++ compiling error

I just want to make something like this
https://forums.alliedmods.net/showthread.php?t=201679&page=3
For SourceBans++

//...
Forum: Store 09-22-2019, 13:10
Replies: 0
Feature Request bhopcheck command.
Views: 9,232
Posted By qNiGHT
bhopcheck command.

it's possible to make a command to check if a player have bhop in shop?
like /checkbhop [ #userid / name ]

/bhopcheck qNiGHT
[Store] qNiGHT's bhop eqquiped: No

[Store] qNiGHT's bhop eqquiped:...
Forum: SourceBans / SourceBans++ 09-22-2019, 07:41
Replies: 15
Views: 7,755
Posted By qNiGHT
[Solved] SourceBans++ compiling error

// D:\sourcemod 1.9\addons\sourcemod\scripting\sbpp_main.sp(349) : error 180: function return type differs from prototype. expected 'int', but got 'void'
// D:\sourcemod...
Forum: Scripting 09-03-2019, 14:30
Replies: 10
Views: 3,697
Posted By qNiGHT
Re: [HELP] Set Player's Name Color

https://forums.alliedmods.net/showthread.php?t=286913
Try this

#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR "SpirT"
#define PLUGIN_VERSION "1.0"
Forum: Scripting 09-01-2019, 07:42
Replies: 6
Views: 3,697
Posted By qNiGHT
Re: Scripting ConVar

simple example

public void OnPluginStart()
{
RegAdminCmd("sm_restart", RESTART, ADMFLAG_GENERIC);
}

public Action RESTART(client, args)
{
ServerCommand("sm_rcon mp_restartgame 1");
Forum: Scripting 08-30-2019, 10:48
Replies: 5
Views: 1,934
Posted By qNiGHT
Re: Weird issue cant figure out

+


char map[PLATFORM_MAX_PATH];
GetCurrentMap(map, sizeof(map));

if((strncmp(map, "aim_deagle7k", 5) == 0) || (strncmp(map, "aim_ ( for all aim_ maps )", 4) == 0) || (strncmp(map,...
Forum: Plugins 06-26-2019, 14:19
Replies: 4
Views: 4,095
Posted By qNiGHT
Re: [CS:GO] hLiveCredits

L 06/26/2019 - 20:51:41: [SM] [1] Line 115, plugin.sp::ShowLiveCredits
L 06/26/2019 - 20:51:42: [SM] Exception reported: Entity 13 (13) is invalid
L 06/26/2019 - 20:51:42: [SM] Blaming:...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT -4. The time now is 03:36.


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