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

Showing results 1 to 25 of 35
Search took 0.00 seconds.
Search: Posts Made By: HENNESSY
Forum: Scripting Help 10-16-2014, 09:09
Replies: 6
Views: 878
Posted By HENNESSY
Re: blocks

You're right, it is difficult. but i made it though :)

i'll search for it.
Forum: Suggestions / Requests 10-14-2014, 08:06
Replies: 7
Views: 1,214
Posted By HENNESSY
Re: deathrun frostnades

I don't understand, you want admins to get automatically frostnade but players will be able to do /fn?

Anyway i removed the /fn command and made admins with flag "y" to spawn with frostnades:
...
Forum: Scripting Help 10-14-2014, 07:54
Replies: 12
Views: 15,547
Posted By HENNESSY
Re: [HELP] Block Changing Name

#define ADMIN_ALL 0 /* everyone */
#define ADMIN_IMMUNITY (1<<0) /* flag "a" */
#define ADMIN_RESERVATION (1<<1) /* flag "b" */
#define ADMIN_KICK (1<<2) /* flag "c" */
#define...
Forum: Scripting Help 10-13-2014, 16:34
Replies: 1
Views: 519
Posted By HENNESSY
Re: xPaw Santa Hat (Please add Remove command)

Add a classname to the entity and use this (https://forums.alliedmods.net/showpost.php?p=524114&postcount=2) to find the entity and remove it from player.
Forum: Scripting Help 10-13-2014, 15:07
Replies: 2
Views: 1,348
Posted By HENNESSY
Re: Error invalid array handle provided (0)

he trying to make a gangs system, and he didn't create the array.

add in plugin_init( )

g_grupos = ArrayCreate( AMIGOS_INFO );
Forum: Scripting Help 10-13-2014, 15:05
Replies: 2
Views: 558
Posted By HENNESSY
Re: error nst wpn

by the picture i guess, you didn't upload the model?
Forum: Scripting Help 10-13-2014, 14:58
Replies: 11
Views: 2,044
Posted By HENNESSY
Re: Kills per round

When admin restarts the round the event isn't called.
Forum: Scripting Help 10-12-2014, 10:29
Replies: 11
Views: 2,044
Posted By HENNESSY
Re: Kills per round

Thanks for the advice :)
Forum: Scripting Help 10-12-2014, 10:13
Replies: 11
Views: 2,044
Posted By HENNESSY
Re: Kills per round

what is the difference between my way to get_players( )?
Forum: Scripting Help 10-12-2014, 09:42
Replies: 11
Views: 2,044
Posted By HENNESSY
Re: Kills per round

Here you go (not tested)

#include < amxmodx >

new g_iKills[ 33 ];
new g_iMaxPlayers;

public plugin_init( )
{
register_logevent( "LogEvent_RoundEnd", 2, "1=Round_End" );
Forum: Scripting Help 10-12-2014, 07:33
Replies: 4
Views: 629
Posted By HENNESSY
Re: Sometimes it throws sometimes not!!

Here you go :)

public UpdateClientData_Post( id, sendweapons, cd_handle )
{
if ( !is_user_alive(id) )
return FMRES_IGNORED;

if( get_user_weapon( id ) != CSW_KNIFE )
return...
Forum: Scripting Help 10-12-2014, 06:32
Replies: 4
Views: 629
Posted By HENNESSY
Re: Sometimes it throws sometimes not!!

i checked that out by adding some debug messages to the code.

the result is that the entity is created successfully tough the knife isn't thrown.
Forum: Scripting Help 10-11-2014, 20:15
Replies: 4
Views: 629
Posted By HENNESSY
Sometimes it throws sometimes not!!

I'm using the throw knife entity code from throwing knives plugin.

the problem is when i type /throw, sometimes it throw's a knife and sometimes no.

Why is that?

This is the code:

public...
Forum: Scripting Help 10-11-2014, 20:12
Replies: 8
Views: 1,101
Posted By HENNESSY
Re: Create Grenade Black Hole Decal

I know i already changed your first code :)
Forum: Scripting Help 10-11-2014, 18:04
Replies: 8
Views: 1,101
Posted By HENNESSY
Forum: Scripting Help 10-11-2014, 15:34
Replies: 8
Views: 1,101
Posted By HENNESSY
Re: Create Grenade Black Hole Decal

Can you give me a code exmaple of how to use it?
Forum: Scripting Help 10-11-2014, 09:28
Replies: 8
Views: 1,101
Posted By HENNESSY
Re: Create Grenade Black Hole Decal

Where i can find the decal list exactly?
Forum: Scripting Help 10-10-2014, 17:12
Replies: 8
Views: 1,101
Posted By HENNESSY
Create Grenade Black Hole Decal

Can someone provide me a code which will create a smaller grenade explosion black hole decal where i'm aiming?


Thanks A lot! :)
Forum: Scripting Help 09-05-2014, 10:26
Replies: 0
Views: 449
Posted By HENNESSY
Block the ability to get out of the map bounds

What code does Block the ability to get out of the map bounds?

Please Help! :)
Forum: Scripting Help 09-04-2014, 13:54
Replies: 7
Views: 980
Posted By HENNESSY
Re: Why TeamInfo isn't updating?

I'm telling you, it also happening on my other servers, i tried to use cs_ and fm_ change team methods but the problem is still exist.
Forum: Scripting Help 09-01-2014, 16:15
Replies: 7
Views: 980
Posted By HENNESSY
Re: Why TeamInfo isn't updating?

It also happened when the plugin wasn't installed.
Forum: Scripting Help 09-01-2014, 14:42
Replies: 7
Views: 980
Posted By HENNESSY
Why TeamInfo isn't updating?

I'm using the Zombie Plague 5.0.8 on my server, the problem is that sometimes when a player is chosen to be Nemesis or Survivor the players team info doesn't change in the scoreboard

For example i...
Forum: Scripting Help 07-16-2014, 09:16
Replies: 3
Views: 735
Posted By HENNESSY
Re: [MYSQL] Query Problem

Ok, i changed it to ThreadQuery so it will work faster and will not interrupt the game.

And i did put some debug message and found the problem in finding the results by specific STEAM_ID.

It...
Forum: Scripting Help 07-16-2014, 05:49
Replies: 3
Views: 735
Posted By HENNESSY
[MYSQL] Query Problem

I'm try to get some data from the database

This is the code:

#include < amxmodx >
#include < sqlx >

#define hostname "hidden"
#define sql_user "hidden"
#define sql_pass "hidden"
Forum: Zombie Plague Mod 02-26-2014, 09:09
Replies: 0
Views: 735
Posted By HENNESSY
ZP Web Stats | SQL Failed Connection

I put the plugin ZP Web Stats, i enabled sqlx/mysql modules, i restarted the server.

i didn't touch the zp_web_stats.cfg sql settings so it looks like this:


and it keeps giving me this error...
Showing results 1 to 25 of 35

 
Forum Jump

All times are GMT -4. The time now is 01:58.


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