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

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: xtance
Forum: General 01-14-2022, 04:13
Replies: 25
Views: 10,570
Posted By xtance
Re: [RELEASE | EDITOR] SourcePawn for Visual Studio Code

For some reason highlighting works but no autocompletion
It worked in past but not now (IDK why)
Paths set up correctly I guess (plugins are compiling)
Also this on extension page...
Forum: General 08-16-2021, 12:45
Replies: 25
Views: 10,570
Posted By xtance
Re: [RELEASE | EDITOR] SourcePawn for Visual Studio Code

Hello, please help with
"Not a .sp file, aborting"
When trying to compile .sp file


"sourcepawn.MainPath": "D:\\Server\\scripting\\",
"sourcepawn.outputDirectoryPath":...
Forum: Unapproved Plugins 06-14-2021, 09:44
Replies: 187
Views: 168,118
Posted By xtance
Re: [CS:GO] First Person View Models Interface (with World Models) [Updated 26-Jan-20

Sometimes this is being spammed in console, when I switch weapons
(knife to awp)

Failed to set custom material for 'awp', no matching material name found on model...
Forum: Plugins 12-04-2020, 03:59
Replies: 138
Views: 91,050
Posted By xtance
Forum: Scripting 11-21-2020, 18:53
Replies: 15
Views: 3,374
Posted By xtance
Re: [CS:GO] surpressing event "player_team" will lead to not closing the teamselect p

Yes, it finally worked, just forgot to edit post

public Action Event_PlayerTeam(Event event, const char[] name, bool dontBroadcast) {
if (dontBroadcast || event.GetBool("disconnect")) return...
Forum: Scripting 10-31-2020, 07:19
Replies: 15
Views: 3,374
Posted By xtance
Re: [CS:GO] surpressing event "player_team" will lead to not closing the teamselect p

Weird, teamselect menu is still bugged after this and team needs to be selected twice
Forum: Plugins 05-01-2020, 05:47
Replies: 871
Views: 415,343
Posted By xtance
Re: MOTDgd Advertisements (3.0.2 2020/01/04) ** Added 'rewards' (works with CSGO) **

CS:GO support? How? Can anyone show an example how it works please?
Forum: Source Servers (SRCDS) 04-24-2020, 17:09
Replies: 3
Views: 1,537
Posted By xtance
Re: Give weapon with PTAH cause crash

There is no weapon_sg552 in CS:GO, only weapon_sg556
Forum: Suggestions / Requests 04-03-2020, 20:46
Replies: 6
Views: 2,375
Posted By xtance
Re: Free vip steam player

In fact there are non-steam players.
Forum: Plugin/Gameplay Ideas and Requests 03-26-2020, 16:33
Replies: 5
Views: 1,743
Posted By xtance
Re: Ban Nickname Stealer [CS:GO]

You can go to spectators, find player you'd like to ban and use this code to get his userid/client id/whatever:


int iTarget = 0;
int iSpecMode = GetEntProp(iClient, Prop_Send,...
Forum: Plugin/Gameplay Ideas and Requests 03-26-2020, 14:09
Replies: 2
Views: 811
Posted By xtance
Re: Automatic ban racist peoples

Use OnClientSayCommand forward:

public Action OnClientSayCommand(int iClient, const char[] command, const char[] sArgs)
{
if ((StrContains(sArgs,"despite",false) != -1)
||...
Forum: HL1 Servers (HLDS) 01-06-2020, 09:54
Replies: 6
Views: 3,516
Posted By xtance
Re: CS1.6 RCON Player Info

You need to make a plugin with server command, that will send a JSON string to the console of server, containing players, healths, etc.
Then you make a php script where you execute that command and...
Forum: Snippets and Tutorials 12-17-2019, 13:34
Replies: 17
Views: 9,309
Posted By xtance
Re: [tweak] Compile plugins by double click

Is it possible to add flags to spcomp when using this? https://wiki.alliedmods.net/Spcomp_switches
Thanks in advance
Forum: Unapproved Plugins 11-20-2019, 06:26
Replies: 1,862
Views: 1,158,504
Posted By xtance
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

I got "[SM] Exception reported: Error fetching data from field 317"
and "[SM] Exception reported: Instruction contained invalid parameter"
Should I just wait for stable version? Or delete my...
Forum: Scripting 11-19-2019, 10:23
Replies: 1
Views: 831
Posted By xtance
Re: Realistic script idea or a waste of time?

It's possible. Also demos from GOTV can be viewed from anyone's point of view so you can basically use this plugin so users can start a demo using /record ...
Forum: Source Servers (SRCDS) 10-23-2019, 14:54
Replies: 29
Views: 9,768
Posted By xtance
Re: bsp overriding mp_free_armor 2

Same problem. Don't worry, this game is retarded, the fix is a simple plugin giving everyone armor.
Forum: Source Servers (SRCDS) 10-12-2019, 11:47
Replies: 2
Views: 885
Posted By xtance
Re: Admins not acknowledged

It's identity, not identify in admins.cfg
(Also try putting everything in quotes -> "Overrides" instead of Overrides and so on, I don't sure if this necessary but official guide has them...
Forum: Extensions 06-20-2019, 16:58
Replies: 39
Views: 36,153
Posted By xtance
Re: [EXTENSION] Send / Request Files from clients

Doesn't work for me, server just crashes. Trace https://crash.limetech.org/sjduaettggye
filenetmessages.ext.2.csgo.so!ClientListener::InterceptClientConnect(int, char*, unsigned int) + 0x39
Why:(
Forum: Source Servers (SRCDS) 05-16-2019, 10:10
Replies: 2
Views: 1,557
Posted By xtance
Forum: Plugins 04-04-2019, 17:44
Replies: 3
Views: 5,186
Posted By xtance
Re: [CSS] Global Voice Chat

Is it possible to recreate this for cs:go? I'm getting error on extension loading (libvstdlib_srv.so: cannot open shared object file: No such file or directory)
Forum: Source Servers (SRCDS) 12-11-2018, 10:59
Replies: 2
Views: 2,332
Posted By xtance
Re: CS:GO Crash : linux-gate.so!__kernel_vsyscall + 0x20

Update : server was crashing because I modified configs in /csgo/addons/sourcemod/configs/weapons
Strange bug isn't it? Anyway, thanks to Kgns's hint...
Forum: Source Servers (SRCDS) 12-10-2018, 15:44
Replies: 2
Views: 2,332
Posted By xtance
CS:GO Crash : linux-gate.so!__kernel_vsyscall + 0x20

Accelerator crash report : https://crash.limetech.org/biv65xo242no

These crashes appeared after update, now they happen at least once a hour.
It seems that they appear because of...
Forum: Off-Topic 10-04-2018, 09:03
Replies: 35
Views: 10,271
Posted By xtance
Re: Bailopan VACation

Still alive and even gets updates. :nono:
Forum: Source Servers (SRCDS) 08-22-2018, 14:18
Replies: 3
Views: 5,182
Posted By xtance
Re: Hosting CSGO server on VPS?

I host 3 servers (slots : 16,21,15, tick : 64) on one VPS.
3x3060mhz + 2048 mb RAM + 60 gb SAS/SSD, for ~$8.5 a month
Thanks Linux and cheap hardware <З

Yes sorry for necroposting :nono:
Forum: Plugins 06-07-2018, 09:05
Replies: 895
Views: 418,301
Posted By xtance
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT -4. The time now is 22:10.


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