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

Showing results 1 to 25 of 105
Search took 0.02 seconds.
Search: Posts Made By: CHE4TER
Forum: Off-Topic 03-20-2016, 14:53
Replies: 5
Views: 1,854
Posted By CHE4TER
Re: Help findind HD skies for HLAE (moviemaking)

That 3rdd view would be nice if the crosshair adjust.
Like this:
http://media.moddb.com/images/mods/1/13/12298/screen000.png
Forum: New Plugin Submissions 03-18-2016, 13:17
Replies: 26
Views: 12,718
Posted By CHE4TER
Re: Spawn view effect 1.0.0 - Golden Eye 64 like spawn view effect

Looks good, but i think it would be better if you block mouse and movements while it rotates.
Also try to create a func to hide crosshair while rotating.
Forum: Suggestions / Requests 03-18-2016, 09:12
Replies: 6
Views: 929
Posted By CHE4TER
Re: HELP, I can't join Serv !

Google search: Server is enforcing file consistency => First link.
Forum: Scripting Help 03-18-2016, 07:53
Replies: 55
Views: 23,968
Posted By CHE4TER
Forum: Suggestions / Requests 03-11-2016, 02:20
Replies: 4
Views: 862
Posted By CHE4TER
Re: Need to say in chat "/blah" and it exec's cvars/cfg's like "/Lo3" & "/alltalk on"

You don't add user flags? Anyone on server can use those commands...

This will work;

#include <amxmodx>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
Forum: Suggestions / Requests 03-10-2016, 01:50
Replies: 4
Views: 862
Posted By CHE4TER
Re: Need to say in chat "/blah" and it exec's cvars/cfg's like "/Lo3" & "/alltalk on"

What do you mean with "@ 3am"? /drugs 1 can be only enabled at 3am?
Forum: Off-Topic 03-10-2016, 01:34
Replies: 1
Views: 675
Posted By CHE4TER
Forum: Off-Topic 03-05-2016, 19:10
Replies: 3
Views: 897
Posted By CHE4TER
Re: In voice background sprite?

Maybe yes, then gonna be more difficult to change it.



I mean the background of player name speaking.
Forum: Off-Topic 03-04-2016, 03:49
Replies: 3
Views: 897
Posted By CHE4TER
In voice background sprite?

Anyone knows if the background of voice speak is a sprite or something else?
Tried to see with sprite explorer all the sprites in cstrike/valve, but i don't see that red/blue bg.
Forum: Scripting Help 03-02-2016, 04:36
Replies: 17
Views: 3,928
Posted By CHE4TER
Re: Questions on register_concmd

Something like this...
#include <amxmodx>

public plugin_init() {
register_concmd("my_secret_menu", "functionId", ADMIN_BAN)
}

public functionId(id) {
// your secret menu
// if you don't...
Forum: Suggestions / Requests 03-02-2016, 04:27
Replies: 4
Views: 1,343
Posted By CHE4TER
Re: [REQ] Disable spectator menu

Replacing the txt file will disable spec menu only on his computer.
Forum: Off-Topic 02-29-2016, 14:00
Replies: 5
Views: 1,854
Posted By CHE4TER
Help findind HD skies for HLAE (moviemaking)

Hello world! :)
Anyone have HD skies for moviemaking?
I have search but i find uselles things.
Maybe you got some good skies?
Forum: Off-Topic 02-29-2016, 13:35
Replies: 14
Views: 7,152
Posted By CHE4TER
Re: Remove AMX text in an cs 1.6 demo

hud_draw 0 remove all hud, only voice is displayed (see screenshot).
For those who want to remove all amx text from a demo you must replace this TrackerScheme.res with the original. Remember to...
Forum: Scripting Help 02-29-2016, 12:33
Replies: 0
Views: 464
Posted By CHE4TER
Server crash

With the version 1.8.2 this was working fine, but with the new v 1.8.3 my serv crash.
The functions that cause crash are commented:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>...
Forum: Zombie Plague Mod 02-29-2016, 11:12
Replies: 191
Views: 142,022
Posted By CHE4TER
Re: [ZP] Addon: Sprites On HUD !! Updated to v1.1 !!

Well, i see that there's no way to have sprites in HUD.
Forum: Scripting Help 02-29-2016, 10:31
Replies: 55
Views: 23,968
Posted By CHE4TER
Re: Place model\image\sprite in constant position on screen

This would be nice if done. I researched many threads about sprites in hud and seems that is not possible atm.
But models should show in hud if the code is coded correctly. Would be nice a code for...
Forum: Zombie Plague Mod 02-28-2016, 21:19
Replies: 191
Views: 142,022
Posted By CHE4TER
Re: [ZP] Addon: Sprites On HUD !! Updated to v1.1 !!

I have uncommented the line 144 in "sprites_on_hud" and it's works.
But if you move the sprite will start shaking. Any way to solve this?
Forum: Zombie Plague Mod 02-28-2016, 21:18
Replies: 191
Views: 142,022
Posted By CHE4TER
Re: [ZP] Addon: Sprites On HUD !! Updated to v1.1 !!

L 02/29/2016 - 02:05:59: [AMXX] Displaying debug trace (plugin "sprites_on_hud.amxx", version "1.0")
L 02/29/2016 - 02:05:59: [AMXX] Run time error 5: memory access
L 02/29/2016 - 02:05:59: [AMXX]...
Forum: Scripting Help 11-27-2015, 12:58
Replies: 1
Views: 500
Posted By CHE4TER
Forum: Scripting Help 11-26-2015, 01:16
Replies: 3
Views: 831
Posted By CHE4TER
Re: Get index of player

Thanks. And what i'm trying to do, is something like this:


public Ev_DeathMsg()
{
// steamids
new szAuthID[ 35 ]; get_user_authid( index, szAuthID, cm( szAuthID ) )
new iDummy;

new...
Forum: Off-Topic 11-26-2015, 01:02
Replies: 14
Views: 7,152
Posted By CHE4TER
Re: Remove AMX text in an cs 1.6 demo

Should try that, thanks!
Forum: Scripting Help 11-26-2015, 00:45
Replies: 3
Views: 831
Posted By CHE4TER
Get index of player

How can i get player index without puting index/id... in ev_deathmsg?
public Ev_DeathMsg()
{
new szAuthID[ 35 ]; get_user_authid( index, szAuthID, cm( szAuthID ) )
}
Forum: Off-Topic 11-25-2015, 23:39
Replies: 14
Views: 7,152
Posted By CHE4TER
Re: Remove AMX text in an cs 1.6 demo

Russian text displayed as weird symbols...
Anyway to fix it? I took a look at menus but nothing helped.
http://i67.tinypic.com/29nw4e1.png
Forum: Off-Topic 11-25-2015, 23:01
Replies: 14
Views: 7,152
Posted By CHE4TER
Re: Remove AMX text in an cs 1.6 demo

That's the problem, the only solution is to use TrackerScheme.res from style-productions and remove all type of amx text in hud.
Forum: Off-Topic 11-25-2015, 22:42
Replies: 14
Views: 7,152
Posted By CHE4TER
Re: Remove AMX text in an cs 1.6 demo

Not possible by plugin, because this is just a demo file saved when I was playing.



Nope. Text from plugin army ranks.
Showing results 1 to 25 of 105

 
Forum Jump

All times are GMT -4. The time now is 10:36.


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