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

Showing results 1 to 25 of 59
Search took 0.01 seconds.
Search: Posts Made By: Infernuz
Forum: Module Coding 11-30-2015, 14:37
Replies: 3
Views: 1,900
Posted By Infernuz
Re: [Help] How to send a fake command to client

Alright thanks. That cleared things up .

Then, what I want is to send a command to client, just as client_cmd in amxx does. Am I able to somehow get access to CLIENT_COMMAND pointer? Or it can be...
Forum: Module Coding 11-30-2015, 00:05
Replies: 3
Views: 1,900
Posted By Infernuz
[Help] How to send a fake command to client

What's the correct way of sending a fake client command to (player / all player) throw module? I have looked into UTIL_FakeClientCommand, but I don't quite understand how to imlement it in my code. ...
Forum: General 05-30-2015, 06:36
Replies: 18
Views: 2,442
Posted By Infernuz
Re: linux entity issues insane cpu load

claudiuhks, didn't help. Still the same, though now it just randomly jumps between 13% to 18%.
Forum: General 02-14-2015, 16:25
Replies: 130
Views: 209,448
Posted By Infernuz
Re: amxmodx profiler

Arkshine, could you release source files?
Forum: New Plugin Submissions 03-08-2014, 20:34
Replies: 84
Views: 28,432
Posted By Infernuz
Re: Web Live Chat v1.3

Well, then this is not a "live" chat as you called it, it's simply a chat logger. From this kind of view Ajax seems to be missing it's main purpose. You can more likely use database output and...
Forum: New Plugin Submissions 03-08-2014, 18:16
Replies: 84
Views: 28,432
Posted By Infernuz
Re: Web Live Chat v1.3

But you'r already using sockets :D
Forum: New Plugin Submissions 03-08-2014, 15:58
Replies: 84
Views: 28,432
Posted By Infernuz
Re: Web Live Chat v1.3

What about web to server? :D
Forum: Suggestions / Requests 03-04-2014, 20:54
Replies: 15
Views: 2,757
Posted By Infernuz
Re: [SUGGESTION] WebSite & Server Chat

MySQL threaded query + php + jQuery = WebSite & Server Chat
No rcon required, only problem is to send messages from website to server.

quark, Yes you can do it with sockets, but that requires an...
Forum: Code Snippets/Tutorials 05-15-2013, 19:34
Replies: 342
Views: 173,983
Posted By Infernuz
Re: Notepad++ AlliedModders Edition

Any file. I have tried to disable all plugins, but still no result. May it be something in settings that is causing it?

Btw, this bug doesn't seem to appear with notepad 6.3.3 (latest)
Forum: Code Snippets/Tutorials 05-15-2013, 19:24
Replies: 342
Views: 173,983
Posted By Infernuz
Re: Notepad++ AlliedModders Edition

Pressing ctrl + g and searching for some line number results in access violation error. Do I miss something or..?
Just installed this version, but had others before.
...
Forum: Scripting Help 03-11-2013, 23:25
Replies: 9
Views: 1,565
Posted By Infernuz
Re: where did I wrong ?

Why don't you hook team choose menu instead of TeamInfo?
Forum: Scripting Help 03-10-2013, 14:46
Replies: 6
Views: 1,264
Posted By Infernuz
Re: Freeze

https://forums.alliedmods.net/showpost.php?p=1908873&postcount=6
Forum: Scripting Help 03-09-2013, 07:01
Replies: 15
Views: 2,145
Posted By Infernuz
Re: Distanse

To find the distance betwen one player. You'll have later on loop throw other ones and make a check if they are in range.

This is just my idea of how it can be done, there'r of course other ways.
Forum: Scripting Help 03-09-2013, 06:28
Replies: 15
Views: 2,145
Posted By Infernuz
Re: Distanse

Find first players origins, and second one. Create a straight line betwen them and calculate the length of that line. There you go, distance.
Forum: Scripting Help 03-08-2013, 09:25
Replies: 6
Views: 1,603
Posted By Infernuz
Re: pls help with freezing

You know you could use mp_freezetime 5 in server.cfg, but anyways here:

/*
* Freezer, freezes terrorists team on round start
*
* Credits:
* Devil259 for freeze...
Forum: Scripting Help 03-08-2013, 08:29
Replies: 6
Views: 1,603
Posted By Infernuz
Re: pls help with freezing

For how long should they stay freezed?
Forum: Scripting Help 03-08-2013, 08:01
Replies: 6
Views: 1,603
Posted By Infernuz
Re: pls help with freezing

What are you trying to do? Freeze all terrorists on round start?
Forum: Scripting Help 03-06-2013, 19:17
Replies: 3
Views: 739
Posted By Infernuz
Re: Server Crash due to script

Dont know, may be many things. Try this instead. Hoppe you'll find it usefull.
Try to understand the code before modifying

https://forums.alliedmods.net/showpost.php?p=1641415&postcount=5
/*
...
Forum: Scripting Help 03-05-2013, 18:34
Replies: 0
Views: 482
Posted By Infernuz
Set spectactor camera to just connected user

Well, the title says it all. I'm just wondering if it's possible. Have already searched a lot, but couldn't find just what I need.

I want to force a just connected player to use spectactor camera....
Forum: Scripting Help 09-09-2012, 21:20
Replies: 4
Views: 1,321
Posted By Infernuz
Re: Bots - Anti block (for bots glitched in walls)

It's neither your zombie bot plugin that glitch, or there'r badly written waypoints for the maps. Podbots are working just fine on default maps.
Forum: Scripting Help 09-09-2012, 21:15
Replies: 5
Views: 3,389
Posted By Infernuz
Re: Help Scoreboard Teamdeathmatch

You can't without modifying players client files.
Forum: Scripting Help 09-07-2012, 09:53
Replies: 1
Views: 1,107
Posted By Infernuz
Re: render footsteps

Depends on how you will use it.

public Reset()

Is better if you want to ONLY render for all of the players.
Forum: Scripting Help 09-03-2012, 22:59
Replies: 5
Views: 2,536
Posted By Infernuz
Re: add minigun store

http://forums.alliedmods.net/showthread.php?t=194936 :nono:





So what did you modify? I don't see the change. :crab:
Forum: Scripting Help 09-02-2012, 10:05
Replies: 4
Views: 1,238
Posted By Infernuz
Re: help with shop vip

Yeah, that's because money are being subtracted before the check if user have the flags. Look at your code here.


iMoney -= item_Data[item_Cost]

cs_set_user_money(id, iMoney)
...
Forum: Scripting Help 09-02-2012, 00:47
Replies: 11
Views: 2,811
Posted By Infernuz
Re: [Help - SQL] Saving Timer vallue's

That's bullshit in my opinion, there's no need to create 3 global vars if they are not required. It's showing wrong because I gave it wrong values. Change this line, and you'll proly will feel the...
Showing results 1 to 25 of 59

 
Forum Jump

All times are GMT -4. The time now is 08:25.


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