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

Showing results 1 to 25 of 136
Search took 0.01 seconds.
Search: Posts Made By: kristi
Forum: Suggestions / Requests 09-06-2018, 19:08
Replies: 4
Views: 1,401
Posted By kristi
Re: stop mouse on intermission

I believe he wants to do it mid-game
Forum: Scripting Help 09-05-2018, 21:40
Replies: 6
Views: 1,154
Posted By kristi
Re: Timer above player

Timer? What timer?
Forum: Suggestions / Requests 07-19-2018, 11:12
Replies: 2
Views: 889
Posted By kristi
Re: Add weapon name next to team money

#include <amxmodx>
#include <cstrike>

#define NAME "Show team's money & primary weapons"
#define VERSION "1.4"
#define AUTHOR "kristi"

//#pragma tabsize 0
#pragma semicolon 1
Forum: Scripting Help 07-09-2018, 21:37
Replies: 20
Views: 5,281
Posted By kristi
Re: Set_user_rendering or Rg_set_user_rendering

Consider checking the Pawn Language Guide here (https://github.com/compuphase/pawn/blob/master/doc/Pawn_Language_Guide.pdf).
Forum: Suggestions / Requests 07-04-2018, 20:22
Replies: 3
Views: 797
Posted By kristi
Re: Feedback request

Nope. In Pawn we do it like this:

case 1, 2, 3:
{
// code
}

or
case 1, 2, 3: return same_value_for_these;
Forum: Suggestions / Requests 10-01-2017, 07:08
Replies: 4
Views: 866
Posted By kristi
Forum: Scripting Help 09-10-2017, 17:08
Replies: 2
Views: 745
Posted By kristi
Re: Can anyone fix it for me ? [Level System]

Nobody will fix it for you here.
Forum: Suggestions / Requests 09-09-2017, 16:11
Replies: 13
Views: 2,217
Posted By kristi
Re: Zp notice big size help

Better don't change it.
Forum: Scripting Help 09-09-2017, 15:58
Replies: 9
Views: 1,629
Posted By kristi
Re: define replace

@KliPPy, Yes, you are right
#define client_print(%0,%9print_chat%8,%1) color_print(%0, true, %1)
matches most of the cases

// all match
client_print(id,print_chat,"string")
client_print(id,...
Forum: Scripting Help 09-09-2017, 14:37
Replies: 9
Views: 1,629
Posted By kristi
Re: define replace

This compiles fine so I guess you don't need to do that.

#include <amxmodx>

#define client_print(%1,print_chat,%2) color_print(%1, true, %2) // this is my custom stock

public...
Forum: Suggestions / Requests 09-09-2017, 14:25
Replies: 4
Views: 1,090
Posted By kristi
Re: Pls add green color to SMA BET Plugin

http://amxmodx.org/api/amxmodx/client_print_color
Forum: HL1 Servers (HLDS) 09-09-2017, 10:15
Replies: 8
Views: 5,829
Posted By kristi
Re: "Establishing network connection..." HLDS on VPS

Tell your friend to get steam. We don't support No-Steam here.

https://forums.alliedmods.net/misc.php?do=showrules
Forum: Suggestions / Requests 09-08-2017, 18:57
Replies: 8
Views: 2,019
Posted By kristi
Re: player connected/join team "x" on say (like source/csgo)

https://forums.alliedmods.net/showthread.php?t=63818
Forum: Scripting Help 09-08-2017, 17:20
Replies: 9
Views: 1,629
Posted By kristi
Re: define replace

Don't add spaces in the first one and it should work
#define client_print(%1,print_chat,%2) color_print(%1, true, %2)
Forum: Scripting Help 09-08-2017, 17:13
Replies: 2
Views: 767
Posted By kristi
Re: Respawn Team Toucher

Post in requests section

#include <amxmodx>
#include <engine>
#include <hamsandwich>
#include <cstrike>

new gOldTouch[33][33]
new const Float:gDiff = 0.1
public plugin_init( )
Forum: General 09-07-2017, 18:24
Replies: 6
Views: 1,373
Posted By kristi
Forum: Suggestions / Requests 09-06-2017, 16:56
Replies: 39
Views: 6,892
Posted By kristi
Re: Damage message, help with DamageType

Shouldn't it be (damagebits & DMG_BULLET) ?
Forum: General 09-06-2017, 12:51
Replies: 191
Views: 75,538
Posted By kristi
Re: [Editor] AMXXPawn for Visual Studio Code

I think it doesn't work on includes inside includes. eg: cstrike_const.inc
Forum: Suggestions / Requests 09-04-2017, 14:13
Replies: 9
Views: 1,292
Posted By kristi
Re: different models for different player models

Oh yeah sorry, it doesn't have that function.

You may request it on the plugin thread maybe it can be added.
Forum: Suggestions / Requests 09-04-2017, 14:04
Replies: 9
Views: 1,292
Posted By kristi
Re: different models for different player models

https://forums.alliedmods.net/showthread.php?t=250244
Forum: Suggestions / Requests 09-04-2017, 12:36
Replies: 21
Views: 2,843
Posted By kristi
Re: [CSO][REQ]Block low hour accounts

You can get players' played time by checking their steam account if they have public profile...
look: https://forums.alliedmods.net/showthread.php?t=255871
Forum: Scripting Help 09-03-2017, 20:23
Replies: 14
Views: 2,297
Posted By kristi
Re: ZP 5.0 Countdown Help needed!

https://image.prntscr.com/image/3preTczkTY6RT67oxe6jgw.png
Forum: Scripting Help 09-01-2017, 21:53
Replies: 21
Views: 4,037
Posted By kristi
Re: [HELP] Detect Team Change (cstrike)

Ok, I'll try. I thought it could be different because it is a boolean.
Forum: Scripting Help 09-01-2017, 01:22
Replies: 21
Views: 4,037
Posted By kristi
Re: [HELP] Detect Team Change (cstrike)

How do I get the 4th parameter?
native cs_set_user_team(index, any:team, any:model = CS_DONTCHANGE, bool:send_teaminfo = true);
Forum: Scripting Help 08-31-2017, 14:20
Replies: 8
Views: 1,697
Posted By kristi
Re: No jumping & attacking while freezed

set_pev(id, pev_flags, pev(id, pev_flags) | FL_FROZEN)

set_entvar(id, var_flags, get_entvar(id, var_flags) | FL_FROZEN)
Showing results 1 to 25 of 136

 
Forum Jump

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


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