Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 49
Search took 0.01 seconds.
Search: Posts Made By: J4CK
Forum: Scripting Help 01-05-2013, 05:43
Replies: 8
Views: 1,487
Posted By J4CK
Re: How to Fix Menu? [bug]

nobody don't know how fix ?
Forum: Suggestions / Requests 01-05-2013, 05:28
Replies: 0
Views: 552
Posted By J4CK
[REQ] Kick player after 10 min

Hi.
I want after 10 min, server kick player with text: You can't play more 10 min

:fox:
Forum: Scripting Help 11-17-2012, 14:04
Replies: 8
Views: 1,487
Posted By J4CK
Re: How to Fix Menu? [bug]

not funny, it is a problem for all servers.
Forum: Scripting Help 11-17-2012, 14:03
Replies: 8
Views: 1,487
Posted By J4CK
Re: How to Fix Menu? [bug]

sorry for english.

example:
1. connect to server with nickname +a
2. open amxmodmenu
3. next open "kick menu / slap menu / slay menu / any menu" your name will be [ENTER] [image...
Forum: Scripting Help 11-17-2012, 11:41
Replies: 8
Views: 1,487
Posted By J4CK
How to Fix Menu? [bug]

hi, i have a problem.

(incorrect name from menu)
when player have nickname:

how i can fix it? [image proof (http://s7.postimage.org/vnrcn9cpl/setset.png)]
Forum: Scripting Help 07-08-2012, 15:15
Replies: 4
Views: 921
Posted By J4CK
Re: Detect lasermine - incorrect code

not working :cry:
i want use this code with this lasermine: https://forums.alliedmods.net/showthread.php?t=25819
i know how edit original code, but i need standalone code.

#include <amxmodx>...
Forum: Scripting Help 07-07-2012, 13:41
Replies: 4
Views: 921
Posted By J4CK
Detect lasermine - incorrect code

how it's possible, detect deaths with lasermine.


my code is not working :crab: anybody know why?


register_event("DeathMsg", "eDeath", "a");

public eDeath()
{
Forum: Scripting Help 02-03-2012, 16:25
Replies: 8
Views: 2,099
Posted By J4CK
Frag Bonus

why my code is not work?
i want when player kill admin - player get +1 frag bonus



#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <hamsandwich>
#include <fun>
Forum: Suggestions / Requests 01-09-2012, 17:44
Replies: 5
Views: 1,264
Posted By J4CK
Forum: Scripting Help 12-15-2011, 15:32
Replies: 0
Views: 524
Posted By J4CK
csstats block rank!

Hello!
Is it possible block rank for player? (without SteamID ban)
Forum: Suggestions / Requests 10-03-2011, 11:00
Replies: 0
Views: 660
Posted By J4CK
Remove server messages

How remove server messages, like: x changed name to x2
Forum: Suggestions / Requests 08-26-2011, 17:18
Replies: 5
Views: 1,264
Posted By J4CK
Re: Disable any bhop

Sorry.
Can you share it for me? :grrr:
Cuz i can't do that plugin.
Forum: Suggestions / Requests 08-26-2011, 17:06
Replies: 5
Views: 1,264
Posted By J4CK
Disable any bhop

Any bhop (legal or script) cuz i dont want see bhop on my server.

Exolent[jNr] remove bhop on BombGame Server - i want too :crab:...
Forum: Scripting Help 08-02-2011, 08:59
Replies: 4
Views: 1,380
Posted By J4CK
Re: Blocking weapon fire, cvar

thanks!
yeah, but it's works only if u change current weapon (if you do not change weapons you can still attack)

public Weapons_Deploy(iWeapon)
{
if( get_cvar_num("amx_nodamage") == 1 )
...
Forum: Scripting Help 08-01-2011, 16:10
Replies: 4
Views: 1,380
Posted By J4CK
Blocking weapon fire, cvar

I found plugin by ConnorMcLeod (http://forums.alliedmods.net/member.php?u=18946) (source: #47 (http://forums.alliedmods.net/showpost.php?p=1238819&postcount=47))
But i can't add cvar for...
Forum: Scripting Help 04-08-2011, 12:23
Replies: 0
Views: 848
Posted By J4CK
Cam SetView Problem

Hello.
I want when player write /cam - camera set only for 5 sec, i know how do that, but it works only 1 time, and where i can set admin-access only, i mean (get_user_flags(id) & ADMIN...)...
Forum: Suggestions / Requests 04-03-2011, 22:58
Replies: 2
Views: 802
Posted By J4CK
Re: [Bug] health

Exolent thanks!
It works fine!
Forum: Suggestions / Requests 04-03-2011, 22:19
Replies: 2
Views: 802
Posted By J4CK
[Bug] health

Zero HP Bug Fix by Exolent - fix it! :)
Forum: Scripting Help 12-29-2010, 04:47
Replies: 1
Views: 810
Posted By J4CK
Round_End bonus

when round end [all alive players CT get +1 frag]
public plugin_init()
{
register_logevent("logevent_round_end", 2, "1=Round_End")
}

public logevent_round_end(id)
...
Forum: Suggestions / Requests 12-26-2010, 15:58
Replies: 1
Views: 820
Posted By J4CK
Hide Player List

it's possible hide player list when you look server info ?
Forum: Scripting Help 12-09-2010, 22:08
Replies: 4
Views: 1,180
Posted By J4CK
Re: Problem with colored text

(Nooooo) :nono: all text will be green



:cry:
i'm not understand why my method don't works

ColorChat(id, RED, "%L %L", id, "^x04SCAN_RESULTS", id, g_zombieoftheround == id ?...
Forum: Scripting Help 12-01-2010, 14:00
Replies: 2
Views: 2,104
Posted By J4CK
client print_console

I want when player join my server, all players can see in console:

[user connect] Name from Country

why dont works ?


#include <amxmodx>
#include <amxmisc>
#include <geoip>
Forum: Scripting Help 11-27-2010, 22:53
Replies: 4
Views: 1,180
Posted By J4CK
Problem with colored text

lang file:

SCAN_CLEAN = human
SCAN_INFECTED = zombie
SCAN_RESULTS = [ZombieMod] You are:

zm mod:
public task_newround()
{
static players[32], num, i, id, newzombie
Forum: Scripting Help 11-10-2010, 08:01
Replies: 8
Views: 2,130
Posted By J4CK
Re: msg current weapon

drekes, thats right?


static wep, weapname[32];
wep = get_user_weapon(id); // Lets say this is CSW_AWP
get_weaponname(wep, weapname, charsmax(weapname)); // then this will be "weapon_awp"; ...
Forum: Scripting Help 11-10-2010, 05:50
Replies: 8
Views: 2,130
Posted By J4CK
Re: msg current weapon

I know how detect when +use key is pressed. :)
But don't know how detect weapon.
This works:

if(get_user_weapon(id) == CSW_AWP) {
ColorChat(0, RED, "^x03You press button with:^x04 AWP");
}...
Showing results 1 to 25 of 49

 
Forum Jump

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


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