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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Unkolix
Forum: Scripting Help 09-12-2014, 10:41
Replies: 5
Views: 1,286
Posted By Unkolix
Re: Distance from drop point to dropped weapon point

Thanks. Won't it bug with other near by dropped weapons? (F.e. Deagle)
Forum: Scripting Help 09-12-2014, 10:18
Replies: 5
Views: 1,286
Posted By Unkolix
Distance from drop point to dropped weapon point

Hello. I know that I can block weapon drop with this event:
RegisterHam(Ham_CS_Item_CanDrop, "weapon_deagle", "StopDrop")

But I wonder is there any way to calculate the distance from player drop...
Forum: Scripting Help 09-07-2014, 06:00
Replies: 3
Views: 863
Posted By Unkolix
Re: Radio stream?

Hhow I did a radio in my server is:

I opened motd with the stream website
Forum: Scripting Help 09-07-2014, 05:51
Replies: 17
Views: 3,228
Posted By Unkolix
Re: slot[1-10] with menu's (bug ?)

Show us your code. The menu system is working perfectly.
Forum: Suggestions / Requests 09-07-2014, 05:46
Replies: 3
Views: 563
Posted By Unkolix
Re: Team balancer

Just remove the messages.
Forum: Scripting Help 09-05-2014, 09:09
Replies: 16
Views: 3,574
Posted By Unkolix
Re: Block player stopped when take damage.

Nope. You know that moment when you get hit by a bullet and you get slowed? That's what he wants to get rid of.
Forum: Scripting Help 09-05-2014, 09:08
Replies: 5
Views: 856
Posted By Unkolix
Re: Nemesis colored

Again, post it in Request section if you have no experience in scripting... And we must know and have the plugin you are using...
Forum: Scripting Help 09-05-2014, 09:06
Replies: 3
Views: 594
Posted By Unkolix
Re: Code HUD Ammo,...

If you want someone to make you this plugin, post it in Request section. It is not hard to do, but we must have the plugin you are using (the one with ammopacks) to make it work.
Forum: Scripting Help 09-01-2014, 17:19
Replies: 4
Views: 1,104
Posted By Unkolix
Re: Pick up only deagle

Thanks, but that code is way too complicated and I am not sure if it will work with my code...
Here's what I've done (I am 95% sure, that I've done something wrong):

RegisterHam(Ham_Touch,...
Forum: Scripting Help 09-01-2014, 16:14
Replies: 4
Views: 1,206
Posted By Unkolix
Re: How to block damage?

Why not just put player in godmode?

set_user_godmode(id, 1)
1 = on; 0 = off..
Forum: Scripting Help 09-01-2014, 16:11
Replies: 4
Views: 1,104
Posted By Unkolix
Pick up only deagle

RegisterHam(Ham_Touch, "armoury_entity", "FwdHamPickupWeapon");
RegisterHam(Ham_Touch, "weapon_shield", "FwdHamPickupWeapon");
RegisterHam(Ham_Touch, "weaponbox", "FwdHamPickupWeapon");...
Forum: Suggestions / Requests 09-01-2014, 09:53
Replies: 2
Views: 875
Posted By Unkolix
Re: Progress

You want it to be at all times, like a hud message? Or you want to have it just like in your plugin (printed in chat)?

If you want it in chat, like you already have, just in percents, then I guess...
Forum: Suggestions / Requests 09-01-2014, 09:50
Replies: 4
Views: 838
Posted By Unkolix
Re: [REQ] Stoping ADMIN to spectate oposite team

The mp_forcecamera is working with admins. Some kind of 3rd-party plugin in your server must be causing problems.

mp_forcecamera 0 ...... spectate anybody with all cameras
mp_forcecamera 1 .........
Forum: Suggestions / Requests 09-01-2014, 09:45
Replies: 1
Views: 676
Posted By Unkolix
Re: [REQ] Anti-Camper for AWP

I've added this line (524-525):
/* don't check, if player doesn't have AWP */
if(get_user_weapon(playerCnt) != CSW_AWP) return;

So, I think it should work fine.
Forum: Suggestions / Requests 09-01-2014, 07:48
Replies: 6
Views: 1,234
Posted By Unkolix
Re: Thrown deagle distance meter

That's what I need. That code just blows my mind, it's way to complicated for me... That's why I posted this in Request section.
Forum: Suggestions / Requests 09-01-2014, 00:17
Replies: 6
Views: 1,234
Posted By Unkolix
Re: Thrown deagle distance meter

I've found only this one https://forums.alliedmods.net/showthread.php?p=892666?p=892666, but this is totally different than I need. I just need a plugin that would print in the chat how far did the...
Forum: Suggestions / Requests 08-31-2014, 16:10
Replies: 6
Views: 1,234
Posted By Unkolix
Thrown deagle distance meter

I have Last Request plugin and there's a challenge, where you have to throw your deagle as far as you can. So, I need a plugin that could show how far did that deagle been thrown.
Forum: Scripting Help 08-31-2014, 04:50
Replies: 2
Views: 783
Posted By Unkolix
Re: Giving grenades problem

The problem is, that the code is good and the ID is valid. It strips weapons for CT, gives 100 HP... But doesn't give grenades...

P.S. Works great with other duels.. Scout, knife, Shot for Shot,...
Forum: Scripting Help 08-30-2014, 19:00
Replies: 2
Views: 783
Posted By Unkolix
Giving grenades problem

I ahve a problem in my JailBreak server... When last terrorist choose grenade challenge in last request, counter-terrorist doesn't get any grenades...

Here's the code:

public submenu(id, menu,...
Forum: Scripting Help 08-30-2014, 18:56
Replies: 15
Views: 2,098
Posted By Unkolix
Re: About stripping user's weapons

It strips everything.
Forum: Unapproved/Old Plugins 11-11-2013, 00:08
Replies: 93
Views: 100,116
Posted By Unkolix
Forum: Unapproved/Old Plugins 10-22-2013, 15:08
Replies: 93
Views: 100,116
Posted By Unkolix
Re: VIP Plugin v5.4.5

There can be only 3 reasons:
1. You are dead.
2. You are not VIP.
3. Map you are playing in is written in mapnames.ini file.
Forum: Scripting Help 10-18-2013, 11:07
Replies: 7
Views: 1,657
Posted By Unkolix
Re: User Left Buyzone

Thanks a lot. But what is my menu named? It seems that it can't catch it... Should I make my menu name as a global variable?

new menu
....
menu = menu_create(...)
Forum: Unapproved/Old Plugins 10-18-2013, 07:22
Replies: 93
Views: 100,116
Posted By Unkolix
Re: VIP Plugin v5.4.5

I don't know about the models...

But you can't change "bit" to "vip", because all the flags that are possible are these:


And the flag needed this plugin to work is "t", but you can change...
Forum: Unapproved/Old Plugins 10-17-2013, 12:33
Replies: 93
Views: 100,116
Posted By Unkolix
Re: VIP Plugin v5.4.5

You have to put them like this:
models/players/vip_ct
models/players/vip_t
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 19:06.


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