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

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: Boyka Abi
Forum: Suggestions / Requests 05-20-2012, 09:50
Replies: 8
Views: 3,992
Posted By Boyka Abi
Re: [Req] Ban Connection Flood

I think this should do it.

/* AMX Mod X
* Anti Flood Plugin
*
* by the AMX Mod X Development Team
* originally developed by OLO
*
* This file is part of AMX Mod X.
*
Forum: Scripting Help 05-20-2012, 09:38
Replies: 6
Views: 1,399
Posted By Boyka Abi
Re: Help with blockmaker...

If you want to get help with this ask for the help,
else post this in suggestions/requests.
Forum: HL1 Servers (HLDS) 05-20-2012, 09:36
Replies: 12
Views: 2,061
Posted By Boyka Abi
Re: servers is up to date but the message still appears

Go to your folder, search for a file called steam.inf in your cstrike folder.
Open the document
Change the game type to: cstrike2
save it.

The message will be gone.
Forum: Scripting Help 05-20-2012, 05:50
Replies: 5
Views: 814
Posted By Boyka Abi
Re: How can i add logs to a plugin?

I've already fixed it, but thanks.
Forum: Suggestions / Requests 05-19-2012, 19:11
Replies: 9
Views: 3,218
Posted By Boyka Abi
Re: need help finding this plugin.

You want this plugin to be writed or do you want help with how to make it?

Edit: Anyway I decided to give it a shot, why not? :D

/* Plugin generated by AMXX-Studio */

#include <amxmodx>...
Forum: Off-Topic 05-19-2012, 19:09
Replies: 5
Views: 1,623
Posted By Boyka Abi
Re: Who can convert this to pawn ?

Cant you just explain what the plugin does, so we can rewrite it?
Forum: Scripting Help 05-19-2012, 15:48
Replies: 5
Views: 814
Posted By Boyka Abi
Forum: Scripting Help 05-19-2012, 14:41
Replies: 5
Views: 814
Posted By Boyka Abi
How can i add logs to a plugin?

Hello people, title says all. I want to add some logs to a plugin, for example if an admin abuses something I can watch it back in my logs.
Forum: Scripting Help 05-19-2012, 11:34
Replies: 6
Views: 1,399
Posted By Boyka Abi
Re: Help with blockmaker...

if (!(get_user_flags(id) & ADMIN_MENU))
{
client_print(id, print_chat, "You have no acces to this menu!")
return PLUGIN_HANDLED
}

For the MOTD u have to ask someone else, im...
Forum: Scripting Help 05-19-2012, 10:32
Replies: 6
Views: 1,399
Posted By Boyka Abi
Re: Help with blockmaker...

Do you want that only admins can open the menu?
Forum: Scripting Help 05-19-2012, 08:19
Replies: 12
Views: 2,286
Posted By Boyka Abi
Re: How can I find a target?

Thanks, but why did u use static? I think that was not needed either?
Forum: Scripting Help 05-19-2012, 07:23
Replies: 31
Views: 7,691
Posted By Boyka Abi
Forum: Scripting Help 05-18-2012, 20:22
Replies: 12
Views: 2,286
Posted By Boyka Abi
Re: How can I find a target?

Uhm, im sorry but i cant find that plugin / tutorial?
Forum: Scripting Help 05-18-2012, 20:01
Replies: 12
Views: 2,286
Posted By Boyka Abi
Re: How can I find a target?

Already tryed that aint working either.
Forum: Scripting Help 05-18-2012, 18:58
Replies: 12
Views: 2,286
Posted By Boyka Abi
Re: How can I find a target?

Hmm nevermind, can anyone help me and tell me what im doing wrong in this code.

public Cmdsay(id)
{
new message[192]
read_args(message, charsmax(message))
remove_quotes(message)
...
Forum: Scripting Help 05-18-2012, 18:23
Replies: 31
Views: 7,691
Posted By Boyka Abi
Re: show Players play time in hours and minutes

What, who is Bilal pro?
my real name is: Bilal im a muslim from turkey
Forum: Scripting Help 05-18-2012, 17:59
Replies: 31
Views: 7,691
Posted By Boyka Abi
Re: show Players play time in hours and minutes

i think this would do it /* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <nvault>

#define PLUGIN "Hours and minutes"
#define VERSION "1.0"
#define AUTHOR "Bilal"

new...
Forum: Scripting Help 05-18-2012, 15:37
Replies: 12
Views: 2,286
Posted By Boyka Abi
Re: How can I find a target?

I've tryed

public Cmdsay(id)
{
new message[194]
read_args(message, charsmax(message))
remove_quotes(message)

if (containi(message, "!slap") == 0)
{
Forum: Scripting Help 05-18-2012, 15:21
Replies: 12
Views: 2,286
Posted By Boyka Abi
Re: How can I find a target?

I still dont get it, how will I find the target by typing it, for example in the chat: !kick (name)
Forum: Scripting Help 05-18-2012, 15:05
Replies: 12
Views: 2,286
Posted By Boyka Abi
How can I find a target?

Hi people, as you can see im asking a really simple question. I wanna make a command like for example u say !kick (name) in the chat that user will get kicked, but I dont know how to find the target
Showing results 1 to 20 of 20

 
Forum Jump

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


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