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

Showing results 1 to 25 of 325
Search took 0.01 seconds.
Search: Posts Made By: Aykay
Forum: Plugins 06-29-2014, 05:45
Replies: 878
Views: 448,639
Posted By Aykay
Re: [CS:GO] KZTimer (kz,surf,bhop)

Does anybody else get a bug where they can't go over 250 speed when prestrafing? Most people in the server can but few can't.
Forum: Suggestions / Requests 12-20-2013, 05:00
Replies: 4
Views: 743
Posted By Aykay
Re: my knife kills

http://forums.alliedmods.net/showpost.php?p=1771490&postcount=40
Forum: Trash 08-17-2011, 08:43
Replies: 2
Views: 789
Posted By Aykay
Re: [REQ] Finish the part of the code

post the whole plugin or function
Forum: Suggestions / Requests 08-15-2011, 09:06
Replies: 6
Views: 1,775
Posted By Aykay
Re: mic problem @ server

Is sv_voiceenable 1?
Forum: Scripting Help 08-15-2011, 07:23
Replies: 17
Views: 2,798
Posted By Aykay
Re: Sound and frozen flag

set_user_maxspeed?
Forum: Suggestions / Requests 08-09-2011, 07:02
Replies: 1
Views: 1,996
Posted By Aykay
Forum: Suggestions / Requests 08-07-2011, 05:29
Replies: 3
Views: 1,305
Posted By Aykay
Re: Cant compile TimeProject

/*
* AMX X Mod script.
*
* (c) Copyright 2003, ST4life
* Remade by TaL
* This file is provided as is (no warranties).
*/

#include <amxmodx>
Forum: Scripting Help 08-03-2011, 08:30
Replies: 3
Views: 1,173
Posted By Aykay
Re: Blocking Spawn

https://forums.alliedmods.net/showpost.php?p=695116&postcount=6
Forum: Suggestions / Requests 08-02-2011, 06:07
Replies: 34
Views: 6,170
Posted By Aykay
Re: name over player

I think this is only possible if you have like a sprite for each name.
Forum: Suggestions / Requests 07-31-2011, 05:34
Replies: 4
Views: 1,038
Posted By Aykay
Re: Norespawntime on specific map,automaticly

http://forums.alliedmods.net/showthread.php?t=616
Forum: Scripting Help 07-31-2011, 03:37
Replies: 3
Views: 1,434
Posted By Aykay
Re: Scripting help ...

Upload the .sma via AlliedModders.
Forum: Suggestions / Requests 07-31-2011, 00:44
Replies: 7
Views: 2,626
Posted By Aykay
Re: [REQ] block Shooting

#include <amxmodx>
#include <hamsandwich>

#define PLUGIN "No damage taken."
#define VERSION "1.0"
#define AUTHOR "Aykay"


public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
Forum: Scripting Help 07-30-2011, 09:42
Replies: 2
Views: 793
Posted By Aykay
Re: Load xp

You haven't defined g_szAuthID, not have a place to call the function "givexp".

Your code is really mixed up, is it part of a bigger plugin?
Forum: Scripting Help 07-29-2011, 08:58
Replies: 10
Views: 2,032
Posted By Aykay
Re: How to catch that player jump into the water.

That seems like a pretty good idea.
Forum: Suggestions / Requests 07-29-2011, 08:49
Replies: 5
Views: 1,349
Posted By Aykay
Forum: Suggestions / Requests 07-29-2011, 08:41
Replies: 5
Views: 1,349
Posted By Aykay
Re: RQ: exec cfg after first round

Sorry.

Change if( g_round >= 1 ) to if( g_round == 1 )
Forum: Scripting Help 07-29-2011, 08:39
Replies: 10
Views: 2,032
Posted By Aykay
Re: How to catch that player jump into the water.

Search.
http://forums.alliedmods.net/showthread.php?p=503847
Forum: Scripting Help 07-29-2011, 08:24
Replies: 10
Views: 2,185
Posted By Aykay
Re: weapon ammo

public give_stuff( id )
{
if( !is_user_alive(id) )
return PLUGIN_HANDLED;

else if( get_user_flags(id) & ADMIN_LEVEL_H )
{
fm_give_item(id, "item_assaultsuit");
fm_give_item(id,...
Forum: Suggestions / Requests 07-29-2011, 08:18
Replies: 5
Views: 1,349
Posted By Aykay
Re: RQ: exec cfg after first round

#include <amxmodx>

#define PLUGIN "Call Config"
#define VERSION "1.0"
#define AUTHOR ""

new g_round;

public plugin_init( )
{
Forum: HL1 Servers (HLDS) 07-28-2011, 08:29
Replies: 1
Views: 1,982
Posted By Aykay
Re: Unable to initialize voice codec voice_miles. Voice disabled

Use voice_speex

amx_cvar sv_voicecodec voice_speex

and add this to your server.cfg

sv_voicecodec voice_speex
Forum: Scripting Help 07-27-2011, 08:04
Replies: 10
Views: 2,185
Posted By Aykay
Re: weapon ammo

How are you calling give_stuff(id)?

Maybe you should put it in the CurWeapon event?
Forum: Suggestions / Requests 07-27-2011, 07:57
Replies: 2
Views: 1,385
Posted By Aykay
Re: Can I make a plugin like someone to write it out amx_psay entire green message.

Try replacing this line [line 311]:
client_print(priv, print_chat, "(%s) %s : %s", name, name2, message[length])

with this:
ColorChat(priv, GREEN, "(%s) %s : %s", name, name2,...
Forum: Scripting Help 07-26-2011, 05:13
Replies: 19
Views: 7,097
Posted By Aykay
Re: Player Speed

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



public plugin_init()
{
Forum: Scripting Help 07-25-2011, 02:16
Replies: 5
Views: 1,450
Posted By Aykay
Re: I want (Can not see the teammates's plugins)

https://forums.alliedmods.net/showpost.php?p=1340440&postcount=2

Search.

Don't double post, this is the wrong section, too.
Forum: Scripting Help 07-23-2011, 23:52
Replies: 10
Views: 2,545
Posted By Aykay
Re: Proper explosion dammage

It's definitely an array, but it might be a bool.

Try

new bool:has_fakec4_player[32];

;OR

new has_fakec4_player[32];
Showing results 1 to 25 of 325

 
Forum Jump

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


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