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

Showing results 1 to 25 of 57
Search took 0.00 seconds.
Search: Posts Made By: BulgarPL
Forum: Extensions 10-19-2017, 05:46
Replies: 50
Views: 53,534
Posted By BulgarPL
Re: [CS:S] Flashbang Tools

Eh i rly need this one to work.
Cuz im using it on my COD MOD serwer as a Item and Class Skill.

There is no way to just update the gamedata on this one? :(

I can pay for the gamedata :(

...
Forum: Extensions 10-18-2017, 18:16
Replies: 50
Views: 53,534
Posted By BulgarPL
Re: [CS:S] Flashbang Tools

Can u pls update the gamedata. I rly need this.
Forum: Scripting 10-04-2017, 11:21
Replies: 2
Views: 1,230
Posted By BulgarPL
Re: IgniteEntity How To set Damage?

Thanks but i need to set the five seconds damage :(
Forum: Scripting 09-25-2017, 09:23
Replies: 2
Views: 1,230
Posted By BulgarPL
IgniteEntity How To set Damage?

Hello.

I want to set damage taken from IgniteEntity.
How can i set it?

public Action:OnTakeDamage(victim, &attacker, &inflictor, &Float:damage, &damagetype)
{
if(!IsValidClient(victim) ||...
Forum: Scripting 08-24-2017, 10:57
Replies: 11
Views: 2,141
Posted By BulgarPL
Re: My instant kill knife plugin stopped workin :( (After Update)

True... Thats why i just added all knifes :p

Fixed ./Close
Forum: Scripting 08-23-2017, 16:50
Replies: 11
Views: 2,141
Posted By BulgarPL
Re: My instant kill knife plugin stopped workin :( (After Update)

I just fixed it by adding all knife names in my plugin.
Forum: Scripting 08-23-2017, 15:21
Replies: 11
Views: 2,141
Posted By BulgarPL
Re: My instant kill knife plugin stopped workin :( (After Update)

[noz_komandosa.smx] weapon_knife_survival_bowie
Forum: Scripting 08-23-2017, 09:34
Replies: 11
Views: 2,141
Posted By BulgarPL
Re: My instant kill knife plugin stopped workin :( (After Update)

There is something wrong witch



When i remove this part of code my plugin is working again, but i need it witch weapon_knife...
What is the new funcion to get weapon_knife in plugin working...
Forum: General 08-22-2017, 14:36
Replies: 372
Views: 111,283
Posted By BulgarPL
Re: New CSGO update broke my server

How can i use in plugin weapon_knife after the update?

This is not workin:



Or this:
Forum: Scripting 08-22-2017, 07:55
Replies: 11
Views: 2,141
Posted By BulgarPL
My instant kill knife plugin stopped workin :( (After Update)

#include <sourcemod>
#include <cmod>

new bool:maPerk[MAXPLAYERS+1] = false;

public OnPluginStart(){
Cmod_RegisterItem("Noz Komandosa", "Natychmiastowe zabicie z noza (PPM)", 1, 1, 250,...
Forum: Scripting 08-21-2017, 19:11
Replies: 9
Views: 1,946
Posted By BulgarPL
Re: Block weapons scar

How u get this work?
Im using similar plugin and it is not working on SM 6024 :(
Forum: Scripting 08-20-2017, 13:02
Replies: 7
Views: 1,560
Posted By BulgarPL
Re: My restrict plugin not working :(

Where can i download this TempFix?
Forum: Scripting 08-20-2017, 10:31
Replies: 7
Views: 1,560
Posted By BulgarPL
Re: My restrict plugin not working :(

Added cstrike, stil the same problem. Players can buy, this plugin was workin before update :(
Forum: Scripting 08-19-2017, 06:54
Replies: 7
Views: 1,560
Posted By BulgarPL
My restrict plugin not working :(

But players can still buy after the last update (SM 6022).
How can i fix it?
Forum: Plugins 08-18-2017, 19:31
Replies: 1,677
Views: 782,104
Posted By BulgarPL
Forum: General 08-18-2017, 13:10
Replies: 372
Views: 111,283
Posted By BulgarPL
Re: New CSGO update broke my server

A simple Block Gun plugin is crashing my serwer...



We have to waint for sourcemod update?
Forum: General 08-18-2017, 10:52
Replies: 372
Views: 111,283
Posted By BulgarPL
Re: New CSGO update broke my server

6020 - Still Crash :(
Forum: General 08-18-2017, 09:41
Replies: 372
Views: 111,283
Posted By BulgarPL
Re: New CSGO update broke my server

sm 1.8(6019) linux - Server crash :(
Forum: Plugins 07-15-2017, 10:18
Replies: 21
Views: 18,462
Posted By BulgarPL
Re: [Multi-1v1] Only HeadShot option

How to disable Knife damage on Only HS mode?
Forum: General 03-25-2017, 13:44
Replies: 9
Views: 1,685
Posted By BulgarPL
Re: Admins don't work

"STEAM_0:0:63351001" "99:z"
"STEAM_0:0:101680346" "99:z"

Try

"STEAM_1:0:63351001" "99:z"
"STEAM_1:0:101680346" "99:z"
Forum: Plugins 03-17-2017, 16:56
Replies: 639
Views: 339,517
Posted By BulgarPL
Re: [CS:GO] Deathmatch (v2.0.7a, 2017-01-11)

Is there a way to give No limit for ViP on restricted weapons?
Forum: Plugins 02-03-2017, 19:41
Replies: 1,677
Views: 782,104
Posted By BulgarPL
Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)

Yes but if someone new joins the problem is still...
Forum: Scripting 12-18-2016, 13:28
Replies: 20
Views: 4,700
Posted By BulgarPL
Re: Plugin Invalid client index 0 pls help :(

I have no problems witch compiling it and the plugin is workin fine.

The problem are just the serwer logs and i want to remove these.

L 12/18/2016 - 15:23:42: [SM] Call stack trace:
L...
Forum: Scripting 12-18-2016, 10:02
Replies: 20
Views: 4,700
Posted By BulgarPL
Re: Plugin Invalid client index 0 pls help :(

It did not help

I did something like this:
I do not know if it makes any sense i try this evening


#include <sourcemod>
#include <cstrike>
#include <sdktools>
#include <cmod>
Forum: Plugins 12-17-2016, 15:10
Replies: 895
Views: 419,194
Posted By BulgarPL
Showing results 1 to 25 of 57

 
Forum Jump

All times are GMT -4. The time now is 14:30.


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