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

Showing results 1 to 25 of 85
Search took 0.01 seconds.
Search: Posts Made By: chescos
Forum: Scripting 02-13-2022, 14:39
Replies: 3
Views: 2,126
Posted By chescos
Re: [CSGO] Block Round End

Anybody got an idea?
Forum: Unapproved Plugins 12-16-2017, 20:27
Replies: 16
Views: 12,451
Posted By chescos
Re: [CS:GO] HighOnSkins (Version 0.6.0 | Updated December 16th 2017)

Thank you for the explanation!



Yes, it is true that it takes longer to select a skin. But there are advantages to this system, e.g:


Inventories are shared across all servers. This...
Forum: Unapproved Plugins 12-16-2017, 11:17
Replies: 16
Views: 12,451
Posted By chescos
Re: [CS:GO] HighOnSkins (Version 0.6.0 | Updated December 16th 2017)

I wrongly assumed it then, I'll quickly test this out and then remove it. What exactly is BlockBadPlugins for, which behavior of plugins will be blocked?

Edit: Tested and removed
Forum: Unapproved Plugins 12-16-2017, 09:12
Replies: 16
Views: 12,451
Posted By chescos
[CS:GO] HighOnSkins (Version 0.6.0 | Updated December 16th 2017)

HighOnSkins

This plugin will result in a permanent GSLT ban!

Description

Yet another CS:GO skin plugin? Yes! But this one is a little different. You can check this demo video...
Forum: General 11-29-2016, 08:39
Replies: 71
Views: 20,027
Posted By chescos
Re: Sourcemod broken after (11/28) CSGO Update?

I'm running the latest stable build (#5954) and CS_SwitchTeam seems to be broken for me:


L 11/29/2016 - 14:17:12: [SM] Exception reported: Failed to locate function
L 11/29/2016 - 14:17:12:...
Forum: Scripting 11-29-2016, 08:31
Replies: 4
Views: 905
Posted By chescos
[CS:GO Update] CS_SwitchTeam broken?

Hey,

I'm running the latest stable build (#5954) and CS_SwitchTeam seems to be broken for me:


L 11/29/2016 - 14:17:12: [SM] Exception reported: Failed to locate function
L 11/29/2016 -...
Forum: Scripting 10-14-2015, 08:40
Replies: 4
Views: 1,080
Posted By chescos
Compare date?

Hey guys,

I want to compare the current date (the day) with a date from a mySQL database to get to know if the date from the database has already passed or not. My database has the format d.m.Y,...
Forum: Scripting 10-10-2015, 19:00
Replies: 7
Views: 2,179
Posted By chescos
Re: Dynamic Temp Entities?

Yesssss, ive seen that but what do i do with that information?
Forum: Scripting 10-10-2015, 17:30
Replies: 7
Views: 2,179
Posted By chescos
Re: Dynamic Temp Entities?

I tested recreating them on top but that just seems to work one time, not multiple times... what is Sprite Spray? Searched for it, didn't find anything.
Forum: Scripting 10-10-2015, 16:15
Replies: 7
Views: 2,179
Posted By chescos
Dynamic Temp Entities?

Hey guys,

I want to use a temp entity to put a decal on a wall, I did that so far with that piece of code I found in the "Map Decals" plugin:


