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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Nican
Forum: Plugins 05-11-2009, 06:53
Replies: 204
Views: 95,684
Posted By Nican
Re: SM Bank Mod: MySQL

Hm, my bad.

First, I am not on-line on IRC at 5AM :O
Never the less, apparently the error is giving when it was suppost to give the error to show that the SQL configuration does not exist.
...
Forum: Snippets and Tutorials 04-06-2009, 13:13
Replies: 79
Views: 38,579
Posted By Nican
Re: [DB] Database Manager

I am sorry, I am a bit busy.

Anyway, the bank plugin that I made does not need the database manager. You sure you are not using someone else bank plugin?
...
Forum: Snippets and Tutorials 04-06-2009, 12:11
Replies: 79
Views: 38,579
Posted By Nican
Re: [DB] Database Manager

Ok.. Let's step back.

What plugin are you using, or are you trying to script one?
Forum: Snippets and Tutorials 04-06-2009, 11:28
Replies: 79
Views: 38,579
Posted By Nican
Re: [DB] Database Manager

My Bank plugin (http://forums.alliedmods.net/showthread.php?p=523727) does need this module to work?
Forum: Plugins 03-06-2009, 06:54
Replies: 204
Views: 95,684
Posted By Nican
Re: SM Bank Mod: MySQL

I don't understand your question.
I removed the requirement of the mysql manager a long time ago.
Forum: Plugins 02-21-2009, 14:11
Replies: 204
Views: 95,684
Posted By Nican
Re: SM Bank Mod: MySQL

That seems to be a MySQL error. Not a plugin error.

I did some search on google about 'reading initial communication packet' and apparently it is caused by bad connection between the MySQL server...
Forum: Plugins 11-14-2008, 20:31
Replies: 20
Views: 31,185
Posted By Nican
Re: [ZM] RollTheDice

I am not sure what the error message is trying to tell me.

Did you have debug on when this happened?
Could you give any other information?
Forum: Plugins 10-14-2008, 16:22
Replies: 204
Views: 95,684
Posted By Nican
Re: SM Bank Mod: MySQL

My pleasure.
Forum: Plugins 10-14-2008, 16:12
Replies: 204
Views: 95,684
Posted By Nican
Re: SM Bank Mod: MySQL

Thank you, try the attachment plugin. I made the start money based on "mp_startmoney", but I am not sure if it will work.

If does not work it should log a message "SMBANK: Could not find...
Forum: Plugins 10-14-2008, 16:03
Replies: 204
Views: 95,684
Posted By Nican
Re: SM Bank Mod: MySQL

Yeah, but what variable do you have to edit to change the start money?
Forum: Plugins 10-14-2008, 16:02
Replies: 459
Views: 324,237
Posted By Nican
Re: TF2 Class limit

Hello. Sorry for delayed answer.

Try typing "sm_classlimit" in your console and see if you get a bunch of -1.

I think I know what is the problem.
Forum: Plugins 10-14-2008, 15:57
Replies: 204
Views: 95,684
Posted By Nican
Re: SM Bank Mod: MySQL

How do you change the start money?
Forum: Plugins 10-14-2008, 15:01
Replies: 204
Views: 95,684
Posted By Nican
Re: SM Bank Mod: MySQL

Hm, that is awkward.

The plugin detects the pistol round if every player has the money below or equal to 800. Can you make any connections to that?
Forum: Plugins 10-01-2008, 12:25
Replies: 459
Views: 324,237
Posted By Nican
Re: TF2 Class limit

I don't really understand your question, but I think the answer is yes.

If you want to limit from 6 to 20 players, you do "6-20"
Forum: Plugins 09-29-2008, 06:51
Replies: 459
Views: 324,237
Posted By Nican
Re: TF2 Class limit

sm_maxclass_count_admins (default: 0) - Enable/Disable admins counting towards class limits

Set that to 1 and make sure "sm_maxclass_exclude_admins" is 0
Forum: Plugins 09-18-2008, 06:44
Replies: 204
Views: 95,684
Posted By Nican
Re: SM Bank Mod: MySQL

It seems like the plugin is not being able to connect to the database.
Or the plugin lost connection to the database.
Forum: Plugins 08-20-2008, 22:00
Replies: 37
Views: 40,386
Posted By Nican
Re: Beam Me Up Scotty!

if player is 0 means that he is executing it from the server console...
Forum: Plugins 08-20-2008, 00:51
Replies: 958
Views: 492,915
Posted By Nican
Re: Spray Tracer 5.2b updated 8/19/2008

I believe that was actually before 1.0.0 was released.

Let's see

1.0.0 (http://forums.alliedmods.net/showthread.php?t=68463) was released on 03-16-08 and 1921 was released on 02-02-08
...
Forum: Plugins 08-19-2008, 20:24
Replies: 958
Views: 492,915
Posted By Nican
Re: Spray Tracer 5.2b updated 8/19/2008

I put that there because I released the plugin right after "CreateHudSynchronizer" was implemented with sourcemod, just to make sure people would update their sourcemod binaries.

Even if you...
Forum: Plugins 08-19-2008, 20:19
Replies: 459
Views: 324,237
Posted By Nican
Re: TF2 Class limit

Ok update

I just checked with DontWannaName

Fixed the bug
Forum: Plugins 08-19-2008, 02:11
Replies: 459
Views: 324,237
Posted By Nican
Re: TF2 Class limit

Ok, I think i nailed down the error.

Look at the improbability:
When the client can not go back to the last class, the plugin is going to try to catch a random class, if the random number...
Forum: Scripting 08-11-2008, 00:25
Replies: 2
Views: 1,182
Posted By Nican
Re: Bypassing the server restriction to execute commands on a client?

I don't think Valve left a leak to server be able to execute commands on client console...
Forum: Scripting 08-09-2008, 00:20
Replies: 10
Views: 6,972
Posted By Nican
Re: Sourcemod member authorisation

You defined the function "StartSQL", but you never called it...
The plugin never gets connected to the database.

Put it like this:

public OnPluginStart()
{
StartSQL();
}
Forum: Plugins 08-08-2008, 23:59
Replies: 459
Views: 324,237
Posted By Nican
Re: TF2 Class limit

Hm.

Try downloading this, see if stops:
Forum: Plugins 08-06-2008, 11:20
Replies: 958
Views: 492,915
Posted By Nican
Re: Spray Tracer

Hello,

Could you delete my post, Lebson506th is now taking over this plugin.

Notes:
-HUD also works on DOD:S
-And you could please say that I made the original plugin ^^


Well, thank you...
Showing results 1 to 25 of 500

 
Forum Jump

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


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