Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 420
Search took 0.01 seconds.
Search: Posts Made By: Debesėlis
Forum: Scripting Help 02-19-2014, 18:02
Replies: 6
Views: 1,186
Posted By Debesėlis
Re: restrict player name

amx_name_minlength "1"
amx_name_symbols "!@#$%^"&*~`?❤❥웃유♋☮✌☏☢ ☠☤☑♚▲♪✈¿♥♂♀✍✉☣☒♛▼¡ღ ツ☼☁❅✎©® ™Σ✯☭卐✞°✿ϟ☃☂✄¢€£ ∞✪➳☯✡☪"

I saved file with UTF-8 without BOM.
I added commands to amxx.cfg...
Forum: Scripting Help 02-19-2014, 14:01
Replies: 6
Views: 1,186
Posted By Debesėlis
Re: restrict player name

https://forums.alliedmods.net/showthread.php?t=72634

But this doesn't restrict ❤❥웃유♋☮✌☏☢ ☠☤☑♚▲♪✈¿♥♂♀✍✉☣☒♛▼¡ღ ツ☼☁❅✎©® ™Σ✯☭卐✞°✿ϟ☃☂✄¢€£ ∞✪➳☯✡☪ symbols.
Forum: Scripting Help 02-19-2014, 13:00
Replies: 6
Views: 1,186
Posted By Debesėlis
Re: restrict player name

I cannot find.
Forum: Scripting Help 02-19-2014, 12:12
Replies: 6
Views: 1,186
Posted By Debesėlis
restrict player name

When player connect to the server and his name will be ✡ or some other symbol, server must change player name to unnamed. Can anyone code for me this small script?

With ✡ symbol player have blank...
Forum: Scripting Help 02-05-2014, 13:30
Replies: 6
Views: 1,723
Posted By Debesėlis
Re: awp_dust remove pistols

What about awp? i need remove pistol only.
Forum: Scripting Help 02-05-2014, 12:35
Replies: 6
Views: 1,723
Posted By Debesėlis
Re: awp_dust remove pistols

http://files.gamebanana.com/img/ss/maps/146591a.jpg

http://cs.gamebanana.com/maps/146593
Forum: Scripting Help 02-05-2014, 09:22
Replies: 6
Views: 1,723
Posted By Debesėlis
awp_dust remove pistols

How can i remove pistol from the players? need check every round if player has pistol then remove it.
Forum: Scripting Help 02-01-2014, 12:32
Replies: 8
Views: 1,434
Posted By Debesėlis
Forum: Scripting Help 02-01-2014, 11:39
Replies: 8
Views: 1,434
Posted By Debesėlis
Re: Message after player choose a team

if one player will join to the game other players won't get a message? How to make bool only for current player not for all?

#include <amxmodx>
#include <amxmisc>

#define PLUGIN...
Forum: Scripting Help 02-01-2014, 11:20
Replies: 8
Views: 1,434
Posted By Debesėlis
Re: Message after player choose a team

If i'm in Terrorist team and i change my team to Counter-Terrorist i get message. How to show message only then i join the game?
Forum: Scripting Help 01-31-2014, 18:53
Replies: 8
Views: 1,434
Posted By Debesėlis
Re: Message after player choose a team

Any one can help me? I get message, but if i change team i get message too and i have error


L 01/31/2014 - 23:31:27: [AMXX] Run time error 4: index out of bounds
L 01/31/2014 - 23:31:27: [AMXX]...
Forum: Scripting Help 01-30-2014, 21:01
Replies: 8
Views: 1,434
Posted By Debesėlis
Message after player choose a team

When player connect to the server and choose a team (T/CT/SPEC) print chat message for him. But if he change team from T/CT/SPEC to T/CT/SPEC don't show message. Is it possible? and maybe someone...
Forum: Scripting Help 01-30-2014, 13:02
Replies: 3
Views: 684
Posted By Debesėlis
Re: Message not for admin

So ?


static a, players[ 32 ], player_count;
get_players( players, player_count );
for ( a = 0; a < player_count; a++ )
{
if (...
Forum: Scripting Help 01-30-2014, 12:32
Replies: 3
Views: 684
Posted By Debesėlis
Message not for admin

How to print message for players when admin disconnect from the game? Message must see only players (ignore admins).
Forum: Scripting Help 12-16-2013, 10:27
Replies: 9
Views: 1,280
Posted By Debesėlis
Re: Print chat for client and other

What i'm doing wrong? Don't understand why this doesn't work.

new skip_player[33]

public UNACCESS ( id )
{
skip_player[id] = 1
client_print ( id, print_chat, "Your rights are removed." );
...
Forum: Scripting Help 12-15-2013, 10:43
Replies: 9
Views: 1,280
Posted By Debesėlis
Re: Print chat for client and other

Please can you give me example?
Forum: Scripting Help 12-15-2013, 09:52
Replies: 9
Views: 1,280
Posted By Debesėlis
Re: Print chat for client and other

I Want to show this message for all players but not for client which removes rights. Is it possible?
Forum: Scripting Help 12-15-2013, 09:38
Replies: 9
Views: 1,280
Posted By Debesėlis
Re: Print chat for client and other

Fixed :bacon: I give you second example what i really need. Player which remove rights must see only 1 message. Now he see 2 messages (message for him and message for all players including him).
Forum: Scripting Help 12-15-2013, 09:20
Replies: 9
Views: 1,280
Posted By Debesėlis
Print chat for client and other

How to print message for client and for all players?

Example :

message for client :
client_print ( id, print_chat, "Your rights are removed." );message for all other players :
client_print (...
Forum: Scripting Help 12-01-2013, 04:55
Replies: 1
Views: 572
Posted By Debesėlis
Re: ranking by kills

Please help me to make rank title by kills.

if player killed 20 enemy he will have rank 1 (Private). No need to save that. When player type /rank he will see his rank by kills.
Will be nice if...
Forum: Scripting Help 11-30-2013, 08:22
Replies: 1
Views: 572
Posted By Debesėlis
ranking by kills

How to get rank by kills?


noob 0-200kills
gamer 200-400 kills
gwrg 400-600kills
whrw 600-800kills
pro 800-1000 kills
skill 1000+kills
Forum: Scripting Help 11-27-2013, 13:33
Replies: 4
Views: 1,426
Posted By Debesėlis
Re: Show %d in message

Can you give me example ?
Forum: Scripting Help 11-27-2013, 13:19
Replies: 4
Views: 1,426
Posted By Debesėlis
Show %d in message

How to show %d in :
( FreeAccess > 0 ? "%d more access available." : "You took the last one!", FreeAccess )



new FreeAccess; FreeAccess = get_pcvar_num( g_Access ) - iAccess;

client_print(...
Forum: Scripting Help 11-24-2013, 10:10
Replies: 4
Views: 880
Posted By Debesėlis
Re: Give free access by the command

i test it and doesn't work.
"* Access given 0 from 5!"
Doesn't give me access.

iAmount[ id ] is only for same ID? i need it what 5 different players can take access by using /vip.

Must show...
Forum: Scripting Help 11-23-2013, 13:32
Replies: 0
Views: 463
Posted By Debesėlis
StatsX top15 group by?

Can anyone explain for me how statsx top15 is grouped? by eff? acc? can i change it to group by kills? and how to do it?

and what doing this code?
register_srvcmd("amx_statsx_mode",...
Showing results 1 to 25 of 420

 
Forum Jump

All times are GMT -4. The time now is 14:11.


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