Raised This Month: $ Target: $400
 0% 

Showing results 1 to 18 of 18
Search took 0.01 seconds.
Search: Posts Made By: newb1e
Forum: Scripting Help 04-20-2016, 03:45
Replies: 34
Views: 4,595
Posted By newb1e
Re: Reload bar (how to?)

Thank you very much, you solved me a big problem! karma for you
Forum: Scripting Help 04-17-2016, 13:14
Replies: 34
Views: 4,595
Posted By newb1e
Re: Reload bar (how to?)

Trying with bots, nothing hapend
Forum: Scripting Help 04-14-2016, 21:39
Replies: 34
Views: 4,595
Posted By newb1e
Re: Reload bar (how to?)

don't bump this thread with useless comments please.
i'm far from being a scripter, and i won't be much.´
i wanted this for admin stuff in my server, so i will try anything, but i'm sure i can't....
Forum: Scripting Help 04-12-2016, 14:06
Replies: 34
Views: 4,595
Posted By newb1e
Re: Reload bar (how to?)

i did nothing far way.
Forum: Scripting Help 04-12-2016, 10:10
Replies: 34
Views: 4,595
Posted By newb1e
Re: Reload bar (how to?)

Can anyone write this in better way? press E while aiming a player (only mates in your team) and steal his money after the reaload bar fills (5 sec). if the mate start moving the realod bar while...
Forum: Scripting Help 02-10-2016, 15:54
Replies: 34
Views: 4,595
Posted By newb1e
Re: Reload bar (how to?)

So if i press the button E when aiming a player for 3 seconds i will steal his money, but what if player starts moving? How to cancel the event?

#include <amxmodx>
#include <engine>
#include...
Forum: Scripting Help 02-10-2016, 12:14
Replies: 34
Views: 4,595
Posted By newb1e
Re: Reload bar (how to?)

Exatly! Thank you!
But what is the correct way to make this?:
pressing the +use key when aiming a player?
I want to press E and do some stuff
Forum: Scripting Help 02-10-2016, 06:21
Replies: 34
Views: 4,595
Posted By newb1e
Re: Reload bar (how to?)

none of thiose functions is working

#include < amxmodx >
//#include < hamsandwich >

new g_iBarTime, g_iBarTime2

public plugin_init( )
{
//RegisterHam( Ham_Use, "func_button",...
Forum: Scripting Help 02-09-2016, 22:22
Replies: 34
Views: 4,595
Posted By newb1e
Reload bar (how to?)

https://forums.alliedmods.net/showthread.php?p=220167
can't understand the source of that plugin, but can anyone explaine how can i create an reload bar?
If i press and hold "E" (3 seconds/cvar)...
Forum: Scripting Help 02-09-2016, 19:56
Replies: 12
Views: 2,207
Posted By newb1e
Re: (help) HudSyncObject error

Well, no problem.
Gonna try to make it. Thanks for the help!
Forum: Scripting Help 02-09-2016, 19:47
Replies: 12
Views: 2,207
Posted By newb1e
Re: (help) HudSyncObject error

I tried debugging, editing the code, but nothing helped mate.
I'm sure the problem isn't with the bots but yes with the code.
Forum: Scripting Help 02-09-2016, 18:52
Replies: 12
Views: 2,207
Posted By newb1e
Re: (help) HudSyncObject error

Is this beceause i'm testing with bots?
Forum: Scripting Help 02-06-2016, 20:51
Replies: 12
Views: 2,207
Posted By newb1e
Re: (help) HudSyncObject not work

Error: Undefined symbol "PlayerFrags" on line 171

Should i add new PlayerFrags[32] before plugin_init ?
Forum: Scripting Help 02-05-2016, 20:52
Replies: 12
Views: 2,207
Posted By newb1e
Re: HudSyncObject not work

Nice! i think this is working much better!
btw, are this a good way to hide my rank when i'm dead?
public Info()
{
new iPlayers[ 32 ] , iNum , len , id;
static buffer[ 192 ];

...
Forum: Scripting Help 02-04-2016, 18:18
Replies: 5
Views: 1,777
Posted By newb1e
Forum: Scripting Help 02-04-2016, 14:25
Replies: 5
Views: 1,777
Posted By newb1e
Show player rank while spectating

hi. how can i add here a function that will show another player rank if you are spectating him?

public Info() {
for(new id = 1; id <= MaxPlayers; id++)
{
if(is_user_alive(id) &&...
Forum: Scripting Help 02-03-2016, 21:23
Replies: 12
Views: 2,207
Posted By newb1e
Re: HudSyncObject not work

i commented that line to disable the bot check. i'm testing the plugin with bots.
it's just a simple xp plugin, but i want to add a sync hud (always showing/updating player stats)
and i did copy...
Forum: Scripting Help 02-03-2016, 18:36
Replies: 12
Views: 2,207
Posted By newb1e
(help) HudSyncObject error

what is wrong with this code?
the hud message is not displayed!


public Info()
{
for(new id = 1; id <= MaxPlayers; id++)
{
//if(!is_user_bot(id) && is_user_connected(id))
//{
Showing results 1 to 18 of 18

 
Forum Jump

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


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