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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Krtola
Forum: Zombie Plague Mod 10-21-2021, 16:20
Replies: 11
Views: 2,969
Posted By Krtola
Re: [ZP 5.0] Problems - Help

Didn't see that :)
Forum: Approved Plugins 10-20-2021, 09:08
Replies: 692
Views: 636,759
Posted By Krtola
Re: Laser/TripMine Entity

I'm not using it, I'm just curious what the problem was.
Forum: Zombie Plague Mod 10-19-2021, 16:14
Replies: 11
Views: 2,969
Posted By Krtola
Re: [ZP 5.0] Problems - Help

ARNX ARNX is offline
Junior Member
Last Activity: 15-11-12 08:04
Maybe u should start new thread.
Forum: Zombie Plague Mod 10-19-2021, 16:11
Replies: 2
Views: 1,452
Posted By Krtola
Re: What are waypoints and what are waypoints used for?

U are wrong about this
I didn't add waypoints to maps of my ZM server, but bots can still play - walking randomly, use weapons, shoot, kill, and infect other bots, regardless of whether or not bots...
Forum: Approved Plugins 10-19-2021, 15:55
Replies: 692
Views: 636,759
Posted By Krtola
Re: Laser/TripMine Entity

How u fix SZ_GetSpace: overflow,and which bug cause server to crash in v2.3?
Forum: Scripting Help 10-08-2021, 14:42
Replies: 7
Views: 1,077
Posted By Krtola
Re: How to detect team mate

I was not active for a couple of years in cs 1.6 stuff,and I forgot many things.
Forum: Scripting Help 10-07-2021, 15:50
Replies: 7
Views: 1,077
Posted By Krtola
Re: How to detect team mate

public JumpBombExplode(Entity)
{
static Float:Origin[3]
pev(Entity, pev_origin, Origin)

for(new victim = 1; victim <= get_maxplayers(); victim++)
{
if(!is_user_alive(victim) ||...
Forum: Scripting Help 10-07-2021, 15:39
Replies: 7
Views: 1,077
Posted By Krtola
How to detect team mate

register_forward(FM_EmitSound,"fw_emitsound")
public fw_emitsound(entity,channel,const sample[],Float:volume,Float:attenuation,fFlags,pitch)
{
if(!equali(sample,"weapons/debris",14))
return...
Forum: Approved Plugins 03-04-2020, 01:55
Replies: 4,115
Views: 2,966,364
Posted By Krtola
Re: Biohazard v2.00 Beta 3b (Zombie Mod)

Need to use maxspeed api , or cliend cmd to change cl side, back and forward speed ...
Forum: Scripting Help 08-10-2019, 12:26
Replies: 8
Views: 2,064
Posted By Krtola
Re: Max player speed is 400? (CS)

For first question -yes. You can use plugin to change player value for back,forward and side speed to level that your mod requires at certain moment, and after that back to normal.
Forum: Scripting Help 08-03-2019, 10:19
Replies: 1
Views: 823
Posted By Krtola
Re: Jetpack for Humans Help

Can't you do it yourself? Or have you forgotten how?
https://forums.alliedmods.net/showpost.php?p=2661483&postcount=6
Forum: Suggestions / Requests 08-01-2019, 14:24
Replies: 12
Solved Request
Views: 2,129
Posted By Krtola
Re: Request

Ok, I will check.
Forum: Suggestions / Requests 08-01-2019, 10:38
Replies: 12
Solved Request
Views: 2,129
Posted By Krtola
Re: Request

Would u like to have shop only for vips,but from chat command ?
For example player say gak ,and if he have money he will get golden ak47.
Or say gm4 for golden m4a1 etc ?
Forum: Suggestions / Requests 08-01-2019, 10:36
Replies: 7
Views: 1,454
Posted By Krtola
Re: Preparation time - Plugin

"After the time build" is that when zombies are relessed?
Forum: Suggestions / Requests 08-01-2019, 08:34
Replies: 12
Solved Request
Views: 2,129
Posted By Krtola
Re: Request

All players use default/original CS shop ( open when u press B ) ?

If so, I have idea how we can do that.
Forum: Suggestions / Requests 08-01-2019, 08:17
Replies: 12
Solved Request
Views: 2,129
Posted By Krtola
Re: Request

Wait, if I understund, this plugin is not from your shop sistem?
Forum: Suggestions / Requests 08-01-2019, 08:09
Replies: 7
Views: 1,454
Posted By Krtola
Re: Preparation time - Plugin

Can u post here include file for BB mod?
Forum: Suggestions / Requests 08-01-2019, 08:06
Replies: 12
Solved Request
Views: 2,129
Posted By Krtola
Re: Request

I can make weapons only for vip players, but Im not sure how to add that weapons in that special menu.
Do u have any weapons in that shop to show me as example?
Forum: Suggestions / Requests 08-01-2019, 07:55
Replies: 12
Solved Request
Views: 2,129
Posted By Krtola
Re: Request

Do you use any special shop menu for guns, or the player buys guns with chat command?
Forum: Scripting Help 08-01-2019, 07:48
Replies: 6
Views: 1,618
Posted By Krtola
Re: Crosshair Menu Editing Required

Try this, and tell if work.

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

new const SilahBilgi[27][3] = {
{0,0,0},
Forum: Scripting Help 08-01-2019, 07:40
Replies: 5
Views: 1,034
Posted By Krtola
Re: VIP Extra Items Error Help

Try this

#include <amxmodx>
#include <engine>
#include <fakemeta>
#include <fun>
#include <hamsandwich>
#include <xs>
#include <cstrike>
#include <zombieplague>
Forum: Suggestions / Requests 08-01-2019, 07:34
Replies: 13
Views: 3,602
Posted By Krtola
Re: Hook only fot Humans (CT) on zombie plague

Sorry for delay.
Test this.
hook_limit

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <zombieplague>

#define PLUGIN "ProKreedz Hook"
Forum: Suggestions / Requests 07-31-2019, 16:55
Replies: 13
Views: 3,602
Posted By Krtola
Re: Hook only fot Humans (CT) on zombie plague

I'm sorry, it's a 5 minute job.
But I'll be able to do it when I'm home.
I work overtime last few weeks.
Forum: Scripting Help 07-30-2019, 12:26
Replies: 23
Views: 3,684
Posted By Krtola
Re: Print a message when player starts using +voicerecord

@edon I tried to teach him something new but you see he doesn't get it.
Forum: Suggestions / Requests 07-30-2019, 04:01
Replies: 13
Views: 3,602
Posted By Krtola
Re: Hook only fot Humans (CT) on zombie plague

I just add check to prevent zombies from using hook.
Cvar will add when finish playing Dota.
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <zombieplague>

#define PLUGIN...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 11:19.


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