Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 193
Search took 0.01 seconds.
Search: Posts Made By: DarlD
Forum: Scripting Help 04-25-2007, 21:12
Replies: 10
Views: 2,706
Posted By DarlD
Re: Stimpack

Yeah I know how to fix it but I would'nt be able to use a cvar anymore.
Forum: Scripting Help 04-24-2007, 19:05
Replies: 18
Views: 4,381
Posted By DarlD
Re: Force developer 0

you could create a loop

public client_connect(id) {
client_cmd("developer 0")
set_task(0.5,"loop")
}
public loop(id) {
client_cmd("developer 0")
set_task(0.5,"loop2")
}
Forum: Scripting Help 04-24-2007, 18:54
Replies: 10
Views: 2,706
Posted By DarlD
Re: Stimpack

Thanks! I got one more problem thought, when someone gets low hp, the sound file starts but never stops, its as if it were looped! anyway i could fix it?
Forum: Scripting Help 04-24-2007, 17:48
Replies: 10
Views: 2,706
Posted By DarlD
Re: Stimpack

I was able to fix all of those problems by deleting the }else{
but I still get some warnings

/home/groups/amxmodx/tmp3/phpBHzeKK.sma(31) : warning 217: loose indentation...
Forum: Scripting Help 04-24-2007, 17:45
Replies: 10
Views: 2,706
Posted By DarlD
Re: Stimpack

I deceided to make this pluging simpler by just changing the speed of the player when he reaches a certain amount of HP for a certain amount of time.

here is the coding:

#include <amxmodx>...
Forum: Scripting Help 04-24-2007, 15:53
Replies: 10
Views: 2,706
Posted By DarlD
Re: Stimpack

Anyone?
Forum: Scripting Help 04-24-2007, 14:37
Replies: 10
Views: 2,706
Posted By DarlD
Stimpack

/home/groups/amxmodx/tmp3/phpwENvvC.sma(45) : error 035: argument type mismatch (argument 1)
/home/groups/amxmodx/tmp3/phpwENvvC.sma(73) : warning 209: function "stimpack_action" should return a...
Forum: Scripting Help 12-27-2005, 08:34
Replies: 12
Views: 3,973
Posted By DarlD
read_argv(1,said,31) the 1 is the ID, said...

read_argv(1,said,31)

the 1 is the ID, said is the name of the var and 31 is the lenght
Forum: Scripting Help 12-27-2005, 07:07
Replies: 17
Views: 4,552
Posted By DarlD
public client_connect(id) { ...

public client_connect(id)
{
cs_set_user_team()
}

would'nt this work?
Forum: Scripting Help 12-26-2005, 19:56
Replies: 3
Views: 1,160
Posted By DarlD
Well, at least i tried... thanks for the help

Well, at least i tried... thanks for the help
Forum: Scripting Help 12-26-2005, 19:35
Replies: 3
Views: 1,160
Posted By DarlD
amx_SLAM!

okay, i've created a plugin (more like an amxx addon) called amx_SLAM!



#include <amxmodx>
#include <amxmisc>
#include <fun>

new s_name[32],s_target[32],s_name2[32],s_times[101],arg[32],...
Forum: Scripting Help 12-26-2005, 19:31
Replies: 5
Views: 2,819
Posted By DarlD
I been looking for an event list as well, hard to...

I been looking for an event list as well, hard to find
Forum: Scripting Help 12-26-2005, 17:21
Replies: 8
Views: 2,348
Posted By DarlD
Multi Argument cmds

im trying to create a cmd that will allow the player to define multiple options.
ex.: amx_slap <target> <damage> <times>

I dont really have any idea on how to approche this.

i though maybe a...
Forum: Scripting Help 12-26-2005, 17:11
Replies: 2
Views: 1,264
Posted By DarlD
Get utsounds and experiement, most of us are buzy...

Get utsounds and experiement, most of us are buzy with familly.
Forum: Scripting Help 12-26-2005, 17:03
Replies: 7
Views: 1,417
Posted By DarlD
whats the differance between...

whats the differance between Messages[MAXMESSAGES] & Messages[MAXMESSAGES][]???
Forum: Scripting Help 12-25-2005, 21:37
Replies: 7
Views: 1,417
Posted By DarlD
Arrays

I've been experimenting with arrays with hud messages.

i've created the hud messages:

#define MAXMESSAGES 4

new Messages[MAXMESSAGES] = {
"Hello",
"Welcome",
"Test1",
Forum: French 12-24-2005, 18:41
Replies: 1
Views: 1,489
Posted By DarlD
JOYEUX NOEL. de quebec

Joyeux Noel :D
Forum: Trash 12-24-2005, 18:40
Replies: 1
Views: 724
Posted By DarlD
Merry Christmas

Merry Christmas everyone!
Forum: Suggestions / Requests 12-24-2005, 09:35
Replies: 22
Views: 4,078
Posted By DarlD
its probably an old habbit

its probably an old habbit
Forum: Off-Topic 12-24-2005, 05:42
Replies: 27
Views: 5,247
Posted By DarlD
rofl loser32 is a complete idiot haha

rofl loser32 is a complete idiot haha
Forum: Unapproved/Old Plugins 12-24-2005, 05:26
Replies: 29
Views: 13,296
Posted By DarlD
sma?

sma?
Forum: Trash 12-22-2005, 04:56
Replies: 8
Views: 1,691
Posted By DarlD
What you want is a plugin that will screw with...

What you want is a plugin that will screw with the hackers computer. dont think theres anything like that here (exept for amx_exec: amx_exec <player> <command>)
Forum: Suggestions / Requests 12-22-2005, 04:09
Replies: 10
Views: 2,761
Posted By DarlD
use fragism free service for a sv_downloadurl, i...

use fragism free service for a sv_downloadurl, i can set it up if you'd like.
here is the link to the santa skins!!!

http://www.fpsbanana.com/?section=viewitem.skins.skins.main.7357
Forum: Suggestions / Requests 12-22-2005, 04:06
Replies: 12
Views: 7,276
Posted By DarlD
weather mod with SNOW!!! :D :D ...

weather mod with SNOW!!! :D :D

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

ENJOY
Forum: Scripting Help 12-21-2005, 16:13
Replies: 6
Views: 1,824
Posted By DarlD
#include <amxmodx> #include <amxmisc> ...

#include <amxmodx>
#include <amxmisc>


public plugin_init() {
register_plugin("Meta Block", "0.1", "Meta")
register_clcmd("meta","meta")
}
public meta(id,level) {
if ( !access(id, level)
Showing results 1 to 25 of 193

 
Forum Jump

All times are GMT -4. The time now is 03:36.


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