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

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: TanKerr
Forum: Suggestions / Requests 06-26-2017, 01:49
Replies: 3
Views: 957
Posted By TanKerr
Re: help on diffent mod

for you overflow problem :


●How to Solve?

-Follow My instruction to solve this.

1-Any Plugin that run times error 10 please Fix it or Remove it.
2-Add NoSeeVar ...
Forum: Suggestions / Requests 06-26-2017, 01:42
Replies: 1
Views: 1,035
Posted By TanKerr
Re: Knife Plugin [ZP]

First you need the sprites which you will use them
you can download them from here Flames (http://redirect.viglink.com/?key=bbb516d91daee20498798694a42dd559&u=http%3A//gamebanana.com/effects/4429)
...
Forum: Suggestions / Requests 06-26-2017, 01:17
Replies: 3
Views: 957
Posted By TanKerr
Re: help on diffent mod

ok i well help you what you want to add in /help of every mod ?
Forum: Suggestions / Requests 06-26-2017, 01:11
Replies: 2
Views: 837
Posted By TanKerr
Re: [Biohazard] Smokeflare For Only CT's

Test !!

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

#define pev_flare pev_iuser4
#define flare_id 1337
#define is_ent_flare(%1) (pev(%1, pev_flare) == flare_id) ? 1 : 0
Forum: Suggestions / Requests 06-26-2017, 01:05
Replies: 8
Views: 2,112
Posted By TanKerr
Re: JB game | Suicide bomber

have you make a search !?

You can edited from a plugin in New Plugin Submissions witch named ' VIRUS MOD ' in the first page !!
Forum: Suggestions / Requests 06-08-2017, 13:24
Replies: 6
Views: 1,097
Posted By TanKerr
Re: Plugin Spec

you mean they need to choose every round their team ( T || CT ) ??
Forum: Suggestions / Requests 06-08-2017, 11:42
Replies: 13
Solved Player lİst
Views: 1,969
Posted By TanKerr
Re: Player lİst

you mean that you need to show top 5 players for example with high moneys ?
Forum: Suggestions / Requests 06-07-2017, 21:34
Replies: 1
Views: 544
Posted By TanKerr
Add Admin Access !

hi i'm using open door shoot plugin and i want to limited or turn it to be used just by admin flag ( ADMIN_IMMUNITY )

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include...
Forum: Suggestions / Requests 06-06-2017, 22:43
Replies: 2
Views: 709
Posted By TanKerr
Re: Help Me

Change This :
public ClientCommand_Tracers(id)
{
client_print(id, print_chat, "** [Advanced Weapon Tracers] Tracers are now %s",
(g_bSeeTracers[id] = !g_bSeeTracers[id]) ? "ON" : "OFF")...
Forum: Suggestions / Requests 06-06-2017, 22:31
Replies: 7
Views: 1,946
Posted By TanKerr
Re: [REQ] Base Builder Drop WeapoS [Error]

Well , simply you need just to add this stock

For the player using command

stock player_strip_weapons(id)
{
strip_user_weapons(id)
give_item(id, "weapon_knife")
...
Forum: Suggestions / Requests 06-06-2017, 22:26
Replies: 6
Views: 2,222
Posted By TanKerr
Re: Connect Info Hud -Welcome By LuXo KING Gaming

Wrong Section . And it's an old plugin .
Forum: Suggestions / Requests 06-06-2017, 21:16
Replies: 5
Views: 1,021
Posted By TanKerr
Re: Need help!

Try This ( Donate Dollars ] Not tested !!


register_clcmd("say /donate", "transfer_menu")

public transfer_menu(id)
{
get_players(players, num, "h")
if (num <= 1)
{
Forum: Suggestions / Requests 02-09-2017, 14:52
Replies: 4
Views: 862
Posted By TanKerr
Re: Need HELP ! Weapons ..

no all players can get weapons . i want to add more weapons like famas , awp ..
Forum: Suggestions / Requests 02-09-2017, 14:35
Replies: 4
Views: 862
Posted By TanKerr
Need help with weapons

Hi I want to add all weapons on this list for a special mod (PS: NOT FFA)
but i don't know how ? would someone help me !
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include...
Forum: Suggestions / Requests 02-09-2017, 13:05
Replies: 8
Views: 1,382
Posted By TanKerr
Re: Best kİller

Ehh! You Can Add Best Players to Here !
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <dhudmessage>

#define PLUGIN "Bestplayer" ...
Forum: Suggestions / Requests 02-09-2017, 13:00
Replies: 2
Views: 676
Posted By TanKerr
Re: REQ : Damage ZE MOD

ok . Thanks !
Forum: Suggestions / Requests 02-09-2017, 12:04
Replies: 2
Views: 765
Posted By TanKerr
Forum: Suggestions / Requests 02-09-2017, 12:00
Replies: 2
Views: 676
Posted By TanKerr
REQ : Damage ZE MOD

Hi , i was working on adding a system of points in my zombie escape mod .
and i want to get 1point not after kill the zombie but after damage it with 30 hp for example

soory for my bad english !
Forum: Suggestions / Requests 02-09-2017, 09:27
Replies: 5
Views: 905
Posted By TanKerr
Re: Help in sentry mod

can you watch me how did you solved it ?
Forum: Suggestions / Requests 02-09-2017, 09:14
Replies: 7
Views: 3,248
Posted By TanKerr
Re: Set player model

Yes ! You Are Right ! solved ..
Forum: Suggestions / Requests 02-08-2017, 17:00
Replies: 7
Views: 3,248
Posted By TanKerr
Re: Set player model

i tink it's not necessary !
Forum: Suggestions / Requests 02-08-2017, 15:12
Replies: 7
Views: 3,248
Posted By TanKerr
Re: Set player model

Try This ! Not Tested .
#include <amxmodx>
#include <cstrike>
#include <amxmisc>

public plugin_init() {
register_plugin("Players Models", "1.0", "TanKerr")
...
Forum: Suggestions / Requests 02-08-2017, 15:09
Replies: 5
Views: 905
Posted By TanKerr
Re: Help in sentry mod

Can you explain to me what the goal of this mod to understand how it s work ?
Forum: Suggestions / Requests 02-08-2017, 15:08
Replies: 3
Views: 3,215
Posted By TanKerr
Re: Plugin top15

you need to add this plugin : https://forums.alliedmods.net/showthread.php?p=6149

And type /top15 in chat !
Forum: Suggestions / Requests 02-07-2017, 17:00
Replies: 3
Views: 3,215
Posted By TanKerr
Re: Plugin top15

Deleting Death From TOP15 motd . Not tested !!

/************************************************************
AMX mod X script. Copyright (C) 2002-2004, XAD.
$Id: statsx.sma, v 0.9.8...
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT -4. The time now is 06:15.


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