Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 95
Search took 0.02 seconds.
Search: Posts Made By: SkinnyBruv
Forum: Scripting 09-11-2020, 00:49
Replies: 0
Views: 650
Posted By SkinnyBruv
Fun - HookEvent(Weapon) Slap Player with SteamID

Hey Guys and Girls,

Im trying to hook a CSGO event ("weapon_fire"), to slap or kill a person with a unique steamID instantly on shooting any gun.

public OnPluginStart()
{...
Forum: Source Servers (SRCDS) 06-29-2017, 08:48
Replies: 14
Views: 10,883
Posted By SkinnyBruv
Re: Creating Custom gametype/mapgroup

Works Perfectly
This is what needs to be posted in SRCDS
Forum: Plugins 06-24-2017, 22:46
Replies: 450
Views: 480,412
Posted By SkinnyBruv
Forum: Source Servers (SRCDS) 06-24-2017, 03:24
Replies: 4
Views: 8,228
Posted By SkinnyBruv
Re: CSGO Server - Full Server.cfg File

cheers

anybody got fix for server.cfg
Forum: Source Servers (SRCDS) 06-23-2017, 07:42
Replies: 4
Views: 8,228
Posted By SkinnyBruv
CSGO Server - Full Server.cfg File

Howdy,

Just wondering if anybody has a full server.cfg file (Includes all updated commands and removes all outdated commands)

Also does anybody know how to fix:
When the server starts and you...
Forum: Plugins 05-31-2017, 21:08
Replies: 23
Views: 11,256
Posted By SkinnyBruv
Re: [CS:GO] Timed CTBans (1.0, updated 2016.12.03)

This plugin is very unstable! There are so many warnings and obsolete objects its rediculous
Forum: Scripting 01-25-2017, 23:37
Replies: 1
Views: 593
Posted By SkinnyBruv
FetchString Error (Plausible Easy) - Need workaround

char gv_gName[MAXPLAYERS + 1][MAX_NAME_LENGTH];

Format(query, sizeof(query), sQuery_GetClientIndexes, tablePlayer, SID);
querySend = SQL_Query(dbConn, query);

if(SQL_FetchRow(querySend))
{...
Forum: Scripting 01-25-2017, 22:54
Replies: 2
Views: 1,432
Posted By SkinnyBruv
Forum: Scripting 01-25-2017, 22:33
Replies: 2
Views: 1,432
Posted By SkinnyBruv
How to store Global Variables for every player

Howdy guys,

Im creating a few plugins for my server and they are MySQL Based. Its like a group system
So when a player joins the server. Im just wondering if you could obtain say there Name,...
Forum: Scripting 10-03-2016, 01:15
Replies: 17
Views: 3,543
Posted By SkinnyBruv
Re: Change normal Query into Threaded Query

Is there a way to call a threaded query before Cmd_CreateGang?

Or do u need to call the threaded query in Cmd_CreateGang and then Move onto another void


Also if i do the lot, it doesn't seem...
Forum: Scripting 10-01-2016, 22:30
Replies: 17
Views: 3,543
Posted By SkinnyBruv
Re: Change normal Query into Threaded Query

Updated the code on First Post!

Have a sus now :D

Will add any extra details u guys need aswell



Oi guys how do you store the value "client" and put it over to the next callback?
Forum: Scripting 10-01-2016, 04:56
Replies: 17
Views: 3,543
Posted By SkinnyBruv
Re: Threaded Query not keeping Information

Hmmkay Doctor Phil :D

Ill get to work... Do i need to state what TXN_Success and TXN_Failure?
An example would be great... And then if i do this how do i run SQL_CreateGang :p
Forum: Scripting 10-01-2016, 04:22
Replies: 17
Views: 3,543
Posted By SkinnyBruv
Threaded Query not keeping Information

Howdy guys,

A command is called: Cmd_CreateGang

public Action:Cmd_CreateGang(client, args)
{
// Return values of client, GangID, GangName, GangRank
GetClientIndexes(client);
...
Forum: Scripting 10-01-2016, 03:23
Replies: 7
Views: 5,724
Posted By SkinnyBruv
Re: SQL Syntax Check

Yeah it was

Soo to fix, just remove the '%s' to %s

Holy shit that took me like fucking 4 days to figure out

Your the best man <3 +Rep
Forum: Scripting 10-01-2016, 03:09
Replies: 7
Views: 5,724
Posted By SkinnyBruv
Re: SQL Syntax Check

Whats difference between FormatEx and Format?

Cheers btw

Still got same problem

Same here:


stock bool SetTargetVIP(any:target)
Forum: Scripting 10-01-2016, 02:33
Replies: 7
Views: 5,724
Posted By SkinnyBruv
SQL Syntax Check

Format(query, sizeof(query), "UPDATE '%s' SET name='%s' WHERE steamid='%s'", tablePlayer, username, SID);
//SQL_FastQuery(dbConn, query);
SQL_TQuery(dbConn, SQL_dbDoNothing1, query); // Send...
Forum: Scripting 09-30-2016, 21:44
Replies: 17
Views: 3,543
Posted By SkinnyBruv
Re: Change normal Query into Threaded Query

Cheers guys for all the help!
Forum: Scripting 09-30-2016, 21:44
Replies: 6
Views: 1,200
Posted By SkinnyBruv
Re: Convert MYSQL to Internal Database

Alright np,

Yeah to SQLite not MySQL
Forum: Scripting 09-29-2016, 01:07
Replies: 6
Views: 1,200
Posted By SkinnyBruv
Convert MYSQL to Internal Database

Howdy guys,

Just wondering if theres anyway to EASY WAY convert MYSQL to an Internal Database?

Cheers
Forum: Scripting 09-28-2016, 01:09
Replies: 17
Views: 3,543
Posted By SkinnyBruv
Re: Change normal Query into Threaded Query

zzz, don't know how to put multiple MYSQL statements into one threaded query :/
Forum: Scripting 09-27-2016, 05:10
Replies: 17
Views: 3,543
Posted By SkinnyBruv
Change normal Query into Threaded Query

Howdy guys,

How would i go about in changing this query: to a Threaded Query!


public Action:Cmd_Create(client, args)
{
new String:query[200];
new Handle:querySend = INVALID_HANDLE;
new...
Forum: Scripting 09-26-2016, 05:12
Replies: 18
Views: 4,161
Posted By SkinnyBruv
Re: [CSGO] Database Problem

#Bump

Any efficient ways to call a timer when somebody joins and after they've joined a team? Instead of calling it everytime a player joins a team?
Forum: Suggestions / Requests 09-22-2016, 03:44
Replies: 2
Views: 792
Posted By SkinnyBruv
Forum: Scripting 09-17-2016, 01:20
Replies: 18
Views: 4,161
Posted By SkinnyBruv
Re: [CSGO] Database Problem

How can i delay this time then?

Use a timer after team join?
Forum: Scripting 09-12-2016, 22:14
Replies: 3
Views: 1,111
Posted By SkinnyBruv
Threaded Query

Can someone show me a working example of a threaded query in full

Cheers

Would be great
Showing results 1 to 25 of 95

 
Forum Jump

All times are GMT -4. The time now is 23:48.


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