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

Showing results 1 to 25 of 303
Search took 0.01 seconds.
Search: Posts Made By: andrzN
Forum: Scripting Help 08-30-2015, 08:37
Replies: 3
Views: 606
Posted By andrzN
Help with MySQL

Hey guys!

I need some help, I have a rank system which is connected to a mysql database.
The thing I need help with, is to reset certain coulumns in the mysql table.

Lets say for example I...
Forum: Suggestions / Requests 12-22-2014, 05:39
Replies: 7
Views: 1,202
Posted By andrzN
Re: [REQ] Vote to determent what plugin to be loaded

Hmm, yeah, maybe. If anyone know the scripting for such an action, I would really appreciate it if hou gave it a try. But I still think that a seperated plugin with vote for pausing and unpausing of...
Forum: Suggestions / Requests 12-21-2014, 20:58
Replies: 7
Views: 1,202
Posted By andrzN
Re: [REQ] Vote to determent what plugin to be loaded

Its to pause a blockmaker that loads the building files from one diretory, and unpause the same blockmaker just with different building files.

Ans yes, i know the best would be to just have a vote...
Forum: Suggestions / Requests 12-21-2014, 19:36
Replies: 7
Views: 1,202
Posted By andrzN
Re: [REQ] Vote to determent what plugin to be loaded

Ive seen those two, but they are both too complicated, and no e of them does what I need. The vote needs to be in the beginning of the map, not in the end like those two. I simply need a plugin that...
Forum: Suggestions / Requests 12-21-2014, 18:46
Replies: 7
Views: 1,202
Posted By andrzN
[REQ] Vote to determent what plugin to be loaded

Yo! I need a code/plugin that will run a simple vote in the beginning of a map. The result of the vote, depending on the outcome (result 1 or 2), should pause one plugin, and unpause another.
...
Forum: Scripting Help 05-03-2013, 18:46
Replies: 2
Views: 1,290
Posted By andrzN
Re: SQL error

Yeah, now the logs are clean and it has stopped spamming that error.
Thank you again Sylwester, you are the best!
Forum: Scripting Help 05-02-2013, 17:53
Replies: 2
Views: 1,290
Posted By andrzN
SQL error

Hi! I have a plugin that counts the total amount of jumps a player performs,
and save all the data on each individual player in a sql database. It works fine,
however I get this error spammed in...
Forum: Scripting Help 01-11-2013, 03:17
Replies: 9
Views: 2,383
Posted By andrzN
Re: Index out of bounds

If I remove get_user_name and get_user_authid in client_disconnect (if thats what you meant) then how will I get the disconnected players name and steamid?
Forum: Scripting Help 01-10-2013, 21:48
Replies: 9
Views: 2,383
Posted By andrzN
Re: Index out of bounds

The error doesn't come constantly, it comes just now and then, everything from 5min to 2 hours apart. So thats the weird part, why would it just give this error some times when this acton is used...
Forum: Suggestions / Requests 01-09-2013, 03:35
Replies: 5
Views: 37,028
Posted By andrzN
Re: Motd.txt showing picture

That will make the image size different for everyone depending on their in-game resolution.
Forum: Scripting Help 01-08-2013, 12:20
Replies: 9
Views: 2,383
Posted By andrzN
Index out of bounds

Okey, so suddenly I got this error in my error log:

