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

Showing results 1 to 25 of 39
Search took 0.00 seconds.
Search: Posts Made By: timmiesgubbe
Forum: Scripting Help 08-10-2016, 17:08
Replies: 14
Views: 1,508
Posted By timmiesgubbe
Re: RADIO/Fireinthehole

.. why im so dumb :P haha thanks man xD
Forum: Scripting Help 08-10-2016, 11:36
Replies: 14
Views: 1,508
Posted By timmiesgubbe
Re: RADIO/Fireinthehole

no the problem is if i for exemple i throw a granade then its think every player on the server throwing the granade and print messages
Forum: Scripting Help 08-10-2016, 11:08
Replies: 14
Views: 1,508
Posted By timmiesgubbe
Re: RADIO/Fireinthehole

printing same as before.

Yes long time ago. Im KryparN :P

i think i explained bad its when i do a command like KryparN (RADIO): Fire in the hole! then if i have my friend on the server its also...
Forum: Scripting Help 08-10-2016, 10:54
Replies: 14
Views: 1,508
Posted By timmiesgubbe
Re: RADIO/Fireinthehole

:D :D :D okey

i tested again and now its like its was before printing for 2 players or more
Forum: Scripting Help 08-10-2016, 10:26
Replies: 14
Views: 1,508
Posted By timmiesgubbe
Forum: Scripting Help 08-10-2016, 10:09
Replies: 14
Views: 1,508
Posted By timmiesgubbe
Re: RADIO/Fireinthehole

no didn't work
its printing the orginal msg [KryparN (RADIO): Enemy spotted.]
Forum: Scripting Help 08-10-2016, 09:52
Replies: 14
Views: 1,508
Posted By timmiesgubbe
Re: RADIO/Fireinthehole

Now its working but its dont print the custom msg i have

ColorChat(0, "^x03 %s^x01 (RADIO):^x03 %s^x01!", szName, arg)
ColorChat(0, "^x03 %s^x01 (RADIO): Fire In The Hole^x04 [^x03%s^x04]",...
Forum: Scripting Help 08-10-2016, 08:43
Replies: 14
Views: 1,508
Posted By timmiesgubbe
RADIO/Fireinthehole

Hello i need help with this plugin.
The problem is then i throw a granade its prints 1 time but if its more then 1 player on the server its prints multiplay times like in this img:
...
Forum: New Plugin Submissions 10-28-2014, 08:29
Replies: 10
Views: 6,665
Posted By timmiesgubbe
Re: LaserDome

So i added some more info at the top and i also added a gameplay video xD
Forum: New Plugin Submissions 10-28-2014, 06:34
Replies: 10
Views: 6,665
Posted By timmiesgubbe
Re: LaserDome

Yes XD
Forum: New Plugin Submissions 10-27-2014, 19:31
Replies: 10
Views: 6,665
Posted By timmiesgubbe
LaserDome Mod

LaserDome Mod
By KryparN(TimmiesGubbe)

Description
This plugin its based on laserdome in real life.
Laserdome is a tough , adrenalinalstrande team sport for everyone , young and old . It is not...
Forum: Suggestions / Requests 10-11-2014, 17:20
Replies: 3
Views: 945
Posted By timmiesgubbe
Re: [# Request] Welcome Message with Country and City.

Have you tried to search?

https://forums.alliedmods.net/showthread.php?p=2017547#post2017547
Forum: Suggestions / Requests 09-01-2014, 10:21
Replies: 2
Views: 875
Posted By timmiesgubbe
Re: Progress

dont working
ist on 0% all the time even if i have like Exempel: 30/100 xp 120/300
Forum: Suggestions / Requests 08-31-2014, 16:45
Replies: 2
Views: 875
Posted By timmiesgubbe
Progress

Hi.

how to add add a progress bar like this http://oi57.tinypic.com/dndksn.jpg

Max 100%

#include <amxmodx>

new Exp[33], Level[33]
new Progress[33]
Forum: Suggestions / Requests 08-04-2014, 03:54
Replies: 5
Views: 1,490
Posted By timmiesgubbe
Re: Grenade trail error

When do you get the Error?

Works Fine For Me...

(Not Good At English)
Forum: Suggestions / Requests 08-04-2014, 03:42
Replies: 2
Views: 816
Posted By timmiesgubbe
Re: [HELP] VIPMENU - need edit code.

Here You have

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <fun>
#include <hamsandwich>
#include <hlsdk_const>
#include <colorchat>
Forum: Suggestions / Requests 08-04-2014, 02:41
Replies: 5
Views: 1,490
Posted By timmiesgubbe
Re: Grenade trail error

Test This One

#include <amxmodx>
#include <csx>

#define PLUGIN "Grenade Trail"
#define VERSION "1.0"
#define AUTHOR "Jim"

new g_cvar_tr
Forum: Suggestions / Requests 08-01-2014, 16:01
Replies: 13
Views: 1,695
Posted By timmiesgubbe
Re: [REQ] Add glow to SpawnProtection

This One Work xD

/* Plugin generated by AMXX-Studio */

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

#define PLUGIN "New Plug-In"
Forum: Suggestions / Requests 08-01-2014, 11:00
Replies: 13
Views: 1,695
Posted By timmiesgubbe
Re: [REQ] Add glow to SpawnProtection

Not Tested!

/* Plugin generated by AMXX-Studio */

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

#define PLUGIN "New Plug-In"
Forum: Suggestions / Requests 07-30-2014, 19:26
Replies: 2
Views: 452
Posted By timmiesgubbe
Re: [HELP] Admin Tags..

Here You Go xD

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Admin Tags"
#define VERSION "1.0"
#define AUTHOR "Valascus"

#define ACCESS_LEVEL ADMIN_IMMUNITY
Forum: Scripting Help 07-13-2014, 10:45
Replies: 2
Views: 637
Posted By timmiesgubbe
Forum: Scripting Help 07-13-2014, 10:19
Replies: 2
Views: 637
Posted By timmiesgubbe
show the message for all except one

hi i have this code and how do i do so i show the message for all except one.

public DeathMessage()
{
new Killer = read_data(1);
new VicTim = read_data(2);

if ( iPlayer && VicTim ==...
Forum: Suggestions / Requests 10-28-2013, 18:19
Replies: 0
Views: 690
Posted By timmiesgubbe
Top15 Motd

Can someone help me to make a cool html code for this top15??


WriteTop15()
{
static const Header[] = "<body bgcolor=#000000><font color=#FFB000><pre>%5s %22s %5s %5s^n^n";
static const...
Forum: Scripting Help 09-24-2013, 17:21
Replies: 14
Views: 3,221
Posted By timmiesgubbe
Re: Need scripters help!!

Do like this ;)

Public eNewRound(id)
Forum: Scripting Help 09-22-2013, 12:45
Replies: 3
Views: 1,182
Posted By timmiesgubbe
CountDown Help!

Hey, i need help to add a countdown in this menu.


public Menu(id)
{
new szTitle[128];
/*CountDown HERE -->*/formatex(szTitle, charsmax(szTitle), "%s Pick an Categor before %i seconds!",...
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT -4. The time now is 07:57.


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