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

Showing results 1 to 25 of 117
Search took 0.01 seconds.
Search: Posts Made By: Kard1nal
Forum: Scripting Help 06-28-2013, 06:04
Replies: 9
Views: 1,598
Posted By Kard1nal
Re: Radio stream

=(
Thanks to everyone
Forum: Scripting Help 06-28-2013, 05:36
Replies: 9
Views: 1,598
Posted By Kard1nal
Re: Radio stream

Hmm.. We've got any ways to close motd from server?
I mean: some event appears, motd opens, stream starts, motd closes.
Forum: Scripting Help 06-27-2013, 07:57
Replies: 9
Views: 1,598
Posted By Kard1nal
Re: Radio stream

Ok..then, stream will stop after closing the motd, right?
Forum: Scripting Help 06-27-2013, 07:36
Replies: 9
Views: 1,598
Posted By Kard1nal
Re: Radio stream

Nope, it's not what I was searching for.
I need to start streaming in some "part" of the round and stop streaming after few seconds, without motd.
Forum: Scripting Help 06-27-2013, 07:28
Replies: 9
Views: 1,598
Posted By Kard1nal
Radio stream

Hello.
How can I make a stream if I've got .mp3 or .m3u radio link?
Forum: Scripting Help 04-28-2013, 12:46
Replies: 2
Views: 886
Posted By Kard1nal
Re: Player Aura help

Use
set_user_rendering(id, kRenderFxGlowShell, red, green, blue, kRenderNormal, 40)

Where red, green, blue - color in RGB system.
Forum: Suggestions / Requests 04-19-2013, 09:20
Replies: 6
Views: 1,851
Posted By Kard1nal
Forum: Scripting Help 04-15-2013, 05:08
Replies: 14
Views: 4,111
Posted By Kard1nal
Re: DaysMenu Jailbreak

Just use another map chooser that will be waiting for the round end.
Forum: Scripting Help 04-15-2013, 04:23
Replies: 13
Views: 2,458
Posted By Kard1nal
Re: Changing Teams Help!

#include <amxmodx>
#include <cstrike>
#include <hamsandwich>

new bool:T[33], bool:CT[33]

public plugin_init()
{
RegisterHam(Ham_Killed, "player", "player_killed", 1)...
Forum: Scripting Help 04-15-2013, 04:08
Replies: 14
Views: 4,111
Posted By Kard1nal
Re: DaysMenu Jailbreak

set_user_rendering(id, kRenderFxNone, 0, 0, 0, kRenderTransAlpha, 50);
------------------>
set_user_rendering(id, kRenderFxNone, 0, 0, 0, kRenderTransAlpha, 0)
Forum: Scripting Help 04-14-2013, 12:41
Replies: 10
Views: 3,221
Posted By Kard1nal
Re: More hud channels

It's not an x, it's just the right side. :D
Forum: Scripting Help 04-13-2013, 16:38
Replies: 10
Views: 3,221
Posted By Kard1nal
Re: More hud channels

Color color color =)
And btw, new line is only Y param (some kind of it), we still need in X.
Forum: Scripting Help 04-13-2013, 10:54
Replies: 10
Views: 3,221
Posted By Kard1nal
Re: More hud channels

Already tried. =)
Hud message changes faster than dhud.
And it's very important, cause it looks ugly with changing dhud so fast as I have.
Forum: Scripting Help 04-13-2013, 09:59
Replies: 10
Views: 3,221
Posted By Kard1nal
More hud channels

I really need it, because I've got very much huds on my jail break server, updates every 0.1 second by set_task.
So is it possible some how to make more than 4 channels?
Forum: Scripting Help 04-13-2013, 07:53
Replies: 14
Views: 4,111
Posted By Kard1nal
Re: DaysMenu Jailbreak

Check the name of functions that you are calling for.
Forum: Scripting Help 04-11-2013, 16:00
Replies: 16
Views: 3,316
Posted By Kard1nal
Re: How to make a callback for it

To register handler for this menu use register_menu in plugin_init.
Forum: Scripting Help 04-09-2013, 14:04
Replies: 4
Views: 1,006
Posted By Kard1nal
Re: Syntax

Yes, you're right..

Here's the result:

#include <amxmodx>

new var

public plugin_init()
{
Forum: Scripting Help 04-09-2013, 13:36
Replies: 4
Views: 1,006
Posted By Kard1nal
Syntax

2 IFs:
if (var == 1 || var == 2)
and:
if(var == (1 || 2)

Do they mean the same thing?
Forum: Scripting Help 04-07-2013, 14:48
Replies: 4
Views: 729
Posted By Kard1nal
Re: Whats the difference #2?

You typed the same functions...
Forum: Scripting Help 04-02-2013, 08:44
Replies: 1
Views: 729
Posted By Kard1nal
Set task time left

So, how can I get this float - how much time is left before task (set_task) executing?
Forum: Scripting Help 04-01-2013, 15:00
Replies: 1
Views: 1,185
Posted By Kard1nal
Noob question Ham_Item_PreFrame

So, it's really noob question, but when is Ham_Item_PreFrame calling?
I can't understand what mean PreFrame, may be because I don't know English very well. :D
Can you explain me please?
Forum: Scripting Help 03-29-2013, 07:18
Replies: 16
Views: 5,289
Posted By Kard1nal
Re: Ham_Item_Deploy

Yes, again.
Because I need to change view model of the knife again immediately sometimes. :D
And at this times player usually have only knife.
Forum: Scripting Help 03-29-2013, 06:59
Replies: 16
Views: 5,289
Posted By Kard1nal
Re: Ham_Item_Deploy

new const m_pActiveItem = 373
new const OFFSET_LINUX = 5
#define IsValidPrivateData(%0) (pev_valid(%0) == 2)
Forum: Scripting Help 03-29-2013, 06:22
Replies: 16
Views: 5,289
Posted By Kard1nal
Re: Ham_Item_Deploy

public heroon(id, menu, item)
{

if(item == MENU_EXIT)
{
menu_destroy(menu)
return PLUGIN_HANDLED
}
static dst[32], data[5], access, callback
menu_item_getinfo(menu, item, access, data,...
Forum: Scripting Help 03-29-2013, 05:47
Replies: 16
Views: 5,289
Posted By Kard1nal
Re: Ham_Item_Deploy

Got an error in the logs:
[HAMSANDWICH] Entity out of range (-1)

How can it be fixed?
Showing results 1 to 25 of 117

 
Forum Jump

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


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