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

Showing results 1 to 25 of 77
Search took 0.01 seconds.
Search: Posts Made By: MiloSx7
Forum: Scripting Help 05-27-2013, 00:51
Replies: 5
Views: 1,478
Posted By MiloSx7
Re: Hero Abiliy : Hook (Like Pudge's from DotA)

Ok sorry about that :\

So i was right when i said i got wrong there? Ok ill fix it when i get back from school

Thanks
Forum: Scripting Help 05-26-2013, 16:57
Replies: 5
Views: 1,478
Posted By MiloSx7
Re: Hero Abiliy : Hook (Like Pudge's from DotA)

Bring Up My Post

Anyone?? :) Please i really want this so bad, if you won't script at least tell me what i did wrong in my code :)

Ty :)
Forum: Scripting Help 05-26-2013, 07:23
Replies: 5
Views: 1,478
Posted By MiloSx7
Re: Hero Abiliy : Hook (Like Pudge's from DotA)

#include <amxmodx>
#include <hamsandwich>
#include <fakemeta>
#include <engine>

new g_trail

public plugin_init()
{
register_forward(FM_EmitSound, "EmitSound")
Forum: Scripting Help 05-25-2013, 19:30
Replies: 5
Views: 1,478
Posted By MiloSx7
Hero Abiliy : Hook (Like Pudge's from DotA)

Ok so I'm really confused by looking at other plugins that create this trails, like grenade_trail does, and one thing i know it is made so it follows the bomb.

The thing that I need is a trail...
Forum: Scripting Help 05-25-2013, 13:33
Replies: 5
Views: 1,792
Posted By MiloSx7
Re: remove task with get_gametime

Yep it works. But i will try to check if user is alive, if not i wont even open a menu so i won't have to check every time that in tasks.

And its 100, by the way :)

Thank you Connor, have a...
Forum: Scripting Help 05-25-2013, 07:59
Replies: 5
Views: 1,792
Posted By MiloSx7
Re: remove task with get_gametime

Ok thank you i will try it and answer back when i get back home :)
Forum: Scripting Help 05-25-2013, 06:49
Replies: 5
Views: 1,792
Posted By MiloSx7
Re: remove task with get_gametime

I'm struggling and i can't seem to make it. I've been trying something like this:


new Float:gametime[33]

gametime[id] = get_gametime() //When a player buys a potion


and then I've checked...
Forum: Scripting Help 05-24-2013, 20:03
Replies: 5
Views: 1,792
Posted By MiloSx7
remove task with get_gametime

Ok, i really don't want to make another task that will remove another task and so on.

So here is the code

public MinorPot(id)
{
id -= 15031

set_user_health(id, get_user_health(id) + 1)
Forum: Scripting Help 11-12-2011, 05:42
Replies: 4
Views: 1,262
Posted By MiloSx7
Help me FIX Admin Check

public ShowVIPOnline(id)
{
if(get_pcvar_num(p_VIPCheck) == 1)
{
new vipnames[33][64]

if(is_user_connected(0))
{
if(get_user_flags(0) &...
Forum: Scripting Help 11-07-2011, 02:56
Replies: 2
Views: 940
Posted By MiloSx7
New Round?

I have a bool

new bool:boughtitem[33] = false

And whenever a player buys in my menu, bool became true, and then untill New Round bool remains true...
When the new round begin, bool is false,...
Forum: Scripting Help 11-06-2011, 13:17
Replies: 5
Views: 3,085
Posted By MiloSx7
Re: Changing the HUD Message Colors

Well, it will be hard to fit that extremely good, so this thread is solved..
Lock
Forum: Scripting Help 11-06-2011, 12:30
Replies: 5
Views: 3,085
Posted By MiloSx7
Re: Changing the HUD Message Colors

No you didn't understood me.. :\

Like i want to have HUD message like the one i showed up there in 1. Post ...

[XP: X/X]

Do you understand now?
Forum: Scripting Help 11-06-2011, 11:35
Replies: 5
Views: 3,085
Posted By MiloSx7
Changing the HUD Message Colors

Okay, i need a help...
I have a HUD Message and the fucking blue color is annoying, so now I'm asking you how to change colors like:

[XP: 100/400]

Thanks :)
Forum: Scripting Help 11-04-2011, 11:09
Replies: 4
Views: 943
Posted By MiloSx7
Re: bug in the menu..

Ok however you say :)
I just tough i++ means it jumps to second item in const..
Forum: Scripting Help 11-04-2011, 10:34
Replies: 4
Views: 943
Posted By MiloSx7
Re: bug in the menu..

for( new i = 0; i < sizeof MENU_NAMES; i++)Just remove i++ and it will work:

for( new i = 0; i < sizeof MENU_NAMES;)
Forum: Scripting Help 11-04-2011, 06:35
Replies: 2
Views: 996
Posted By MiloSx7
Re: Save Bools to nVault ?

Ok thanks ill try it out..

Hmm, now its working fine, but i have a problem again :S
The bool isn't saved... I mean when i re-join the server, my heroes aren't available to play, but i bought them...
Forum: Scripting Help 11-04-2011, 05:51
Replies: 2
Views: 996
Posted By MiloSx7
Save Bools to nVault ?

public SacuvajPodatke(id)
{
new vaultkey[64], vaultdata[1024], valutbool[2]

format(valutbool, 1, "%d#%d#%d", Ovidius[id] ? 1:0, Bugatron[id] ? 1:0, Nocturne[id] ? 1:0)
...
Forum: Scripting Help 11-04-2011, 05:48
Replies: 6
Views: 1,606
Posted By MiloSx7
Re: hud message

#include <amxmodx>

#define PLUGIN "HUD"
#define VERSION "1.0"
#define AUTHOR "SATE"

public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
}
Forum: Scripting Help 11-04-2011, 05:41
Replies: 10
Views: 1,835
Posted By MiloSx7
Re: Fix Plugin

Mix97 is Mix97Mix, hes got banned for stealing plugins, and he is doing that again...

http://forums.alliedmods.net/showthread.php?t=29886

There is already awesome xRedirect plugin, and I'm...
Forum: Scripting Help 11-03-2011, 16:19
Replies: 9
Views: 1,430
Posted By MiloSx7
Re: Help me FIX Some stuff

Ayay thanks then...
I made a litle respawner, but its bugged and when i get spawned im apearing in spec


static Float:f_Respawn[33]
new g_RespawnMeter[33]
public Death(zrtva, napadac)
{
...
Forum: Scripting Help 11-03-2011, 13:59
Replies: 9
Views: 1,430
Posted By MiloSx7
Re: Help me FIX Some stuff

Any way without Orpheu !? :D

@FIXED: Bools to nvault..
Help about respawn :D !!
Forum: Scripting Help 11-03-2011, 13:47
Replies: 9
Views: 1,430
Posted By MiloSx7
Re: Help me FIX Some stuff

Nooo, i want to block it without bots
Forum: Scripting Help 11-03-2011, 13:30
Replies: 9
Views: 1,430
Posted By MiloSx7
Help me FIX Some stuff

/*
Item Shop: 60%
Hero Shop: 70%
Odabir Heroja: 100%
Imena Heroja: 100%
Talent Points & Talent System: 80%
Honor Points & Honor System: 70%
Leveling: 80%
Respawn: 0%
Ability Power: 100%
Forum: Scripting Help 11-02-2011, 12:10
Replies: 5
Views: 977
Posted By MiloSx7
Re: Making a Cool Down

Ye, but i need to show the cooldown in hud...
Thanks for this...
Forum: Scripting Help 11-02-2011, 09:51
Replies: 5
Views: 977
Posted By MiloSx7
Making a Cool Down

/*
Item Shop: 0%
Hero Shop: 40%
Odabir Heroja: 60%
Imena Heroja: 100%
Talent Points & Talent System: 60%
Honor Points & Honor System: 50%
Leveling: 70%
Respawn: 0%
Ability Power: 70%
Showing results 1 to 25 of 77

 
Forum Jump

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


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