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

Showing results 1 to 25 of 58
Search took 0.01 seconds.
Search: Posts Made By: BassPower
Forum: Plugins 03-29-2018, 04:18
Replies: 483
Views: 186,669
Posted By BassPower
Forum: Plugins 03-17-2018, 08:28
Replies: 483
Views: 186,669
Posted By BassPower
Re: [CS:GO] Cow Anti-Cheat (Updated 2/10/2018)

just log no ban action sourcebans++ 1.6.3 pre not working
Forum: General 02-26-2018, 12:12
Replies: 3
Views: 6,170
Posted By BassPower
Re: Required extension "SteamWorks" file("SteamWorks.ext") not running

install latest SteamWorks to server and restart/start: http://users.alliedmods.net/~kyles/builds/SteamWorks/
Forum: Scripting 02-22-2018, 10:36
Replies: 3
Views: 1,128
Posted By BassPower
Re: csgo best way use

i can post all code:

int RR = -1;
int SRG = -1;
int SSG = -1;

SDKHook(client, SDKHook_WeaponCanUse, WeaponCanUseGunsRound);
SDKHook(client, SDKHook_WeaponCanSwitchTo, WeaponCanUseGunsRound);...
Forum: Scripting 02-22-2018, 07:03
Replies: 3
Views: 1,128
Posted By BassPower
csgo best way use

public Action WeaponCanUseGunsRound(int client, int weapon)
{
if (RR || SGR || SSG != 1)return Plugin_Continue;
char sWeapon[32];
GetEdictClassname(weapon, sWeapon, sizeof(sWeapon));
if...
Forum: Scripting 02-14-2018, 06:49
Replies: 9
Views: 2,556
Posted By BassPower
Forum: Scripting 02-14-2018, 03:08
Replies: 0
Views: 543
Posted By BassPower
Menu items from other menu

Hey how get menu items from other menu:

VIP menu
1. Show Demage (Enable : Disable)

i have drapi show demage for vips and want enable from other !sd menu to my menu
...
Forum: Plugin/Gameplay Ideas and Requests 02-08-2018, 05:01
Replies: 3
Views: 1,816
Posted By BassPower
Re: CSGO Server info like Server Redirect

i just want print info on 3 servers :) and my title say: like Server Redirect
Forum: Plugin/Gameplay Ideas and Requests 02-06-2018, 06:14
Replies: 3
Views: 1,816
Posted By BassPower
CSGO Server info like Server Redirect

Hello, can someone create or give code how get more servers info in menu or other panel in csgo to show every 10min or less information about servers

like in cs1.6 or css:
[Server 1] [Map]...
Forum: Plugin/Gameplay Ideas and Requests 01-25-2018, 05:02
Replies: 0
Views: 540
Posted By BassPower
CSGO Bots add menu

hey friends can someone create simple menu for all players - player connected to server and server is empty and menu write to player: do you want bots add? yes || no - if yes create 4 bots if no just...
Forum: General 01-19-2018, 07:47
Replies: 48
Views: 15,590
Posted By BassPower
Re: [csgo] workshop maps are not working since last update

i create new but 2-3 days same shit workshop down what is wrong valve?? want kill csgo and no players ??
Forum: Plugin/Gameplay Ideas and Requests 11-23-2017, 03:23
Replies: 8
Views: 1,837
Posted By BassPower
Re: Seach Noscope Plugins for SSG [CSGO]

You can edit to no remove weapon_ssg08 and add... to just block IN_ATTACK2 button (mouse)

public Action OnPlayerRunCmd(int client, int &buttons, int &impulse, float vel[3], float angles[3], int...
Forum: Plugin/Gameplay Ideas and Requests 11-22-2017, 13:06
Replies: 8
Views: 1,837
Posted By BassPower
Re: Seach Noscope Plugins for SSG [CSGO]

go http://www.sourcemod.net/compiler.php
Forum: Plugin/Gameplay Ideas and Requests 11-22-2017, 03:09
Replies: 8
Views: 1,837
Posted By BassPower
Re: Seach Noscope Plugins for SSG [CSGO]

not tested
#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#define VERSION "1.0"

public Plugin myinfo =
{
name = "Scout No Scope",
author = "XARiUS, Holder",
Forum: General 11-20-2017, 03:39
Replies: 1
Views: 726
Posted By BassPower
Re: Hide only Secondary Weapon

here is code to remove secondary weapons, you can do it on round start
Forum: Scripting 11-17-2017, 03:47
Replies: 1
Views: 567
Posted By BassPower
Re: Issue with menu back button

Not tested

public void menu_Settings(int client)
{
Menu MenuIndex = new Menu(MenuSettingsHandle, MENU_ACTIONS_ALL);
char sTitle[64];
Format(sTitle, sizeof(sTitle), "Escolha a cor de sua...
Forum: Plugin/Gameplay Ideas and Requests 11-15-2017, 05:40
Replies: 1
Views: 952
Posted By BassPower
Ideas for GLS Ban

Hello friends, Is there any way to no get a ban on using ws knife gloves and another plugin?
block variables or change ws to others chat commands. I understand that the illegal and the Valve is...
Forum: SourceBans / SourceBans++ 11-03-2017, 05:20
Replies: 2
Views: 1,434
Posted By BassPower
Re: disable sourcebans other server chat spam

here is not sourcebans sorry for spam solved hlx chat options fixed :)
Forum: Scripting 11-03-2017, 05:17
Replies: 4
Views: 1,651
Posted By BassPower
Menu ITEMDRAW_DISABLED color

Hey friends, how i can change menu ITEMDRAW_DISABLED white color to dark color? now my menu title white ant 1. 2 . options white too

White (my menu title)
Dark 1. Menu option1 ITEMDRAW_DISABLED...
Forum: Plugin/Gameplay Ideas and Requests 10-18-2017, 03:14
Replies: 2
Views: 925
Posted By BassPower
Re: CS:GO SDKHook minimize list edit

here is spec rounds to switch or use guns like - if you play awp knife - remove or can't change to deagle gun working now. How i do and i just want know is there a possibility to otherwise shorten it
Forum: HLstatsX:CE 10-17-2017, 08:41
Replies: 4
Views: 2,150
Posted By BassPower
Re: logaddress_add:27500

Go on web https://whatismyipaddress.com/
or linux # ifconfig -a

Red color is your IP
Forum: Plugin/Gameplay Ideas and Requests 10-17-2017, 08:36
Replies: 2
Views: 925
Posted By BassPower
CS:GO SDKHook minimize list edit

Hello friends, how can i minimize code or is possible to sort things ? (I hope you understand what i ask you) :)

Like this:
SDKHook(client, SDKHook_WeaponCanSwitchTo, OnWeaponCanUseTaserRound,...
Forum: Plugin/Gameplay Ideas and Requests 10-16-2017, 07:10
Replies: 4
Views: 1,227
Posted By BassPower
Forum: Plugin/Gameplay Ideas and Requests 10-13-2017, 06:29
Replies: 4
Views: 1,227
Posted By BassPower
Re: CSGO random event (public void event_something)

not working i edited but tag mismatch

int g_iEventDay;

enum RoundType
{
RoundType_None = 0,
RoundType_WarmUp = 1,
RoundType_Knife = 2,
RoundType_NoScope = 3,
Forum: HLstatsX:CE 10-12-2017, 11:57
Replies: 4
Views: 2,150
Posted By BassPower
Re: logaddress_add:27500

logaddress_add IP:27500

IP - Where is hlx mysql db and script
Showing results 1 to 25 of 58

 
Forum Jump

All times are GMT -4. The time now is 18:09.


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