L 01/08/2013 - 17:08:34: [AMXX] Run time error 4: index out of bounds
L 01/08/2013 - 17:08:34: [AMXX] [0] colorchat.inc::ColorChat (line...
Forum: Suggestions / Requests 01-08-2013, 12:07
Replies: 5
Views: 37,028
Posted By andrzN
Motd.txt showing picture

Modt.txt

Hi everyone! I need a working motd.txt code that will show a full-scale picture.
The code I'm currenlty using are causing a bug that make random clients' hl.exe
freeze on mapchange.
...
Forum: Suggestions / Requests 12-29-2012, 22:23
Replies: 27
Views: 4,760
Posted By andrzN
Re: Unstuck plugin - Rewritten the request.

If the player has been stuck for more then 5 seconds a message should be sent to him telling him for example: "you seem to be stucked, say /stuck to be unstucked". If the player then say /stuck he...
Forum: Suggestions / Requests 12-29-2012, 21:28
Replies: 27
Views: 4,760
Posted By andrzN
Forum: Suggestions / Requests 12-29-2012, 21:05
Replies: 11
Views: 1,997
Posted By andrzN
Re: Load mapcycle.txt into menu

What I requested was how this is done, not what it's going to be used for, because if I get the way it's done I can add it's function myself. But yeah, it's going to change map to the map you press...
Forum: Suggestions / Requests 12-29-2012, 20:14
Replies: 1
Views: 936
Posted By andrzN
Re: Last terrorist remaining

Nevermind, I found This (http://forums.alliedmods.net/showthread.php?t=105567) link
Forum: Suggestions / Requests 12-29-2012, 19:41
Replies: 1
Views: 936
Posted By andrzN
Last terrorist remaining

Last terrorist alive

hey!

How do you detect if a player is the last one on his team? I've been wondering about this for a while.
The code should work like this (for example):
...
Forum: Scripting Help 12-29-2012, 19:32
Replies: 7
Views: 1,885
Posted By andrzN
Re: [Need help] Nvault -> MySql saving

Oh I didn't know that.

By the way, I feel bad to ask you, but can you change another plugin I have to mysql saving? This one is really small, and I've tried using the way above, but I just fail...
Forum: Scripting Help 12-29-2012, 18:11
Replies: 7
Views: 1,885
Posted By andrzN
Re: [Need help] Nvault -> MySql saving

Yeah now it works perfectly, thank you so extremely much!

Needed this because my server is too weak to handle all the vault files I have. After a point it makes the server bug and lag when it's...
Forum: Scripting Help 12-29-2012, 10:48
Replies: 7
Views: 1,885
Posted By andrzN
Re: [Need help] Nvault -> MySql saving

It doesn't seem to be saving the data at all. Are you sure that this code should work? I get no errors or warnings when compiling, also there is no error in the logs of the server even with debug...
Forum: Scripting Help 12-28-2012, 16:54
Replies: 7
Views: 1,885
Posted By andrzN
[Need help] Nvault -> MySql saving

I need help changing a plugin that uses nvault save to make it use mysql save.

I have no knowledge what so ever of how to code with mysql saving, so I need you you to make the code for me. If you...
Forum: Scripting Help 12-26-2012, 12:42
Replies: 0
Views: 624
Posted By andrzN
Random players is resat

Reset random players

Hey and merry christmas! I hope you are having a great holyday either if you are at work, home with your family or on a holyday trip to somewhere hot. (here in norway it's...
Forum: Scripting Help 12-24-2012, 21:58
Replies: 0
Views: 550
Posted By andrzN
Fix Saving Action [SOLVED]

Fix save action Problem Solved!
Hey guys, and merry christmas! I hope you are enjoying your holyday as much as I am!

Anyway, I've met some problems while trying to make (completely edit) a time...
Forum: Suggestions / Requests 12-18-2012, 05:12
Replies: 11
Views: 1,997
Posted By andrzN
Load mapcycle.txt into menu

Good morning, modders!

I need a plugin where you can say /maps, and then a menu with all the maps written in mapcycle.txt will appear in the menu.

Thanks in advance!
Forum: HL1 Servers (HLDS) 12-16-2012, 14:09
Replies: 1
Views: 1,031
Posted By andrzN
Players get kicked on round end

Hi modders!

Today I expereienced a new error on my server that I've never had before, and it came out of nothing, I haven't added/removed anything from the server the past few days, so that can't...
Showing results 1 to 25 of 303

 
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