This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: wickedd
Forum: Suggestions / Requests 11-16-2017, 16:01
Replies: 12
Views: 3,036
Posted By wickedd
Re: Teleport bomb carrier to bomb site.

Here you go, this will teleport the player with the bomb to bombsite B in Dust2. It will teleport them after the
freeze time is over.
#include < amxmodx >
#include < fun >

new const...
Forum: Suggestions / Requests 11-16-2017, 10:50
Replies: 12
Views: 3,036
Posted By wickedd
Re: Teleport bomb carrier to bomb site.

Well I might write a plugin that will teleport the player with the bomb to a random bombsite.
Will that be ok?
Forum: Suggestions / Requests 11-15-2017, 15:47
Replies: 12
Views: 3,036
Posted By wickedd
Re: Teleport bomb carrier to bomb site.

Why can't you spread them out? You can put 1 spawn in the bomb zone and the other 4 near the bomb zone.
Forum: HL1 Servers (HLDS) 11-15-2017, 15:32
Replies: 5
Views: 1,410
Posted By wickedd
Re: Going from windows to linux?

It doesn't matter, your plugins should work.
Forum: Scripting Help 11-14-2017, 16:58
Replies: 50
Views: 8,355
Posted By wickedd
Forum: General 11-13-2017, 20:10
Replies: 4
Views: 1,867
Posted By wickedd
Re: SQL Problem lies WITHIN AMXX?

Attach the admin_loader plugin if you can.
Forum: Suggestions / Requests 11-13-2017, 19:42
Replies: 4
Views: 1,067
Posted By wickedd
Re: Limit Spectactors

allow_spectators 0
Add that to the server.cfg. The Spectators option will not be available to anyone.
Forum: Suggestions / Requests 11-13-2017, 19:20
Replies: 17
Views: 3,256
Posted By wickedd
Re: You know those couple seconds once u die?

Here you go, I set it to 5 seconds.
P.S. You will need Connor's include
#include < amxmodx >
#include < csx >
#include < screenfade_util >

public plugin_init( )
{
register_plugin( "KILL...
Forum: HL1 Servers (HLDS) 11-12-2017, 14:34
Replies: 24
Views: 7,232
Posted By wickedd
Re: [META] ERROR: Failed to find memloc for regcmd 'orpheu'

I know what status shows, but don't worry about.
I don't know why the plugin isn't working. I probably will test it myself when I have time.
Forum: HL1 Servers (HLDS) 11-12-2017, 14:18
Replies: 24
Views: 7,232
Posted By wickedd
Re: [META] ERROR: Failed to find memloc for regcmd 'orpheu'

Type these in the server console and post the outputs here

status
meta version
amxx version
version
Forum: HL1 Servers (HLDS) 11-12-2017, 12:10
Replies: 24
Views: 7,232
Posted By wickedd
Re: [META] ERROR: Failed to find memloc for regcmd 'orpheu'

How are you testing the plugin I posted, with real players or bots?
Forum: Scripting Help 11-12-2017, 10:18
Replies: 7
Views: 1,503
Posted By wickedd
Re: How do I use VOX speech engine?

Read this (https://forums.alliedmods.net/showthread.php?t=136682)
Forum: Scripting Help 11-11-2017, 15:17
Replies: 5
Views: 1,643
Posted By wickedd
Re: Bomb gets stuck inside player!

Stop multi posting, learn how to use the edit button.

Edit: You can start by doing something like this, you can get more sophisticated later.
new Float:origin[ 3 ];
pev( player,...
Forum: Scripting Help 11-11-2017, 11:56
Replies: 2
Views: 711
Posted By wickedd
Re: How to fix fvault error?

Edit: Why did you change your thread title and post?

Well to answer your question... search the forum.
Forum: Scripting Help 11-10-2017, 19:33
Replies: 26
Views: 3,298
Posted By wickedd
Re: How do I call a registered event?

get_user_origin(id, c4origin[3], mode = 0);
:arrow:
get_user_origin( id, c4origin );
Forum: Scripting Help 11-10-2017, 19:16
Replies: 26
Views: 3,298
Posted By wickedd
Forum: Scripting Help 11-10-2017, 19:02
Replies: 26
Views: 3,298
Posted By wickedd
Forum: Suggestions / Requests 11-09-2017, 20:45
Replies: 5
Views: 1,709
Posted By wickedd
Re: tag above head

Read this (https://forums.alliedmods.net/showthread.php?t=163680)
Forum: HL1 Servers (HLDS) 11-09-2017, 12:06
Replies: 24
Views: 7,232
Posted By wickedd
Re: [META] ERROR: Failed to find memloc for regcmd 'orpheu'

Well I don't know a lot about orpheu but I did find another plugin that you can use. It doesn't requires
orpheu, so maybe you can give it a try.

Here you go...
Forum: Suggestions / Requests 11-09-2017, 10:00
Replies: 8
Views: 1,785
Posted By wickedd
Re: [REQ]Add Specific Amount of Money Every Round Start

I'm happy it works for you.


No. This forum is just for requesting plugins. You should post your problem in the HL1 Servers forum (https://forums.alliedmods.net/forumdisplay.php?f=131).
Forum: Scripting Help 11-09-2017, 09:49
Replies: 3
Views: 747
Posted By wickedd
Re: get players and send them cmd

public ct_win()
{
new rand = random_num( 0,2 )

new players[ 32 ], iNum, id, i
get_players( players, iNum, "ae", "TERRORIST" )

for( i = 0; i < iNum; i++ )
{
id = players[ i ]
Forum: Suggestions / Requests 11-09-2017, 09:13
Replies: 8
Views: 1,785
Posted By wickedd
Re: [REQ]Add Specific Amount of Money Every Round Start

Well just so you know, you're NOT allowed to bump your threads. However, some mods will allow you to bump it once every 14 days.

It was random values, I was simulating the player spending money....
Forum: HL1 Servers (HLDS) 11-08-2017, 16:52
Replies: 9
Views: 3,319
Posted By wickedd
Re: server.cfg

Attach your server.cfg. Make sure you delete your rcon password first.
And your fastdl url if you have one
Forum: HL1 Servers (HLDS) 11-08-2017, 16:21
Replies: 9
Views: 3,319
Posted By wickedd
Re: server.cfg

What are you trying to change?
Forum: Scripting Help 11-08-2017, 06:31
Replies: 14
Views: 2,959
Posted By wickedd
Showing results 1 to 25 of 500

 
Forum Jump

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


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