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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: ambn
Forum: Source Servers (SRCDS) 11-27-2019, 14:39
Replies: 24
Views: 23,903
Posted By ambn
Re: [Guide][CS:GO] Server Auto Update

on srcds_run file look for this line:

updatesingle() {
# Run the steam update
# exits on failure if STEAMERR is set

if test -n "$AUTO_UPDATE"; then
if test -d "$STEAM_DIR"; then...
Forum: Source Servers (SRCDS) 11-27-2019, 14:29
Replies: 24
Views: 23,903
Posted By ambn
Re: [Guide][CS:GO] Server Auto Update

there was a known bug in srcds_run which named steamcmd.sh as steam.sh and you had to edit it your self, not sure if it's still there but give that a try
Forum: Plugins 11-26-2019, 11:57
Replies: 62
Views: 27,700
Posted By ambn
Re: [CS:GO] Retakes 2vs2 Edition

I don't understand do you want to set the round number to a specific round?
Forum: Plugins 10-14-2019, 04:34
Replies: 3
Views: 2,480
Posted By ambn
Re: [Any] Per Map ConVar Enforcer

It doesn't enforce them, they can be changed in any other way by map or other plugins



This plugins just add per map feature to the original enforcer plugin so if anything is to be blamed ,...
Forum: Plugins 09-25-2019, 11:18
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

There is no such feature as random skin til now, i might add it in a future release




You may have to configure the plugin admin_skins file in order to achieve that goal
Forum: Scripting 09-20-2019, 12:05
Replies: 4
Views: 1,747
Posted By ambn
Re: Remove player's weapon base on life stat

is it possible to pass more than 1 parameters through the timer? i used a work around using the weapon's owner and previous owner and it looks it works but still looking for easier ones, could you...
Forum: Scripting 09-19-2019, 11:18
Replies: 4
Views: 1,747
Posted By ambn
Re: Remove player's weapon base on life stat

yeap, that's it, i've tried getting the owner do some timer delaying stuff but it's still too buggy and will bug other parts of my script too which makes more of destruction that it fixes :D
I'm out...
Forum: Scripting 09-19-2019, 06:02
Replies: 4
Views: 1,747
Posted By ambn
Remove player's weapon base on life stat

Hi there,
What i'm trying to do is remove a player's weapon when they drop it and when they are alive but when they got killed they drop the weapon

i used SDKHooks to do so and used...
Forum: Plugins 09-16-2019, 14:43
Replies: 3
Views: 2,480
Posted By ambn
[Any] Per Map ConVar Enforcer

Description

This plugin is an extension to the original ConVar Enforcer plugin which adds per map support where you can enforce commands based on the map

Installation

-To install this plugin...
Forum: Trash 09-16-2019, 14:40
Replies: 0
Views: 2,526
Posted By ambn
Delete This!

Wrong Section Please Delete this pos
Forum: General 09-04-2019, 12:50
Replies: 41
Views: 13,653
Posted By ambn
Re: Forked CSGO server not starting with latest dev build of sm and mm

having the same issue, cannot use sourcemod on forked servers, is there any fix yet?
Forum: Source Servers (SRCDS) 09-02-2019, 10:11
Replies: 24
Views: 23,903
Posted By ambn
Re: [Guide][CS:GO] Server Auto Update

It seems you guys using app_update 740 validate, that validate thing is the reason it replaces your file most cases if the file is not really updated, you could set the file to read only as TomL said
Forum: Plugins 06-28-2019, 10:18
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

There is such stuff in the plugin but about userskins its automated here and is not meant for giving access
Forum: Plugins 06-28-2019, 09:53
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

You don't need to be able to access the database through the plugin there are other ways to access your database for sure if yiu want to add manual values + it's the plugin duty to access and set...
Forum: Plugins 06-13-2019, 23:40
Replies: 24
Views: 20,634
Posted By ambn
Re: [CS:GO] Custom Music-Kits

Is your driver online? If it's local are you sure that the drivers are installed?
Forum: Plugins 05-02-2019, 12:04
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

What kind of problems it is causing?
Forum: Source Servers (SRCDS) 04-07-2019, 23:09
Replies: 24
Views: 23,903
Posted By ambn
Re: [Guide][CS:GO] Server Auto Update

You could possibly make an script or application which checks file's hash and check if its changed and if yes then replace it with an old one (This is the most simple solution that comes to my mind)...
Forum: Plugins 03-19-2019, 06:28
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

Not a problem, will add a cvar for that matter after the vacation or soon if i could access my laptop
Forum: Plugins 03-19-2019, 05:52
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

I'm currently on a vacation but I'll look into it.
And like i said, you can use the def section in admin skin file to force the skin
Forum: Plugins 03-19-2019, 03:25
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

1) You mean like a command using these chat triggers to set skins on a group?

2) u_id is what the menu uses to check selected skins and must be unique per skin and catgroup is what used only when...
Forum: Plugins 03-09-2019, 23:28
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

That error has nothing to do with your problem since it's just there to add a limit for skins selection between rounds,
Your problem could have many reasons like
- You haven't correctly setup the...
Forum: Plugins 03-09-2019, 14:10
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

Have you enabled sql database? and what do you mean by warmup? does this happen between rounds too?
Forum: Plugins 02-10-2019, 13:13
Replies: 409
Views: 171,192
Posted By ambn
Forum: Plugins 02-02-2019, 00:46
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

UPDATED! Version 5.0.1 Build 4** 2/2/2019
+ Added a new ConVar called sm_round_timeout to restrict usage of !pskin after a time after round start
+ Fixed an issue with some databases caused them to...
Forum: Plugins 01-12-2019, 12:48
Replies: 409
Views: 171,192
Posted By ambn
Re: [CS:GO] Player Skin (Flag + SQL Support)

Will check these out in 4 5 days since i have exams i can't really test anything
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 05:41.


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