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

Showing results 1 to 25 of 36
Search took 0.01 seconds.
Search: Posts Made By: Meelo
Forum: Scripting Help 04-07-2021, 08:59
Replies: 14
Views: 1,307
Posted By Meelo
Re: check prefix of fps_max or any other command

ANyway, LondoN's code isn't working;/
Forum: Scripting Help 04-07-2021, 08:10
Replies: 14
Views: 1,307
Posted By Meelo
Re: check prefix of fps_max or any other command

I didn't test it but i think it will catch everyone who type any command with "fps" in it's name so it can't work this way

Maybe make an exclude for fps_max only? I don't want to block legal...
Forum: Scripting Help 04-04-2021, 19:37
Replies: 14
Views: 1,307
Posted By Meelo
Re: check prefix of fps_max or any other command

I'm sure that you can't check their external commands values, but it's possible to check if someone type in console any text or any command even if it's not the cs command. There are some anticheats...
Forum: Scripting Help 04-04-2021, 11:09
Replies: 14
Views: 1,307
Posted By Meelo
Re: check prefix of fps_max or any other command

But code i put here is kinda better, Bugsy helped me with it

i need to check if someone type fps_max with any prefix in console
Forum: Scripting Help 04-03-2021, 16:54
Replies: 14
Views: 1,307
Posted By Meelo
check prefix of fps_max or any other command

Hey like 2 months ago you helped me with the fps_max checking but now some players found another way to increase their fps using third-party programms/cheats which uses prefixes

So i use this code...
Forum: Scripting Help 03-12-2021, 09:57
Replies: 0
Views: 462
Posted By Meelo
(specinfo)Different hud for aliveplayers

Hello, i'm using specinfo plugin:
and was trying to make two different huds, one for players spectating alive player and different for players alive, because i want to add information about player...
Forum: Approved Plugins 02-23-2021, 16:40
Replies: 95
Views: 80,927
Posted By Meelo
Re: Entity Remover by Exolent

If i remove some glass on map, they are removed and ppl can pass through, but when map is restarted the glass are back but they are invisible, any ideas what's going on?
Forum: Scripting Help 02-15-2021, 08:14
Replies: 10
Views: 793
Posted By Meelo
Forum: Scripting Help 02-14-2021, 17:07
Replies: 10
Views: 793
Posted By Meelo
Re: how to detect if there are more than 4 chars in command

It works perfecly, thanks. One more question is why you check two times bInvalid?

if ( bInvalid || ( str_to_float( value ) > 99.5 ) )
{
if ( bInvalid )
client_print( id...
Forum: Scripting Help 02-14-2021, 13:00
Replies: 10
Views: 793
Posted By Meelo
Re: how to detect if there are more than 4 chars in command

i tried different way, now yours and nothing happens
Forum: Scripting Help 02-14-2021, 12:44
Replies: 10
Views: 793
Posted By Meelo
Re: how to detect if there are more than 4 chars in command

okay, it works but i found another problem:

str_to_num see only if values are 100,99,98. If i type 99.9 fps are increases to 100.1 - 100.4 even if i'm checking if fps_max is 99.5
Forum: Scripting Help 02-14-2021, 09:40
Replies: 10
Views: 793
Posted By Meelo
how to detect if there are more than 4 chars in command

Hi, i have plugin what detect value of fps_max client cvar.

It's detecting fps_max 99.5 and if someone type fps_max 99.5. or 99.5.1 he automatically gain 100.5 fps.

I'm using this:
public...
Forum: Scripting Help 01-14-2021, 12:09
Replies: 5
Views: 651
Posted By Meelo
Re: index out of bounds problem

Im not a scripter so yes, i didn't notice it. I'll check if it works.
Forum: Scripting Help 01-13-2021, 10:16
Replies: 5
Views: 651
Posted By Meelo
Re: index out of bounds problem

new averagefpsnum[33];
new Float:FPSToAverage[33][32];

new Float:UserFPS[33]

I've added .sma below, it's public kz/hidenseek anticheat
Forum: Scripting Help 01-13-2021, 09:21
Replies: 5
Views: 651
Posted By Meelo
index out of bounds problem

Hello, i need help to repair this error

L 01/13/2021 - 13:33:44: [AMXX] Run time error 4: index out of bounds
L 01/13/2021 - 13:33:44: [AMXX] [0] ranticheat.sma::Player_PostThink (line 479)
...
Forum: Scripting Help 07-01-2020, 09:54
Replies: 0
Views: 440
Posted By Meelo
error when edit jumpstats

Hello, i want to edit uq_jumpsats by borjomi and make some stats visible only for tt and few in ct

I think it's somewhere here:
if(!get_pcvar_num(kz_uq_team))
{
team[id]=0;
}...
Forum: Suggestions / Requests 06-23-2020, 09:35
Replies: 1
Views: 439
Posted By Meelo
[REQ] different anti-reconnect

Hello, i'm using this auto join team plugin:
https://forums.alliedmods.net/showthread.php?t=69819

but it's easyblock server ( so if ct will catch every terrorists - teams gonna change). People...
Forum: Suggestions / Requests 02-29-2020, 07:38
Replies: 16
Views: 5,976
Posted By Meelo
Forum: Suggestions / Requests 02-08-2020, 07:24
Replies: 7
Views: 1,988
Posted By Meelo
Re: Need white list(names + pass)

Why all here ask why do I or anyone else need plugin like that.. i have an idea that's all and i need this

Users.ini it's not what i'm looking for.
Forum: Suggestions / Requests 02-07-2020, 13:21
Replies: 7
Views: 1,988
Posted By Meelo
Need white list(names + pass)

Hello, is there any simple white-list plugin where can i set players names+pass, then he have to type setinfo _pw "pass" or any other setinfo to get access to the server?
Forum: Code Snippets/Tutorials 08-19-2019, 11:42
Replies: 24
Views: 15,626
Posted By Meelo
Re: [TUT] nVault Top 15

I have question, what if the there is a guy without steamid? how is he saved in nvault? because i have problem with records in top15 - first in top is guy without steam and his stats are way bigger...
Forum: Suggestions / Requests 08-12-2019, 12:12
Replies: 11
Views: 2,038
Posted By Meelo
Forum: Suggestions / Requests 08-12-2019, 09:07
Replies: 11
Views: 2,038
Posted By Meelo
Re: How to stop spam chat message in this plugin

I know but if there is better way to do it.. so why not
Forum: Suggestions / Requests 08-12-2019, 07:55
Replies: 11
Views: 2,038
Posted By Meelo
Re: How to stop spam chat message in this plugin

Ok but still in your plugin - damage is disabled but the message is displayed if i jump from the correct height, not if i just touch player's head
Forum: Suggestions / Requests 08-12-2019, 05:24
Replies: 11
Views: 2,038
Posted By Meelo
Re: How to stop spam chat message in this plugin

but with this plugin player 1 have to take dmg from player 2, i dont want to damage any player, just a simple message when one jump on another one's head
Showing results 1 to 25 of 36

 
Forum Jump

All times are GMT -4. The time now is 03:58.


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