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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: vato loco [GE-S]
Forum: Approved Plugins 05-20-2015, 19:12
Replies: 62
Views: 144,754
Posted By vato loco [GE-S]
Re: Auto Restart Round

nope this plugin is not for clan wars...
Forum: Approved Plugins 04-19-2014, 07:02
Replies: 62
Views: 65,370
Posted By vato loco [GE-S]
Re: CZ Bot Menu 2.2

@ III

Commands:
amx_czbmenu_enable < 1 | on / 0 | off > -> Turns Plugin on/off

@ atalay22
the code of my plugin has nothing to do with any damege this plugin manage only bots !
maybe your...
Forum: Code Snippets/Tutorials 09-04-2013, 04:58
Replies: 64
Views: 65,424
Posted By vato loco [GE-S]
Re: [TOOL] AMXX Menu Generator v1.3

gj v3x
very usefull thx ! :up:
Forum: German 03-11-2012, 07:43
Replies: 6
Views: 1,798
Posted By vato loco [GE-S]
Re: Menu Colors

New AMXX Menu System (http://forums.alliedmods.net/showthread.php?t=46364)
Forum: Approved Plugins 03-03-2012, 16:59
Replies: 199
Views: 140,498
Posted By vato loco [GE-S]
Re: ProKreedz Ultimativ v2.4

thx for your request sure it's possible and i will think about it...
i'm currently working on a small update with checkpoint menu
and player menu try to make better partition of menu.
Forum: Approved Plugins 02-19-2012, 10:29
Replies: 199
Views: 140,498
Posted By vato loco [GE-S]
Re: ProKreedz Ultimativ v2.4

as far as i know there are no free hoster where you can use MySQL...
Forum: Approved Plugins 02-10-2012, 15:08
Replies: 199
Views: 140,498
Posted By vato loco [GE-S]
Forum: Approved Plugins 02-10-2012, 06:50
Replies: 199
Views: 140,498
Posted By vato loco [GE-S]
Re: ProKreedz Ultimativ v2.4

??? maybe explain a bit more what you want !
Forum: Approved Plugins 02-04-2012, 04:29
Replies: 199
Views: 140,498
Posted By vato loco [GE-S]
Re: ProKreedz Ultimativ v2.4

thx ! you're welcome :wink::)
Forum: Suggestions / Requests 12-21-2011, 06:47
Replies: 13
Views: 5,160
Posted By vato loco [GE-S]
Re: [req]Need Frags n deaths n rank in HUD

Score Admin Info (http://forums.alliedmods.net/showthread.php?t=151153)
Forum: Approved Plugins 11-16-2011, 07:43
Replies: 43
Views: 50,491
Posted By vato loco [GE-S]
Re: Ghost vl 1.4

i like this idea...what about by typing /noclip in chat ???
at moment i'm busy with other things
but as soon as i have a bit time i will edit plugin for you :wink:
Forum: German 10-31-2011, 18:08
Replies: 3
Views: 1,671
Posted By vato loco [GE-S]
Re: amx_gore_ultimate PROBLEM

immer wieder gern :wink:
Forum: German 10-31-2011, 07:01
Replies: 3
Views: 1,671
Posted By vato loco [GE-S]
Re: amx_gore_ultimate PROBLEM

warscheinlich ist dein fun module nicht an oder du hast keins

schau nach in deiner modules.ini
so ist dein fun module anfunund so ist es aus
;funam besten schaust du auch mal im ordner...
Forum: Approved Plugins 10-29-2011, 07:33
Replies: 89
Views: 182,799
Posted By vato loco [GE-S]
Re: Show Admins Online

np you'r welcome ! :wink:
Forum: Approved Plugins 10-29-2011, 07:11
Replies: 89
Views: 182,799
Posted By vato loco [GE-S]
Re: Show Admins Online

public client_putinserver(id)
{
if(get_user_flags(id) & ADMIN_KICK) // <- change ADMIN_KICK to what you want to have
{
is_admin_connected[id] = true
g_iAdminCount++
...
Forum: Suggestions / Requests 10-26-2011, 10:30
Replies: 7
Views: 2,179
Posted By vato loco [GE-S]
Re: [REQ] Test plugin

learn to read


and by the way
one thing is what to try to do with your code
an other thing is what the code do...
and your code let everyone who has not flag H drop the awp nothing else
...
Forum: Suggestions / Requests 10-26-2011, 07:19
Replies: 7
Views: 2,179
Posted By vato loco [GE-S]
Re: [REQ] Test plugin

i don't need to test your code because i see what you try to do with your code...
player who has not the flag H should drop awp when he pick it up...
Forum: Suggestions / Requests 10-26-2011, 06:50
Replies: 7
Views: 2,179
Posted By vato loco [GE-S]
Re: [REQ] Test plugin

maybe you can edit this for your needs i foud it somewhere

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

#define VERSION "1.0.0"

#define MAX_PLAYERS 32
Forum: Unapproved/Old Plugins 08-23-2011, 05:24
Replies: 12
Views: 5,366
Posted By vato loco [GE-S]
Re: Glow Menu by NapoleoN#

lol your first plugin...but this is not your plugin the code is stolen
from this plugin Glow Menu ~ Client Activated Glow Plugin
(http://forums.alliedmods.net/showthread.php?t=2827)
and i can't...
Forum: German 06-17-2011, 05:15
Replies: 1
Views: 1,388
Posted By vato loco [GE-S]
Re: Hilfe bei umschreibung eines Plugins

amxx.cfg
/*
* rm_maxupdr 100
* rm_minupdr 50
* rm_maxrate 20000
* rm_minrate 20000
*/
Forum: Suggestions / Requests 06-05-2011, 08:46
Replies: 8
Views: 1,971
Posted By vato loco [GE-S]
Re: menuInvis ON/OFF

here fixed

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

enum
{
INVIS_NONE,
Forum: Suggestions / Requests 06-04-2011, 06:40
Replies: 11
Views: 5,363
Posted By vato loco [GE-S]
Re: Unlimited BP ammo

search already exsists
Forum: Approved Plugins 06-04-2011, 05:57
Replies: 199
Views: 140,498
Posted By vato loco [GE-S]
Re: ProKreedz Ultimativ v2.4

@ Graham (http://forums.alliedmods.net/member.php?u=87649)
i'm glad that you like it
you're welcome :wink:


@ foulosophe (http://forums.alliedmods.net/member.php?u=100976)
JumpStats v1.7.3 ...
Forum: Approved Plugins 05-24-2011, 11:47
Replies: 89
Views: 182,799
Posted By vato loco [GE-S]
Re: Show Admins Online

for me this is workin

sa_msg_xypos "0.8 0.2"

put i amxx.cfg and map change
Forum: Suggestions / Requests 05-14-2011, 06:45
Replies: 5
Views: 1,437
Posted By vato loco [GE-S]
Re: SPAM BLOCKER

LoL that was a link with all spam plugins and not a info...:stupid:
maybe you should press the link and see what happend
Mr. Irrelevant :twisted:

Press This Link - > Spam Blocker...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 12:40.


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