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

Showing results 1 to 25 of 167
Search took 0.01 seconds.
Search: Posts Made By: africanspacejesus
Forum: General 11-16-2017, 12:55
Replies: 2
Views: 1,020
Posted By africanspacejesus
Re: Needing ServerManager/Developer $$$

Im currently at school but steam is blocked here. I most certainly could help out and have quite a bit of past experience with what you will need. Add me on steam so that we can discuss
...
Forum: Plugin/Gameplay Ideas and Requests 08-07-2017, 19:42
Replies: 0
Views: 505
Posted By africanspacejesus
Usp Ninjas Server

Will need several plugins. PM me if interested.
Forum: General 07-30-2017, 21:17
Replies: 1
Views: 652
Posted By africanspacejesus
Retake Server Map Restart

Sometimes when the map is about to switch the server will lag and then the map will just restart as the same one and not the one that was voted for. Has anyone else encountered this issue? I'll try...
Forum: General 06-22-2017, 01:41
Replies: 0
Views: 592
Posted By africanspacejesus
Are Gloves an Entity

I just was wondering if gloves are an entity. Are they built in a as part of the player model? If anyone has any ideas how gloves work please let me know.

Thanks
Forum: Scripting 05-21-2017, 16:33
Replies: 7
Views: 2,384
Posted By africanspacejesus
Re: [L4D2] Help to Users Enable/Disable Plugin

I would use a cookie for every player to keep track of this and keep the settings. Try setting a value for the cookie when a player uses that command and then check that when the player kills...
Forum: Scripting 05-21-2017, 16:29
Replies: 2
Views: 628
Posted By africanspacejesus
Re: SQL query is freezing players

Use a threaded query instead, this allows the queries to run on a different core and not effect the gameserver in the case that the query isn't instant
...
Forum: Scripting 05-11-2017, 21:17
Replies: 1
Views: 933
Posted By africanspacejesus
How to use a threaded SQL Connection

I have been told its better to use a threaded connection to avoid lagging the game server in case the query isn't instant. From what I have noticed I have to connect using void...
Forum: Scripting 05-10-2017, 16:53
Replies: 15
Views: 2,664
Posted By africanspacejesus
Re: SQL Query Issue

Also if I wanted to gather every piece of data from a row and store it somewhere could I do this?


char info[256];
int i=0;
Handle row; //just pretend this has info from a row...
Forum: Scripting 05-10-2017, 14:13
Replies: 15
Views: 2,664
Posted By africanspacejesus
Re: SQL Query Issue

SQL_FetchRow returns a Boolean. Do I call that function on the query handle and then use that same handle to use SQL_FetchString
Forum: Scripting 05-10-2017, 14:04
Replies: 15
Views: 2,664
Posted By africanspacejesus
Re: SQL Query Issue

Ah I see. Thanks so much I'll do that.
Forum: Scripting 05-10-2017, 01:49
Replies: 15
Views: 2,664
Posted By africanspacejesus
Re: SQL Query Issue

Maybe I am doing something wrong but that didn't work when I tried
Forum: Scripting 05-10-2017, 00:53
Replies: 15
Views: 2,664
Posted By africanspacejesus
Re: SQL Query Issue

So based on that how would you recommend doing this?
Forum: Scripting 05-09-2017, 21:19
Replies: 15
Views: 2,664
Posted By africanspacejesus
Re: SQL Query Issue

They did not work, you mean like this


Format(query, sizeof(query),
"INSERT INTO wtags(SteamID, '\"%s') VALUES ('\"%s', '\"%s');", wep, steamID, newName);
Forum: Scripting 05-09-2017, 20:44
Replies: 15
Views: 2,664
Posted By africanspacejesus
SQL Query Issue

I am using SQL for a plugin to store information online and avoid massive amounts of data on the server. I discovered a very frustrating issue involving queries using variables from your code. In...
Forum: Off-Topic 04-29-2017, 23:47
Replies: 0
Views: 798
Posted By africanspacejesus
Steam API/Functions for C++

So I have gotten to that time where I'm looking for other things to do with programming. Does anyone know where I can get an API and the files needed for the functions for Steam for C++. Also is...
Forum: Plugins 04-29-2017, 17:02
Replies: 765
Views: 331,356
Posted By africanspacejesus
Re: [CS:GO] TTT - Trouble in Terrorist Town

Were u able to fix this? I have the same issue
Forum: Source Servers (SRCDS) 04-28-2017, 19:59
Replies: 0
Views: 649
Posted By africanspacejesus
TTT Plugin not Writing to SQL

So after I finally got my server to connect to MySQL, I got some friends on the server to test it and see if it works. Firstly the server didn't give us any karma to start and would save our karma...
Forum: Source Servers (SRCDS) 04-28-2017, 19:31
Replies: 13
Views: 2,538
Posted By africanspacejesus
Re: Server Can't Connect to SQL

Issue was fixed, I tried putting in the original info again and it magically worked...
Forum: Scripting 04-27-2017, 21:39
Replies: 16
Views: 6,865
Posted By africanspacejesus
Re: SourcePawn beginner Help

I can definitely say I had a similar issue when I first started programming in SourcePawn. Outside of the wiki and people on here, there is very little help available. It may seem like its extremely...
Forum: Source Servers (SRCDS) 04-27-2017, 20:13
Replies: 13
Views: 2,538
Posted By africanspacejesus
Re: Server Can't Connect to SQL

L 04/27/2017 - 17:09:14: [ttt\ttt_sql.smx] (OnConnect) Connection to database failed: [2003]: Can't connect to MySQL server on '127.0.0.1' (10061)
UTIL_GetListenServerHost() called from a dedicated...
Forum: Scripting 04-26-2017, 22:26
Replies: 4
Views: 807
Posted By africanspacejesus
Re: How to give attributes / perks to the last guy alive on a singular team.

Are you using a plugin that already allows some clients to have these "perks"
Forum: General 04-26-2017, 21:50
Replies: 339
Views: 121,292
Posted By africanspacejesus
Re: 26/4/2017 - Servers down?

Fixed the no plugin issue, I didn't have a sourcemod.vdf in my metamod folder
Forum: General 04-26-2017, 21:37
Replies: 339
Views: 121,292
Posted By africanspacejesus
Re: 26/4/2017 - Servers down?

I'll try reinstalling my sourcemod again, I don't have any extensions installed other than the defaults
Forum: Trash 04-26-2017, 21:20
Replies: 1
Views: 886
Posted By africanspacejesus
4/26 Updated MM:S and SM

I updated my MetaMod and my server started working but wouldn't load any plugins. Same issue occured when I updated my SM.
Forum: General 04-26-2017, 21:17
Replies: 339
Views: 121,292
Posted By africanspacejesus
Re: 26/4/2017 - Servers down?

I updated to the version of SourceMod from op's "confirmed" one and my MetaMod is still not loading any plugins

Anyone know what may be wrong?
Showing results 1 to 25 of 167

 
Forum Jump

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


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