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

Showing results 1 to 25 of 121
Search took 0.01 seconds.
Search: Posts Made By: Jackmaster
Forum: Scripting 12-29-2013, 11:21
Replies: 4
Views: 902
Posted By Jackmaster
Re: Playing a sound

fixed it by moving the sounds to sound/music
Forum: Scripting 12-29-2013, 09:25
Replies: 4
Views: 902
Posted By Jackmaster
Playing a sound

I want to play a sound.
The clientside structure for the sound is "cstrike\download\sound\myfolder\mysound.mp3"
The sound exists in the folder and the sound is cached.
But when I try to play the...
Forum: Scripting 04-08-2013, 10:45
Replies: 5
Views: 1,570
Posted By Jackmaster
Re: how can i fix it?

Works in css too.
Forum: Scripting 04-04-2013, 07:25
Replies: 7
Views: 1,621
Posted By Jackmaster
Re: MySql question

http://www.w3schools.com/sql/sql_alter.asp
Forum: Scripting 04-02-2013, 06:34
Replies: 5
Views: 1,256
Posted By Jackmaster
Re: Validate my trails

The removal:

RemoveTrail(client)
{
if(IsValidEdict(g_iTrails[client]) && g_iTrails[client] != 0)
AcceptEntityInput(g_iTrails[client], "Kill");
g_iTrails[client]=0;
}
Forum: Scripting 04-01-2013, 12:39
Replies: 5
Views: 1,256
Posted By Jackmaster
Validate my trails

Sup guys,

Some players on my server have a client crash because of some trails.
So I think I need more validation.
Here is the snippet:

CreateTrail(client)
{
new String:material[256];
...
Forum: Scripting 04-01-2013, 06:51
Replies: 11
Views: 3,953
Posted By Jackmaster
Re: [Help] Screen Overlay

You are showing the decal wrong.

-> ClientCommand(client, "r_screenoverlay \"decals/rules.vtf\"");

This maybe or the / is not working.
Forum: Scripting 03-30-2013, 18:21
Replies: 3
Views: 1,027
Posted By Jackmaster
Re: Convert database to sql

Mysql.
I will send you the file via pm.


thanks
Forum: Scripting 03-30-2013, 18:07
Replies: 3
Views: 1,027
Posted By Jackmaster
Forum: Scripting 03-22-2013, 12:23
Replies: 3
Views: 1,027
Posted By Jackmaster
Convert database to sql

Hello,
In one of my Eventscripts Python scripts i did a database to save things.
I used cPickle to save it(ending .db).
I need to port that to my mysql to use it with my sm plugin.
Does someone...
Forum: Plugins 03-21-2013, 09:10
Replies: 549
Views: 185,244
Posted By Jackmaster
Re: [ANY] Report to Forums

Possible to add WBB support? If not, I will do it myself.
If you need any informations, tell me.
Forum: General 03-09-2013, 09:58
Replies: 5
Views: 2,558
Posted By Jackmaster
Re: Gmod + Sourcemod

Sourcebans?
Forum: Plugins 03-05-2013, 16:19
Replies: 19
Views: 13,560
Posted By Jackmaster
Re: [CS:S] Tazer [Version: 1.0]

Can be added, soon.
thanks
Forum: General 02-23-2013, 07:43
Replies: 12
Views: 2,717
Posted By Jackmaster
Re: Easy Offline Compiler

Or use Pawn Studio.

gruß
Forum: Plugins 02-22-2013, 14:37
Replies: 19
Views: 13,560
Posted By Jackmaster
Re: [CS:S] Tazer [Version: 1.0]

So possible to approve?
Forum: Scripting 02-22-2013, 14:30
Replies: 8
Views: 1,450
Posted By Jackmaster
Re: SQL error

@shavit: To fetch a String use SQL_FetchString

Like:

new String:fetchedShit3[128];
SQL_FetchString(gH_SQLdb, 3, fetchedShit3, sizeof(fetchedShit3));
Forum: Plugins 02-19-2013, 10:50
Replies: 19
Views: 13,560
Posted By Jackmaster
Re: [CS:S] Tazer [Version: 1.0]

Es wird nur die Waffenart als Tazer benutzt, die auch in der cfg steht!
Der Tazer hat nur dann unendlich Munnition, wenn du dies in der cfg falsch eingestellt hast.

gruß
Forum: General 02-18-2013, 16:53
Replies: 2
Views: 764
Posted By Jackmaster
Re: SQL Help to get SQL information

All data? This would be the SQL: "SELECT * FROM databasename"
Forum: Source Servers (SRCDS) 02-18-2013, 14:38
Replies: 16
Views: 3,280
Posted By Jackmaster
Re: Client Timeouts after the latest CS:S update

As I said in my main text, I tried these maps on my LOCALSERVER WITHOUT Plugins and anything and it CRASHED there.
Forum: Plugins 02-18-2013, 08:37
Replies: 19
Views: 13,560
Posted By Jackmaster
Re: [CS:S] Tazer [Version: 1.0]

Hmm, I thought Tazer and Taser is the same ^^
But I can change it if its wrong.
Forum: Trash 02-17-2013, 10:22
Replies: 4
Views: 5,455
Posted By Jackmaster
Re: JailBreak Extreme Simon Menu

It's not approved.
But anyway wrong section
Forum: General 02-17-2013, 06:46
Replies: 1
Views: 1,391
Posted By Jackmaster
Re: CSGO Minigames server help

No there isn't any Mod
Forum: Plugins 02-17-2013, 06:27
Replies: 19
Views: 13,560
Posted By Jackmaster
Re: [CS:S] Tazer [Version: 1.0]

Do you play with Bots? It doesn't work with Bots.
Forum: Source Servers (SRCDS) 02-16-2013, 16:46
Replies: 16
Views: 3,280
Posted By Jackmaster
Forum: Plugins 02-16-2013, 16:43
Replies: 19
Views: 13,560
Posted By Jackmaster
Re: [CS:S] Tazer [Version: 1.0]

ready for approval?
Showing results 1 to 25 of 121

 
Forum Jump

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


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