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

Showing results 1 to 25 of 426
Search took 0.01 seconds.
Search: Posts Made By: condolent
Forum: Plugins 05-31-2020, 10:15
Replies: 31
Views: 9,839
Posted By condolent
Re: Simple VIP Icon

Outdated version. Latest version is 1.2.5
Forum: Plugins 05-31-2020, 06:09
Replies: 31
Views: 9,839
Posted By condolent
Re: Simple VIP Icon

Can't replicate the failure. Which version are you running? Type sm_vipicon_version in server console and the reply should be the plugin version.
Forum: Plugins 05-30-2020, 17:05
Replies: 31
Views: 9,839
Posted By condolent
Re: Simple VIP Icon

Using the default icon?? Any errors in serverlog?
Forum: Plugins 05-30-2020, 09:08
Replies: 31
Views: 9,839
Posted By condolent
Re: Simple VIP Icon

Updated (https://forums.alliedmods.net/showpost.php?p=2702472&postcount=1)and works fine on my end now.
Should be working without issues for you as well, let me know!
Forum: Plugins 05-28-2020, 17:13
Replies: 31
Views: 9,839
Posted By condolent
Re: Simple VIP Icon

If you want help, don't just post errors. I need what you did, when it happened etc.

Be polite, I'm not a robot designed to solve your problems.

Also, sharing plugins here doesnt mean that I...
Forum: Plugins 05-28-2020, 03:23
Replies: 31
Views: 9,839
Posted By condolent
Re: Simple VIP Icon

Not helping you with that. Learn to post with information. Not just post your errors?

However if you read your own error you see what you did wrong...
Forum: Plugins 05-27-2020, 05:35
Replies: 31
Views: 9,839
Posted By condolent
Re: Simple VIP Icon

It's not a model, however:
Forum: Plugins 05-27-2020, 05:28
Replies: 31
Views: 9,839
Posted By condolent
Re: Simple VIP Icon

Updated the plugin, adding the decal files to downloads table so sm_downloader won't be necessary.

Also made it precache the decal onmapstart so it should all be working fine now.

However this...
Forum: Plugins 05-26-2020, 19:44
Replies: 31
Views: 9,839
Posted By condolent
Re: Simple VIP Icon

1. Does the user have the correct adminflag?
2.Did you setup fastdl to download the Icon to the players local filesystem?
3. Any server logs?
Forum: Plugins 05-26-2020, 17:29
Replies: 31
Views: 9,839
Posted By condolent
Simple VIP Icon

Github (https://github.com/condolent/vip-icon)

https://imagehost.imageupload.net/2020/05/27/vipicon.png

A very simple plugin that allows server operators to give VIP-players an icon above their...
Forum: Plugin/Gameplay Ideas and Requests 05-26-2020, 13:38
Replies: 1
Views: 650
Posted By condolent
Re: VIP tag above model?

https://forums.alliedmods.net/showthread.php?p=2702472#post2702472
Forum: Plugins 05-25-2020, 16:47
Replies: 26
Views: 14,170
Posted By condolent
Re: [CS:GO] Better Warden (v0.6.3.2) [Updated: 2017-09-25]

Update 0.6.3.4!

Fixes on some french translations
Fixed variable names
Added gangs Add-On!
Code cleanup
Warden-menu bug fixes
Added announcer
General bug fixes
Added prisoner...
Forum: Scripting 05-22-2020, 17:34
Replies: 4
Views: 781
Posted By condolent
Forum: Scripting 05-22-2020, 16:25
Replies: 4
Views: 781
Posted By condolent
Grant admin flags

Currently making a plugin for my community that checks if a client is in our steam group, and if they are it's supposed to give them ADMFLAG_CUSTOM5.

Is this possible to do with a plugin, and not...
Forum: Scripting 05-22-2020, 13:35
Replies: 8
Views: 1,001
Posted By condolent
Re: Invalid database Handle 0 (SQL_Query)

Where did you get that from? Can't close an invalid handle?
Forum: Plugins 05-22-2020, 12:47
Replies: 3,002
Views: 1,463,134
Posted By condolent
Re: Sm_Skinchooser

forceplayerskin is not working for me. (CSGO)
I want to force Terrorists to get one out of 3 skins.

forceskinsplayer_team2.ini...
Forum: Scripting 05-22-2020, 10:27
Replies: 2
Views: 627
Posted By condolent
Re: Get player by name pattern

Yeah, FindTarget (https://sm.alliedmods.net/new-api/helpers/FindTarget) was actually way easier! Thanks
Forum: Scripting 05-22-2020, 10:02
Replies: 2
Views: 627
Posted By condolent
Get player by name pattern

Hi, I'm trying to allow players to do !invite <playername>, but using ProcessTargetString does not seem to work properly for non-admins..?

My code:
char target_name[MAX_TARGET_LENGTH];
int...
Forum: Scripting 05-21-2020, 13:03
Replies: 8
Views: 1,001
Posted By condolent
Re: Invalid database Handle 0 (SQL_Query)

It's working just fine with
SQL_FastQuery(gH_Db, sQuery);

But not with
DBResultSet SQL = SQL_Query(gH_Db, sQuery);
Forum: Scripting 05-21-2020, 12:47
Replies: 8
Views: 1,001
Posted By condolent
Re: Invalid database Handle 0 (SQL_Query)

Do I have to use SQL_Connect in every method before SQL_Query then??
Or do I just need to close it once in Init_SQL() and then be able to re-use the handle later?
Forum: Scripting 05-20-2020, 15:01
Replies: 8
Views: 1,001
Posted By condolent
Re: Invalid database Handle 0 (SQL_Query)

I want to use that handle for other methods. Won't be able to use it if I close it?
Forum: Scripting 05-20-2020, 13:42
Replies: 8
Views: 1,001
Posted By condolent
Invalid database Handle 0 (SQL_Query)

Every time my plugin attempts to use the native SQL_Query() it sends a Invalid database Handle 0 (error 4) error to the server, saying it's an invalid database handle. However from what I can see on...
Forum: Scripting 05-19-2020, 15:35
Replies: 7
Views: 1,018
Posted By condolent
Re: AutoExecConfig not creating file

SOLVED

This was needed nowadays:
AutoExecConfig_SetCreateDirectory(true);
Forum: Scripting 05-19-2020, 15:30
Replies: 7
Views: 1,018
Posted By condolent
Re: AutoExecConfig not creating file

I'm still having issues with this. Anyone know what this might be because of?
I even tried changing what .cfg name it should create and it never got created.


No worries!
Forum: Scripting 05-19-2020, 12:05
Replies: 7
Views: 1,018
Posted By condolent
Showing results 1 to 25 of 426

 
Forum Jump

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


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