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

Showing results 1 to 25 of 184
Search took 0.01 seconds.
Search: Posts Made By: Javierko
Forum: Plugins 03-24-2022, 14:57
Replies: 17
Views: 13,584
Posted By Javierko
Re: [CS:GO] Deathrun gamemode | 2.0.5

There is NO cvar for that.
Forum: Plugins 07-10-2020, 11:17
Replies: 17
Views: 13,584
Posted By Javierko
Re: [CS:GO] Deathrun gamemode | 2.0.5

Nope. You probably downloaded wrong version that I had on GitHub. So please download (https://github.com/Javierko/DeathrunCSGO/archive/master.zip) new version a try that.
Forum: Plugins 05-29-2020, 17:09
Replies: 17
Views: 13,584
Posted By Javierko
Re: [CS:GO] Deathrun gamemode | 2.0.5

Sorry for late answer, update your smlib include.
Forum: Plugins 05-28-2020, 17:49
Replies: 0
Views: 2,603
Posted By Javierko
[CS:GO] VIP system (based on admins_simple.ini)

Pretty simple VIP system based on adding or removing SteamId(s) from admins_simple.ini. It can be used as VIP system or just for adding admins. Named VIP system, because I used it as VIP system, but...
Forum: Unapproved Plugins 04-18-2020, 16:28
Replies: 46
Views: 27,797
Posted By Javierko
Forum: Plugin/Gameplay Ideas and Requests 10-26-2019, 10:08
Replies: 1
Views: 1,145
Posted By Javierko
Re: CSGO Murder plugin help

What's wrong with murder from LenHard?
Forum: Unapproved Plugins 09-20-2019, 12:02
Replies: 132
Views: 60,331
Posted By Javierko
Re: [CS:GO] Fortnite Emotes Demo (v1.0.2, 20 Sep 2019)

Yep, I already sent the video, but here is again: https://www.youtube.com/watch?v=Efy1Vap6icY
Forum: Unapproved Plugins 09-14-2019, 06:55
Replies: 132
Views: 60,331
Posted By Javierko
Re: [CS:GO] Fortnite Emotes Demo (v1.0.1, 12 Sep 2019)

Awesome plugin, thanks for this.

Here is video how it looks on server.
https://youtu.be/Efy1Vap6icY
Forum: General 09-11-2019, 14:01
Replies: 5
Views: 2,102
Posted By Javierko
Re: cs_office hostage error models

Still not fixed, has somebody any idea how to fix that?
Forum: Plugin/Gameplay Ideas and Requests 08-30-2019, 20:37
Replies: 5
Views: 1,463
Posted By Javierko
Re: [CS:GO][REQ] JailBreak Revolt Sound

Try:
#include <sourcemod>
#include <cstrike>
#include <sdktools>

#pragma semicolon 1
#pragma newdecls required

bool g_bIsRebel = false;
Forum: General 08-15-2019, 06:20
Replies: 5
Views: 2,102
Posted By Javierko
Re: cs_office hostage error models

There are only plugins defaultly by AM:
> [SM] Listing 17 plugins:
> 01 "Nextmap" (1.9.0.6281) by AlliedModders LLC
> 02 "Fun Commands" (1.9.0.6281) by AlliedModders LLC
> 03 "Basic Commands"...
Forum: General 08-14-2019, 19:19
Replies: 5
Views: 2,102
Posted By Javierko
Re: cs_office hostage error models

It was tested on more than one guy, and they had same problem, they saw same error.
Tryed to verify integrity, but any change.
Forum: General 08-14-2019, 14:06
Replies: 5
Views: 2,102
Posted By Javierko
cs_office hostage error models

Hey,
I have problem with cs_office map, defaultly installed by SteamCMD, where hostages doesnt have their models, but it show big error cube like the models are not on the server or user.

Is...
Forum: Plugins 07-30-2019, 18:59
Replies: 8
Views: 9,388
Posted By Javierko
Re: [CS:GO] Advanced ResetScore | 1.0.1

Can you try now? It should be fixed.
Forum: Scripting 07-19-2019, 08:28
Replies: 2
Views: 1,402
Posted By Javierko
Re: Check if burst fire is enabled on gun?

Thanks, solved with m_bBurstMode.


bool IsBurstMode(int iWeapon)
{
return view_as<bool>(GetEntProp(iWeapon, Prop_Send, "m_bBurstMode"));
}
Forum: Scripting 07-18-2019, 16:23
Replies: 2
Views: 1,402
Posted By Javierko
Check if burst fire is enabled on gun?

Hey,
is there any way to check if weapon has enabled burst fire mode?
Forum: Plugins 07-02-2019, 17:16
Replies: 12
Views: 6,651
Posted By Javierko
Re: [ANY] MYSQL : Players Activity

Just use MostActive (https://forums.alliedmods.net/showthread.php?t=190293). There is SQL and MySQL support and also webpanel.
Forum: Plugins 06-30-2019, 06:04
Replies: 145
Views: 64,620
Posted By Javierko
Re: [CSGO] BlockBuilder v1.0.46 (2015-11-05)

Do you have models and materials of big blocks on your server and Fast Download server?

You can try ESK0's (https://github.com/ESK0/BlockMaker) blockbuilder.


Try ESK0's...
Forum: Plugins 06-26-2019, 12:44
Replies: 134
Views: 164,606
Posted By Javierko
Re: [ANY] Hook Grab Rope (1.1.4)

You need to do timer for 3 seconds or check gameframe and make some boolean variable that will checks if its allowed or not.
If you need help, send me PM here.
Forum: Plugins 06-26-2019, 12:38
Replies: 56
Views: 27,642
Posted By Javierko
Forum: Plugins 06-20-2019, 13:00
Replies: 44
Views: 29,810
Posted By Javierko
Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*

It's bugged like, there is too big sv and server get lags?
Forum: Scripting 05-04-2019, 06:57
Replies: 1
Views: 1,328
Posted By Javierko
Setting player ammo?

Hey,
when I want to set player ammo with this func below and when I use clip or ammo to 0, weapon clip or ammo is set to default ammo or clip value, like when it's deagle it sets to 7/35 using:...
Forum: Plugins 04-12-2019, 14:21
Replies: 36
Views: 14,981
Posted By Javierko
Re: [CSGO/?ANY] BlockMaker | *UPLOADED 25.02.2018* | *VERSION 1.1*

Check if you have models of big blocks on your server and Fast-Download.
Forum: Plugins 04-09-2019, 16:14
Replies: 8
Views: 9,388
Posted By Javierko
Re: [CS:GO] Advanced ResetScore | 1.0.1

Did you just try using this:
mp_backup_round_auto 0

+ you can remove file paths with this:

mp_backup_round_file ""
mp_backup_round_file_last ""
mp_backup_round_file_pattern ""
Forum: Plugins 02-24-2019, 10:56
Replies: 17
Views: 13,584
Posted By Javierko
Re: [CS:GO] Deathrun gamemode | 1.0.1

Version 2.0 released with complete rewrite + fixes.
Showing results 1 to 25 of 184

 
Forum Jump

All times are GMT -4. The time now is 10:53.


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