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

Showing results 1 to 25 of 74
Search took 0.01 seconds.
Search: Posts Made By: Santi.
Forum: Scripting 01-09-2019, 16:21
Replies: 43
Views: 106,423
Posted By Santi.
Re: Enum Structs Available This Holiday Season

I love you man.. this is what we needed. Thanks bro!
Forum: General 10-06-2018, 15:59
Replies: 7
Views: 1,275
Posted By Santi.
Re: Problems to connect to Mysql Cloud Server database

The connection is done, I can connect to the server by mysql workbench, and in the server I can do the first query but after the connection die
Forum: General 10-06-2018, 13:58
Replies: 7
Views: 1,275
Posted By Santi.
Re: Problems to connect to Mysql Cloud Server database

Handle kv = CreateKeyValues("");
KvSetString(kv,"driver", "default"); // default is mysql
KvSetString(kv,"host","ip of the cloud server"); // not localhost neither 127.0......
Forum: General 10-06-2018, 13:22
Replies: 7
Views: 1,275
Posted By Santi.
Forum: General 10-06-2018, 13:22
Replies: 7
Views: 1,275
Posted By Santi.
Re: Problems to connect to Mysql Cloud Server database

I'm not in the same computer. I have my server in a dedicated server and the db un a cloud server
Forum: General 10-05-2018, 23:46
Replies: 7
Views: 1,275
Posted By Santi.
Problems to connect to Mysql Cloud Server database

Hi, I'm having this problem when trying to connect to mysql database located in a cloud server.
"Can't connect to local MySQL server through socket '/tmp/mysql.sock'"

I already tried to solve...
Forum: General 09-20-2018, 20:10
Replies: 0
Views: 800
Posted By Santi.
[CS:GO] Connection TIMED OUT problem

Hi, since we updated to the last version of sourcemod(6252) and metamod(966), when people is in the server and someone join, the server "stops"(like lag) for a few seconds and then it return to the...
Forum: Scripting 09-10-2018, 22:32
Replies: 22
Views: 3,110
Posted By Santi.
Forum: Source Servers (SRCDS) 09-10-2018, 22:25
Replies: 8
Views: 1,853
Posted By Santi.
Re: Help stopping DoS attack Ubuntu 16.04

Right, but it's no DDoS, it's DoS, so I don't know very well how to use iptables to limit the connections from some potential attacker
Forum: Source Servers (SRCDS) 09-10-2018, 22:20
Replies: 8
Views: 1,853
Posted By Santi.
Help stopping DoS attack Ubuntu 16.04

Hi, Does anyone know how to stop DoS attacks? Have you any good tutorial?

We're having a lot of problems 'cause of brazilians :/
Forum: Scripting 09-10-2018, 07:08
Replies: 2
Views: 1,230
Posted By Santi.
Forum: Scripting 09-10-2018, 07:07
Replies: 22
Views: 3,110
Posted By Santi.
Re: Make weapons not dropable

I dont recommend you this:

public OnPluginStart()
{
for (new i= 1; i<= MaxClients; i++)
{
if (IsClientInGame(i))
{
SDKHook(i, SDKHook_WeaponDrop, OnWeaponDrop);
}
Forum: Scripting 09-09-2018, 20:00
Replies: 9
Views: 2,037
Posted By Santi.
Re: [CS:GO] Question about Panorama UI

Thanks bro, that's exactly what I'm asking for..
Forum: Scripting 09-09-2018, 19:56
Replies: 2
Views: 1,230
Posted By Santi.
[CS:GO] Decal precache table full

Hi, I want to know if is possible to increase the Decal precache table.

I have a server with some models and when I precache all the vmts and vtfs files the server shows a WARNING telling me that...
Forum: Unapproved Plugins 08-06-2018, 14:04
Replies: 445
Views: 360,653
Posted By Santi.
Re: [CS:GO] Custom Weapons Menu (very easy to configure) now with sql support

If you change the path it does not makes the model server-side, does it?
Forum: Scripting 08-05-2018, 05:19
Replies: 9
Views: 2,037
Posted By Santi.
Re: [CS:GO] Question about Panorama UI

Do you guys read what I wrote?.. I know how to do menus and votes... I want to know if with Panorama we'll have new options for make them
Forum: Scripting 08-04-2018, 14:19
Replies: 9
Views: 2,037
Posted By Santi.
Re: [CS:GO] Question about Panorama UI

I mean like creating menus with panels with better visuals than the default source menu (black and orange). It would be great!
Forum: Scripting 08-04-2018, 14:17
Replies: 9
Views: 2,037
Posted By Santi.
Re: [CS:GO] Question about Panorama UI

That's how to know if an user has panorama... I didn't mean that bro, read again pls.
Forum: Scripting 08-03-2018, 13:16
Replies: 9
Views: 2,037
Posted By Santi.
[CS:GO] Question about Panorama UI

Hi, this question is directly to the Sourcemod Developer Team.

I would like to know if the new Panorama UI system will be/can be "hooked" in sourcemod in order to use it for making things like...
Forum: Scripting 07-29-2018, 02:38
Replies: 8
Views: 1,465
Posted By Santi.
Re: Problem with my VIPMENU CODE

Your EventItemPickup2 method should have a firm like this: void EventItemPickup2(int client, int weapon)
Forum: Scripting 07-29-2018, 02:36
Replies: 6
Views: 1,136
Posted By Santi.
Re: [CS:GO] 10 items in a menu

Mmm, maybe 'cause you're setting MENU_NO_PAGINATION... A menu can't handle more without pagination I think
Forum: Scripting 07-29-2018, 02:29
Replies: 5
Views: 1,101
Posted By Santi.
Re: How to coding SQL

I don't understand if you need help with creating a database/stored procedures/queries or with doing the connection with sourcepawn. Tell us your language so someone maybe can help you
Forum: Extensions 07-11-2018, 19:56
Replies: 116
Views: 115,270
Posted By Santi.
Forum: News 07-11-2018, 19:51
Replies: 33
Views: 57,356
Posted By Santi.
Re: SourceMod 1.9 Now Stable!

Good job to the team!
Forum: Source Servers (SRCDS) 07-11-2018, 19:36
Replies: 6
Views: 5,067
Posted By Santi.
Re: CSGO Serverside skins URL?

Hi, what about weapons models?
Showing results 1 to 25 of 74

 
Forum Jump

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


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