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

Showing results 1 to 25 of 217
Search took 0.06 seconds.
Search: Posts Made By: plowed
Forum: Scripting Help 07-09-2013, 18:40
Replies: 3
Views: 601
Posted By plowed
compiling error I don't get it

sup guys,

I just started looking in an old script code to change something I can't compile because of a error I cant fix.

Would be really cool if someone point out the error I just can't find it
Forum: Scripting Help 09-24-2012, 02:34
Replies: 1
Views: 726
Posted By plowed
Creating goal checkpoints for players?

This is actually not a real scripting question, it's more like if its possible and if yes, how?

I try to explain: In climbing maps an admin should create goals all over the maps, the position of...
Forum: Unapproved/Old Plugins 01-10-2012, 15:33
Replies: 1,008
Views: 444,355
Posted By plowed
Re: ProKreedz 2.27

change

kz_sql_file = register_cvar("kz_sql_file", "80.216.4.119/top15")
to
kz_sql_file = register_cvar("kz_sql_files", "80.216.4.119/top15")

dont know if it work then, but it should.
...
Forum: Unapproved/Old Plugins 12-21-2011, 05:49
Replies: 1,008
Views: 444,355
Posted By plowed
Re: ProKreedz 2.27

I dont know exactly. NucL3ra (http://forums.alliedmods.net/member.php?u=41581) posted this some month ago and he said its not important so you can remove it if you want.

Generally the extension...
Forum: Unapproved/Old Plugins 12-11-2011, 04:57
Replies: 1,008
Views: 444,355
Posted By plowed
Re: ProKreedz 2.27

@berix:You have to add this

stock kz_update_plrname(id)
{
new createinto[1001], authid[32], name[32]
get_user_authid(id, authid, 31)
get_user_name(id, name, 31)

if (...
Forum: Code Snippets/Tutorials 11-16-2011, 08:25
Replies: 342
Views: 174,013
Posted By plowed
Re: Notepad++ AlliedMods Edition

Thats the thing I really missed here, a nice Pre-configured Notepad++ :)
Im really appreciative for your work and will use this in the future.
Forum: Unapproved/Old Plugins 11-15-2011, 15:59
Replies: 129
Views: 77,868
Posted By plowed
Re: ~ Flowers Mod ~ [ Main ]

Looks very interesting. :)
Forum: German 11-14-2011, 16:53
Replies: 1
Views: 1,545
Posted By plowed
Re: Plugin gesucht für Serverrules

2 Sekunden gedauert, wie suchst du denn?

http://forums.alliedmods.net/showthread.php?t=16393&highlight=Rules
http://forums.alliedmods.net/showthread.php?t=7703&highlight=Rules
Forum: Zombie Plague Mod 11-13-2011, 06:27
Replies: 7
Suggestion / Subplugin Request [Req] Maximum ammopacks
Views: 2,732
Posted By plowed
Re: [Req] Maximum ammopacks

not tested but it should work.
Forum: Zombie Plague Mod 11-13-2011, 03:24
Replies: 7
Suggestion / Subplugin Request [Req] Maximum ammopacks
Views: 2,732
Posted By plowed
Re: [Req] Maximum ammopacks

You have to edit the main zp. Which version do you using?
Forum: Zombie Plague Mod 11-12-2011, 15:02
Replies: 4
API Scripting Help save zombie classes
Views: 2,335
Posted By plowed
Re: save zombie classes

save the class in a variable, save in nvault for example, set it after he connected.

In zp50
zp_class_zombie_get_current(id)
zp_class_zombie_set_next(id)
Forum: German 11-07-2011, 17:58
Replies: 4
Views: 1,653
Posted By plowed
Re: Mapchooser-Problem

Versuchs erstmal obs klappt ansonsten gibts noch alternativen wie z.b. Deagles map manager (http://forums.alliedmods.net/showthread.php?t=59535) oder Galileo...
Forum: German 11-07-2011, 15:18
Replies: 4
Views: 1,653
Posted By plowed
Re: Mapchooser-Problem

Am sinnvollsten wäre es, wenn du die Custom Plugins mal nacheinander deaktivierst, dann lässt sich einfach nachvollziehen welche Plugin den Vote verhindert.
Auf dem ersten Blick würde ich jetzt mal...
Forum: Zombie Plague Mod 11-07-2011, 14:16
Replies: 10
Views: 3,467
Posted By plowed
Re: [ZP] Bots cs 1,6 Steam

There is a clear Install Guide just read.
Forum: German 11-06-2011, 07:32
Replies: 2
Views: 1,250
Posted By plowed
Re: AmxModX Adminflags setzen

Steht doch eindeutig in der user.ini.

; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command...
Forum: Suggestions / Requests 11-06-2011, 07:24
Replies: 3
Views: 2,679
Posted By plowed
Re: VIP PLUGIN

2,3,4 : Just give Users admin levels no plugin needed

; f - amx_map command
; b - reservation (can join on reserved slots)

For adminchat edit cmdaccess file
"amx_say" "i" ; adminchat.amxx...
Forum: Scripting Help 11-05-2011, 19:55
Replies: 12
Views: 2,897
Posted By plowed
Re: [HELP] Plugin Code

download it again Ive changed it
Forum: Scripting Help 11-05-2011, 18:06
Replies: 12
Views: 2,897
Posted By plowed
Forum: Scripting Help 11-05-2011, 17:15
Replies: 12
Views: 2,897
Posted By plowed
Re: [HELP] Plugin Code

This is Scripting help and even with a low knowledge of coding you could fix it yourself.
The errors in your last post arent related with your thread question, too.

At least show the full code..
Forum: Suggestions / Requests 11-05-2011, 17:03
Replies: 4
Views: 1,597
Posted By plowed
Re: Set Terrorist team Speed

Yes, really.

took me 2 seconds

http://forums.alliedmods.net/showthread.php?t=128763&highlight=speed
Forum: Scripting Help 11-05-2011, 16:28
Replies: 12
Views: 2,897
Posted By plowed
Re: [HELP] Plugin Code

gKillerPoints[ killer ] += get_pcvar_num( gKillerPointsCvar );
{
return PLUGIN_HANDLED;
}That makes no sense

get_user_team(id) == CS_TEAM_Twouldnt work, because you...
Forum: Suggestions / Requests 11-05-2011, 16:00
Replies: 3
Views: 1,099
Posted By plowed
Re: [REQ] Plugin

http://forums.alliedmods.net/showthread.php?t=107668&highlight=remove+dropped+weapon
Forum: Suggestions / Requests 11-05-2011, 15:52
Replies: 2
Views: 1,904
Posted By plowed
Re: REQ lj stats

// Enables protection 4 legal kreedz settings
kz_legal_settings "1"
Forum: Suggestions / Requests 11-05-2011, 09:10
Replies: 2
Views: 1,038
Posted By plowed
Re: [Req] Anti Vote Kick

search http://forums.alliedmods.net/showthread.php?t=135394&highlight=Vote+kick
Forum: Code Snippets/Tutorials 10-31-2011, 09:23
Replies: 292
Views: 156,802
Posted By plowed
Re: New XP Mod tutorial

huh? this has absolutely nothing to do with zp.
Showing results 1 to 25 of 217

 
Forum Jump

All times are GMT -4. The time now is 05:50.


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