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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: DJ Data
Forum: Plugins 10-28-2015, 09:27
Replies: 6
Views: 11,385
Posted By DJ Data
Re: [TF2] Arena Solo Mode (v1.2, 6-17-2015)

Looks really interesting, i'll give it a try!
Forum: Plugins 10-03-2015, 11:38
Replies: 261
Views: 217,542
Posted By DJ Data
Re: [TF2] MGEMod (v2.0.3, 4/19/13)

Same problem as above, this really needs to be easier to configure..
I dont think anyone wants to edit/compile a 5000 line plugin
Forum: Scripting 09-16-2015, 14:07
Replies: 9
Views: 1,056
Posted By DJ Data
Re: Overriding Commands (not permissions)

Even if i reload the plugin, it seems like gameme's help, sourcemod's help and my own help command seem to fire at the same time.
Forum: Scripting 09-16-2015, 12:35
Replies: 9
Views: 1,056
Posted By DJ Data
Overriding Commands (not permissions)

Hey,

Is there a way to unhook !help and !motd and replace them by my hooks/functions?
Forum: Scripting 09-15-2015, 14:51
Replies: 17
Views: 2,481
Posted By DJ Data
Re: Alphanumeric check

I know this thread is old af, but thank you for making this snippet <3
Forum: Scripting 09-14-2015, 16:15
Replies: 8
Views: 2,111
Posted By DJ Data
Re: DataPacks & SQL_TQuery

Thanks, i'll try that ^^
Forum: Scripting 09-14-2015, 16:11
Replies: 8
Views: 2,111
Posted By DJ Data
Re: DataPacks & SQL_TQuery

I guess I'll just store empty variables?
Or can i read pack cell without having to store it?
Forum: Scripting 09-14-2015, 16:04
Replies: 8
Views: 2,111
Posted By DJ Data
Re: DataPacks & SQL_TQuery

Then how does it work? Do I really have to calculate the bytes and increment from there?
Forum: Scripting 09-14-2015, 16:00
Replies: 8
Views: 2,111
Posted By DJ Data
Re: DataPacks & SQL_TQuery

I tried:

ResetPack(pack, false);
SetPackPosition(pack, 2);
new String:packSteamID[32];
ReadPackString(pack, packSteamID, sizeof(packSteamID));


but that returns the same...
Forum: Scripting 09-14-2015, 15:53
Replies: 13
Views: 2,421
Posted By DJ Data
Re: Admin Gets Player's IP?

Since it says GetClientAuthString is deprecated, hes probably running 1.6
Forum: Scripting 09-14-2015, 15:41
Replies: 8
Views: 2,111
Posted By DJ Data
DataPacks & SQL_TQuery

So here's my code:

public Action:Command_Tip(client, args)
{
if(args < 2)
{
CPrintToChat(client, "{red}Arctek ★ System - ERROR: Usage: !tip <playername> <1-9>");
}
...
Forum: Snippets and Tutorials 09-14-2015, 12:44
Replies: 27
Views: 23,528
Posted By DJ Data
Re: Advanced ShowMOTDPanel

Very well done, thanks for keeping the 1.6 code in there :)
Forum: Scripting 09-11-2015, 14:51
Replies: 5
Views: 1,182
Posted By DJ Data
Re: SQL_FetchString/Row etc?

I tried "SELECT globalAlert FROM Settings WHERE 'index' = 1" and it did nothing.

If i would then remove the FetchRow check, it tells me there is no result. Which is obvious, since we have to call...
Forum: Scripting 09-11-2015, 14:00
Replies: 5
Views: 1,182
Posted By DJ Data
SQL_FetchString/Row etc?

Hey, so i'm nearly done with what i wanted to create.. but the mysql is being a bit annoying.


StartSQL()
{
SQL_TConnect(DB_Connect, "xxxx");
}

public DB_Connect(Handle:owner,...
Forum: Plugins 09-11-2015, 10:53
Replies: 1,381
Views: 795,220
Posted By DJ Data
Re: [Source 2013] Custom Chat Colors

Really? I guess i should have dragged more than just the metamod folder out of the new SM zip.
Thanks!
Forum: Plugins 09-11-2015, 10:07
Replies: 1,381
Views: 795,220
Posted By DJ Data
Re: [Source 2013] Custom Chat Colors

Thats not what he meant..
Either way, i really hope this gets fixed soon!
Forum: Scripting 09-06-2015, 11:00
Replies: 18
Views: 1,994
Posted By DJ Data
Re: MySQL Setup

I'm using this and it compiled now. Thanks a lot for your help.

I'll report back if it works.
Forum: Scripting 09-04-2015, 16:56
Replies: 18
Views: 1,994
Posted By DJ Data
Re: MySQL Setup

Yeah I hope to learn it this year in IT school ^^

Merge:



Thanks!
1 compile error occured though:

GetClientAuthId is an undefined symbol.
Forum: Scripting 09-04-2015, 09:42
Replies: 18
Views: 1,994
Posted By DJ Data
Re: MySQL Setup

That sounds cool, but I asked the community because I want to learn ^^
Forum: Scripting 09-04-2015, 08:39
Replies: 18
Views: 1,994
Posted By DJ Data
Re: MySQL Setup

The menu is called when someone types !menu, if thats what you mean.

Edit:

Here is the full (minimalized) code:

new Handle:hDatabase = INVALID_HANDLE;

public OnPluginStart()
{
Forum: Scripting 09-04-2015, 08:23
Replies: 8
Views: 1,644
Posted By DJ Data
Re: Plugin PrintToChat

To make it easier to read:

//else if(blablabla)
{
EmitSoundToClient(i, SOUND_FANFARE);
PrintToChat(i, "\x01 You've qualified for the \x05bronze\x01 medal!");...
Forum: Scripting 09-04-2015, 08:19
Replies: 18
Views: 1,994
Posted By DJ Data
Re: MySQL Setup

AddMenuItem(menu, "tokens", "You have %d VIP Tokens", tokens);

stock ShowPoints(client, String:steamid[])
{
new String:query[128];
FormatEx(query, sizeof(query), "SELECT points FROM...
Forum: Plugins 09-03-2015, 14:30
Replies: 16
Views: 11,742
Posted By DJ Data
Re: [TF2] SelectiveCrits (v1.0.0, 2015-7-30)

Doesn't work at all on our server. No one gets crits on anything.
I put Default to 1 and added some weapons which i put to 0.
Forum: Scripting 09-02-2015, 10:09
Replies: 18
Views: 1,994
Posted By DJ Data
Re: MySQL Setup

Looking at that confuses me so much haha, i wish there were some YouTube videos with indepth examples for us noobs ^^
Forum: Scripting 09-02-2015, 09:53
Replies: 18
Views: 1,994
Posted By DJ Data
MySQL Setup

Hey,

I've been trying to figure out how to setup a full sql script all morning, I can't get my head around it.
https://wiki.alliedmods.net/SQL_(SourceMod_Scripting) tells you how to format...
Showing results 1 to 25 of 500

 
Forum Jump

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


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