Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 117
Search took 0.01 seconds.
Search: Posts Made By: TrullSin
Forum: Source Servers (SRCDS) 08-30-2020, 11:44
Replies: 7
Views: 3,522
Posted By TrullSin
Re: OS and kernel

What you recommend better? XanMod or Liquorix and what debian version?
Forum: Source Servers (SRCDS) 08-28-2020, 16:08
Replies: 7
Views: 3,522
Posted By TrullSin
OS and kernel

Hi,

What is the best OS, kernel and software to make it smoother as possible atm (CS:GO)!
Forum: Plugins 03-24-2020, 00:42
Replies: 983
Views: 331,593
Posted By TrullSin
Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)

hello,

the server is only 9 t's and 3 c'ts and no more people can join the teams, it say they are full, anything I can do to fix?
Forum: Plugin/Gameplay Ideas and Requests 03-22-2020, 14:40
Replies: 2
Views: 673
Posted By TrullSin
Random message numbers when hit

Does anynone knows why this happens? when you hit someone you get in player chat a message like this:
1
2
2
1
Forum: Source Servers (SRCDS) 03-17-2020, 11:24
Replies: 1
Views: 1,135
Posted By TrullSin
CSGO Rates

Hi,

Im having a few problems with loss

Sometimes servers goes to 1, 2 or 3 loss and then goes to 0
https://prnt.sc/rhuw3f
https://prnt.sc/rhux46

My current rates are this:
sv_minrate...
Forum: Unapproved Plugins 10-24-2019, 10:14
Replies: 1,862
Views: 1,157,051
Posted By TrullSin
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

Error in console when choose Classic Knife:

Attempted to create unknown entity type weapon_knife_css!
NULL Ent in GiveNamedItem!

There is no errors in sourcemod log files, only in console.
...
Forum: Plugin/Gameplay Ideas and Requests 09-26-2019, 15:44
Replies: 0
Views: 787
Posted By TrullSin
Demo's problem

hi,

im using this to upload the demos to the ftp https://forums.alliedmods.net/showthread.php?p=1517461 but when I use ebot for example, it only saves de demo when every player disconnected, i...
Forum: Plugin/Gameplay Ideas and Requests 08-09-2019, 10:28
Replies: 2
Views: 837
Posted By TrullSin
Re: Export data to file

Numbers, steamid64's for example
Forum: Plugin/Gameplay Ideas and Requests 08-09-2019, 10:19
Replies: 2
Views: 837
Posted By TrullSin
Export data to file

What is the best way to export 1 column data from mysql to a certain file?
Forum: Source Servers (SRCDS) 05-19-2019, 15:28
Replies: 1
Views: 887
Posted By TrullSin
Multi-Core W2019

Is it possible to run CS:GO Multi-Core in Windows Server 2019?
Forum: Plugin/Gameplay Ideas and Requests 03-12-2019, 11:59
Replies: 2
Views: 885
Posted By TrullSin
Disable command

How can I disable a command from being executed? (dont want to use admin_overrides.cfg)
Tried to hook an event at start with new flags but I dont like that way.
Forum: Plugin/Gameplay Ideas and Requests 03-10-2019, 08:27
Replies: 4
Views: 1,458
Posted By TrullSin
Re: block buy item

I want to block a weapon in the buymenu, if I use from Mitchell it will block all menu, and weapon restrict, I cant get dropped weapons, just want to block one gun, for example, deagle in the buymenu.
Forum: Plugin/Gameplay Ideas and Requests 03-09-2019, 20:24
Replies: 4
Views: 1,458
Posted By TrullSin
block buy item

Hi, could anyone make me a plugin to block something from buymenu? It is for CS:GO
Forum: Plugin/Gameplay Ideas and Requests 03-03-2019, 21:43
Replies: 6
Views: 1,188
Posted By TrullSin
Join Server with flag

Hi, could anyone make me a plugin that only that players with flag a can join the server? If dont have flag a, they get kicked.
Forum: Plugins 01-16-2019, 15:02
Replies: 240
Views: 152,993
Posted By TrullSin
Re: [CS:GO] Retakes (v0.3.2, 2016-4-6)

Server crashing when using this.

Tried with previous sourcemod stable version and compiled. Also tried the default compiled version.

https://crash.limetech.org/zleickoe45hy
Forum: Source Servers (SRCDS) 01-15-2019, 17:07
Replies: 1
Views: 706
Posted By TrullSin
Crash when using Retakes plugin

Hi, could anyone help me.
If I use the retakes plugin in cs:go (compiled version with Sourcemod Linux 6273, tried previous version) it crash the server.

https://crash.limetech.org/bjnrm7f3p6nd
Forum: Scripting 01-05-2019, 15:34
Replies: 2
Views: 1,133
Posted By TrullSin
Create directory

How could I create the directory if doesent exists at map start?


char g_sLogs[PLATFORM_MAX_PATH + 1];

public OnMapStart()
{
BuildPath(Path_SM, g_sLogs, sizeof(g_sLogs),...
Forum: Scripting 01-05-2019, 13:31
Replies: 18
Views: 3,417
Posted By TrullSin
Re: Best way of using or statments

I want to if it has the CS:GO Full edition it will not check for prime, but if dont have CS:GO full edition it will check for prime
Forum: Scripting 01-05-2019, 12:38
Replies: 18
Views: 3,417
Posted By TrullSin
Re: Best way of using or statments

Not working, I get kicked and I have CS:GO for the last 2 years or more, and I got upgraded after the update.. I think that way is checking for the first and then it will check for the second and I...
Forum: Scripting 01-05-2019, 10:53
Replies: 18
Views: 3,417
Posted By TrullSin
Re: Best way of using or statments

This one is not working

if (k_EUserHasLicenseResultDoesNotHaveLicense == SteamWorks_HasLicenseForApp(client, 624820) ||
k_EUserHasLicenseResultDoesNotHaveLicense ==...
Forum: Scripting 01-04-2019, 18:38
Replies: 18
Views: 3,417
Posted By TrullSin
Re: Best way of using or statments

Yea my bad, I thought I was posting in the right place, for example I was trying to make something to that prime code (https://forums.alliedmods.net/showpost.php?p=2627229&postcount=3)

if...
Forum: Scripting 01-04-2019, 16:31
Replies: 18
Views: 3,417
Posted By TrullSin
Best way of using or statments

What is the best way to use OR statments?
For Example, I want to check first something and if that thing it is ok it wont check for the second and if the first is not ok it will check for the...
Forum: Plugin/Gameplay Ideas and Requests 01-02-2019, 14:22
Replies: 13
Views: 1,786
Posted By TrullSin
Re: Remove all block from weapons and entitys

Yea that map was ported from cs:s , well I dont have any error cubes
Forum: Plugin/Gameplay Ideas and Requests 01-02-2019, 13:34
Replies: 13
Views: 1,786
Posted By TrullSin
Re: Remove all block from weapons and entitys

Yea I know, but it was a "simple syntax" problem I guess, I think that there was no need to open a thread..

Anyways, there is the link of the map:
https://gamebanana.com/maps/188526
Forum: Plugin/Gameplay Ideas and Requests 01-02-2019, 12:07
Replies: 13
Views: 1,786
Posted By TrullSin
Re: Remove all block from weapons and entitys

The weapons are included in custom map.
Showing results 1 to 25 of 117

 
Forum Jump

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


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