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

Showing results 1 to 25 of 58
Search took 0.01 seconds.
Search: Posts Made By: vlad_slick
Forum: HL1 Servers (HLDS) 08-01-2016, 18:43
Replies: 3
Views: 1,243
Posted By vlad_slick
Re: Server management

Another option would be to use rename_file (https://www.amxmodx.org/api/file/rename_file) to overwrite the original engine file, if the user running hlds has write permissions on it. (some do, other...
Forum: Scripting Help 08-27-2015, 11:42
Replies: 13
Views: 1,475
Posted By vlad_slick
Re: [HELP] Saving Server Console to Log

Well, you are wrong. Check it out for yourself. "log on" logs only specific messages, that use logging functions. Just make a plugin that issues "server_print" and that won't get logged. A lot of...
Forum: Module Coding 03-03-2015, 08:39
Replies: 90
Views: 51,182
Posted By vlad_slick
Forum: Module Coding 03-01-2015, 20:54
Replies: 90
Views: 51,182
Posted By vlad_slick
Re: Bot Played Time Faker (v1.2)

Is it just me or the latest version (1.2) cannot be compiled with the included Makefile?
Forum: Module Coding 01-19-2015, 17:03
Replies: 161
Views: 79,995
Posted By vlad_slick
Re: Module: Fake Server Queries

I don't think that will be fixed anytime soon. You can't fix that by faking info sent to the player. The number of players is received from Steam Master Servers. (and they only send the number of...
Forum: HL1 Servers (HLDS) 11-09-2014, 09:00
Replies: 28
Views: 5,042
Posted By vlad_slick
Re: Kicked Timed Out

Check amx and server logs and check for any unusual activity before you got kicked.
Forum: HL1 Servers (HLDS) 09-30-2014, 08:21
Replies: 19
Views: 5,488
Posted By vlad_slick
Re: i have Problem in my steam "cs 1.6"

1) Type "commentator" so you'll see:


2) Restart the server.
Forum: Off-Topic 09-05-2014, 17:12
Replies: 10
Views: 2,995
Posted By vlad_slick
Re: Request Block "Status"

@csblackangelscom please don't pm me asking to break forum rules. If you see it's forbidden here, don't waste your time insisting, instead try another forum. Isn't it the normal thing people do?
Forum: Scripting Help 08-04-2014, 14:01
Replies: 19
Views: 4,623
Posted By vlad_slick
Re: Sockets Problem

I have already given you more than enough links from were you could learn. But it seems like you didn't bother checking them:




I doubt that you're right, I think it's just that your way of...
Forum: Suggestions / Requests 07-22-2014, 15:41
Replies: 5
Views: 638
Posted By vlad_slick
Re: admin redirect

https://forums.alliedmods.net/showthread.php?p=2105465#post2105465


https://lh5.googleusercontent.com/-7zFDHK5X45w/AAAAAAAAAAI/AAAAAAAAAA0/9ZQnnvMrAOA/photo.jpg
Forum: Suggestions / Requests 07-22-2014, 15:34
Replies: 1
Views: 537
Posted By vlad_slick
Re: i'need help somebuddy can?

You could use the Anti Overflow (http://c-s.net.ua/forum/topic42127.html) plugin made by mazdan (http://c-s.net.ua/forum/user76856.html).

Unfortunately he obfuscated his code. So I did my best to:...
Forum: Off-Topic 07-19-2014, 22:28
Replies: 17
Views: 3,325
Posted By vlad_slick
Re: Bots Count

Module: Fake Server Queries (https://forums.alliedmods.net/showthread.php?t=244450) (in case you missed it)
Forum: Scripting Help 07-19-2014, 17:29
Replies: 4
Views: 803
Posted By vlad_slick
Re: Get playing time from server

get_user_time doesn't return the full time (it's reset by reconnects or on mapchange).

The time in your screenshot is calculated (and stored) by the steam libraries...
Forum: Module Coding 07-19-2014, 09:40
Replies: 1,508
Views: 892,211
Posted By vlad_slick
Re: Module: Orpheu (v2.5.1)

I have a question. :3

Is there any way you could handle a type double variable from memory with orpheu or okapi?
I was thinking one way would be by reading 8 bytes from where the double is stored...
Forum: Module Coding 07-18-2014, 13:50
Replies: 161
Views: 79,995
Posted By vlad_slick
Re: Module: Fake Server Queries

AHAHAHAH! That's the first thing I thought after seeing the thread title. :avast:
Forum: Suggestions / Requests 07-17-2014, 22:51
Replies: 24
Views: 4,076
Posted By vlad_slick
Re: [Req] Bots With Steam Picture !

It is easy (almost anyone who has made at least a few plugins understood the method from my first post).

By "it fakes info sent to the players" I mean that you are tricking the players into...
Forum: Suggestions / Requests 07-17-2014, 22:34
Replies: 24
Views: 4,076
Posted By vlad_slick
Re: [Req] Bots With Steam Picture !

I don't think so. There are 3 problems:
1) it fakes info sent to the players and some people don't want that
2) it's not very nice to join a server where x players have identical profile picture...
Forum: Suggestions / Requests 07-17-2014, 22:03
Replies: 24
Views: 4,076
Posted By vlad_slick
Re: [Req] Bots With Steam Picture !

They are copying a user's *sid from their user info with get_user_info(real_player_id,"*sid", realPlayerSid, sizeof(realPlayerSid)-1) and assigning it to the bots with set_user_info(bot_id, "*sid",...
Forum: Off-Topic 07-17-2014, 21:04
Replies: 17
Views: 3,325
Posted By vlad_slick
Re: Bots Count

I thought THIS (http://store.steampowered.com/subscriber_agreement/) was the Steam TOS and what you posted (and others on this forum) is just the TOS for server owners who want to receive TF2...
Forum: Source Servers (SRCDS) 07-14-2014, 16:03
Replies: 17
Views: 3,686
Posted By vlad_slick
Re: Unable to connect to my self-hosted srcds server.

Did you use "+randommap" or "+map randomone"?
Forum: Scripting Help 07-10-2014, 13:37
Replies: 19
Views: 4,623
Posted By vlad_slick
Re: Sockets Problem

It's not enough to just change how you open the socket, you'd have to change how the php script sends info (now it's sending with TCP) and adapt the sma to the new protocol.
But it would all be...
Forum: Zombie Plague Mod 07-08-2014, 23:59
Replies: 13
Views: 2,131
Posted By vlad_slick
Re: RGB color

Maybe red (http://www.rapidtables.com/web/color/RGB_Color.htm)? (255 0 0)
Forum: Scripting Help 07-05-2014, 10:11
Replies: 19
Views: 4,623
Posted By vlad_slick
Re: Sockets Problem

1) test it yourself if you don't want to just trust what I say, add a server print in the read_web function.
2) the fact that the tutorials where from alliedmods doesn't make them get a "perfect"...
Forum: Scripting Help 07-04-2014, 16:31
Replies: 19
Views: 4,623
Posted By vlad_slick
Re: Sockets Problem

Here are some tips:
- I added a server_print each time a function is called in your plugin, and the read_web function gets executed more and more often as time goes by (10 min after starting the...
Forum: Source Servers (SRCDS) 07-02-2014, 23:55
Replies: 44
Views: 167,964
Posted By vlad_slick
Re: Is my server listed on the master server?

Well, you could test to see if you get more players like this.
Showing results 1 to 25 of 58

 
Forum Jump

All times are GMT -4. The time now is 21:33.


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