public OnClientPostAdminCheck(client)
{
...
Forum: Scripting 10-04-2015, 07:58
Replies: 0
Views: 664
Posted By chescos
ShowMOTDPanel and ShowVGUIPanel

Hey guys,

I was wondering if it is possible to visit two websites at the same time somehow, are ShowMOTDPanel and ShowVGUIPanel using different browsers? Or is there any other way (except popups)...
Forum: Scripting 09-24-2015, 07:16
Replies: 3
Views: 2,126
Posted By chescos
[CSGO] Block Round End

Hey guys,

is there any way to block the round end nowadays? If I remember correctly, it has been working months ago but now I tried it again and it doesn't seem to work anymore.


#include...
Forum: Scripting 09-03-2015, 05:48
Replies: 9
Views: 1,138
Posted By chescos
Re: Save data within 1 month

Thank you, thats a good idea!
Forum: Scripting 09-02-2015, 14:01
Replies: 9
Views: 1,138
Posted By chescos
Re: Save data within 1 month

Hmm, well what would be the most efficient way there? Checking it OnMapStart? With a repeating timer executed OnPluginStart?
Forum: Scripting 09-02-2015, 13:52
Replies: 9
Views: 1,138
Posted By chescos
Re: Save data within 1 month

No, not from when it has been created, let's say it should delete all data on the 1. of the month, no matter when any specific client data has been added.
Forum: Scripting 09-02-2015, 13:32
Replies: 9
Views: 1,138
Posted By chescos
Re: Save data within 1 month

Hey! I dont have any structure yet, though it would look really simple, like:



And about the timestamp, I cant see how it would be a use as the data gets updated all the time...
Forum: Scripting 09-02-2015, 13:03
Replies: 9
Views: 1,138
Posted By chescos
Save data within 1 month

Hey guys, im stuck. I want to store data in a mysql database (which is no problem) but I dont know how to automatically delete the data after exactly 1 month (or any period of time). Anyone can help...
Forum: Scripting 04-08-2015, 10:57
Replies: 1
Views: 725
Posted By chescos
Performance Question

Hey guys,

I wonder if this method could be a problem for the server, as the code will run every game frame:


public OnGameFrame()
{
for(new i = 1; i <= MaxClients; i++)
{
...
Forum: Scripting 04-08-2015, 09:36
Replies: 6
Views: 2,170
Posted By chescos
Re: [CSS] Change skybox for certain users

Spamming it OnGameFrame works, but that's a very unfriendly solution... Need to find a way to send it when the client loads the world.

Regadards
Forum: Scripting 04-08-2015, 00:02
Replies: 6
Views: 2,170
Posted By chescos
Re: [CSS] Change skybox for certain users

I'm sure its possible to apply a skybox on a player on connect, even though the sv_skyname command is a different one, because I've seen it on a server. It works with SendConVarValue, I just don't...
Forum: Scripting 04-06-2015, 19:12
Replies: 6
Views: 2,170
Posted By chescos
Forum: Scripting 03-15-2015, 08:42
Replies: 8
Views: 1,080
Posted By chescos
Re: Error: Array index is out of bounds

Changed the line to:


if(IsPlayerProtected[attacker] == false && IsPlayerProtected[victim] == true && IsValidClient(attacker))
IsValidClient looks like:


stock IsValidClient(client,...
Forum: Scripting 03-15-2015, 07:29
Replies: 8
Views: 1,080
Posted By chescos
Re: Error: Array index is out of bounds

Hey, sorry forgot to highlight it:


if(IsPlayerProtected[attacker] == false && IsPlayerProtected[victim] == true)
This is the line and this is how I setup the arrays:


new...
Forum: Scripting 03-15-2015, 07:03
Replies: 8
Views: 1,080
Posted By chescos
Error: Array index is out of bounds

Hey guys,

I'm getting this error:


L 03/15/2015 - 10:33:00: [SM] [0] Line 61, C:\XYZ\SOURCEMOD WINDOWS\addons\sourcemod\scripting\test.sp::OnTakeDamage()
L 03/15/2015 - 10:33:00: [SM]...
Forum: Scripting 03-07-2015, 10:23
Replies: 6
Views: 2,170
Posted By chescos
[CSS] Change skybox for certain users

Hey,

I wondered how it is possible to change the skybox but not for the whole server, I want to change it only for certain users. I tried to send the "sv_skyname" command via SendConVarValue when...
Showing results 1 to 25 of 85

 
Forum Jump

All times are GMT -4. The time now is 11:33.


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