Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 205
Search took 0.01 seconds.
Search: Posts Made By: master4life
Forum: Off-Topic 07-15-2015, 13:12
Replies: 28
Views: 32,534
Posted By master4life
Re: I have open-sourced most of my plugins (including mY.RuN plugins)

awh... these old shiny memories are coming back :')
Counter-Strike was a wonderful game to modify and this package is a great starter package for 'Rookies'
Forum: German 08-16-2011, 09:54
Replies: 11
Views: 3,451
Posted By master4life
Re: Nickname HUD ausblenden

LOL, Das kam mir mal überhaupt nicht in den sinn.. *Kopfhau*
Forum: Off-Topic 07-18-2011, 09:54
Replies: 84
Views: 16,196
Posted By master4life
Re: Best Amxx Coders

xPawoering
ConnorMcLeod
Arkshine
Exolent
Forum: German 05-14-2011, 18:30
Replies: 8
Views: 3,310
Posted By master4life
Re: *CS* [V.1.6] === [ Problems ] ===

Argh... ich bitte dich wo wohl!?
Forum: German 05-05-2011, 13:18
Replies: 8
Views: 2,238
Posted By master4life
Re: Anti Spam

Wieso umbeding ein Plugin?

Am Wirkungsvollsten ist Kick / Ban in diesem falle.
Forum: German 01-06-2011, 08:58
Replies: 11
Views: 3,451
Posted By master4life
Re: Nickname HUD ausblenden

hätte auch gereicht.
Forum: Off-Topic 12-22-2010, 14:49
Replies: 13
Views: 3,518
Posted By master4life
Re: WHO PLAYS MINECRAFT HERE?

http://fc00.deviantart.net/fs71/i/2010/252/4/9/minecraft_comic_1__the_creeper_by_suki_kitti_l0ve-d2yeijk.jpg
Forum: German 08-21-2010, 14:54
Replies: 6
Views: 1,587
Posted By master4life
Re: Search Plugin: Random Start Weapons

Mir war gerade langwelig und hab dir das mal zusammen gewürfelt, ich wusste zwar nicht was du mit minigun meintest aber dafür hab ich die m249 genommen.

sag mir bescheid wenn was nicht...
Forum: Scripting Help 07-30-2010, 10:47
Replies: 13
Views: 3,641
Posted By master4life
Re: Block HE nade explosion

Try this

register_forward( FM_SetModel, "FwdSetModel", 1 );

[...]

public FwdSetModel( const iEntity, const szModel[ ] ) {
if( !pev_valid( iEntity ) || !( 1 <= id <= g_iMaxPlayers ) ) ...
Forum: German 06-07-2010, 08:22
Replies: 15
Views: 3,766
Posted By master4life
Re: suche awp plugin

mit Curweapon Event ändern.

Ham_Item_PreFrame soll effizienter sein.
Forum: German 06-06-2010, 08:13
Replies: 15
Views: 3,766
Posted By master4life
Re: suche awp plugin

indem du give_item( id, "weapon_knife" ); mit einsetz
Forum: German 06-05-2010, 14:52
Replies: 6
Views: 1,565
Posted By master4life
Re: Headshot Sounds

joa geht, code updated.
Forum: German 06-05-2010, 14:09
Replies: 6
Views: 1,565
Posted By master4life
Re: Headshot Sounds

Hier ich denk mal das müsste funzen

#include < amxmodx >

new const g_szSound[ ][ ] = {
"misc/headshot1.wav",
"misc/headshot2.wav",
"misc/headshot3.wav",
"misc/headshot4.wav",...
Forum: Unapproved/Old Plugins 06-03-2010, 16:59
Replies: 5
Views: 2,793
Posted By master4life
Re: Remove Drop Items

I think this plugin is better,

http://forums.alliedmods.net/showpost.php?p=949048&postcount=3
Forum: German 06-02-2010, 11:00
Replies: 8
Views: 2,299
Posted By master4life
Re: SurfServer Plugins!

Naja, ich weiss ja nicht wie du den Server nutzten willst.

wie z.b. Freestyle, Deathmatch or Speed Run
Forum: German 06-02-2010, 10:06
Replies: 8
Views: 2,299
Posted By master4life
Re: SurfServer Plugins!

Beides ist Misst, aber uSurf ist besser als Surf Olympics...
Forum: German 05-29-2010, 09:56
Replies: 1
Views: 862
Posted By master4life
Re: Admins Adden

amx_addadmin <playername|auth> <accessflags> [password] [authtype] - add specified player as an admin to users.ini
Forum: Trash 05-24-2010, 11:41
Replies: 1
Views: 866
Posted By master4life
Re: TF 2 - [Suche Plugin] Unendlich Munition ohne nachladen zu müssen

Falscher Sub-Forum, dieses Sub-Forum sind für leute die frage bezüglich AMXX fragen haben.

Und Source gehört sicher nicht dazu.
Forum: Off-Topic 05-22-2010, 09:40
Replies: 89
Views: 21,529
Posted By master4life
Forum: Suggestions / Requests 05-21-2010, 08:57
Replies: 8
Views: 1,988
Posted By master4life
Re: [Deathrun] Drop gunn when be attacked by Ts

@wrecked_: you has maxplayers forget to define, and module cstrike

#include <amxmodx>
#include <cstrike>
#include <hamsandwich>

#define IsPlayer(%1) (1<=%1<=g_maxplayers)

new...
Forum: Scripting Help 05-17-2010, 05:53
Replies: 3
Views: 1,152
Posted By master4life
Re: Native error...

why do you use Message ? use event

register_event( "TextMsg", "EventTextMsg", "a", "2&#Weapon_Cannot_Be_Dropped" );

and then block you function with PLUGIN_HANDLED;
Forum: German 05-16-2010, 14:30
Replies: 6
Views: 2,318
Posted By master4life
Forum: German 05-16-2010, 13:06
Replies: 6
Views: 2,318
Posted By master4life
Re: High-Ping-Kicker schreibt jedesmal in Chat

ColorChat(0,GREY, "^x04 [HPK] ^x01 Players with ping higher than %d will be kicked!", get_cvar_num( "amx_hpk_ping" ) )

:arrow:

ColorChat(param[0],GREY, "^x04 [HPK] ^x01 Players with ping higher...
Forum: German 05-16-2010, 06:24
Replies: 10
Views: 2,618
Posted By master4life
Re: Farbcodes verwenden?

lol, Html ist nicht möglich

Alternative gibt es ColorChat.inc -> Search
Forum: Off-Topic 05-15-2010, 17:32
Replies: 16
Views: 4,344
Posted By master4life
Showing results 1 to 25 of 205

 
Forum Jump

All times are GMT -4. The time now is 00:52.


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