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

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: MegoltElek
Forum: Scripting 02-24-2023, 17:53
Replies: 3
Views: 1,079
Posted By MegoltElek
Re: (CS:GO) How can I find out the remaining vip time

The plugin stores the time of expire as a timestamp.
You only need 1 sql command to get the remaining timestamp.
like this:

public Action:Cmd_viptime(int client, int argc)
{
char query[255];...
Forum: Scripting 02-20-2023, 08:37
Replies: 2
Solved Color stats
Views: 695
Posted By MegoltElek
Re: Color stats

You don't check if the player has smaller points, than 500, and if they have more than 500 you always set it to SetEntityRenderColor(i, 128, 128, 128, 255); no matter how many points they have.
try...
Forum: Scripting 02-20-2023, 07:23
Replies: 0
Views: 520
Posted By MegoltElek
Bugged AddFileToDownloadsTable

I tried to download some files in my plugin, but cs go throws an error on that.
Everything downloads perfectly(mdl, vvd, dx90 etc), expect .ani files.
https://i.imgur.com/AJi1DoN.png
Any ideas?
I...
Forum: Extensions 02-03-2023, 17:15
Replies: 210
Views: 216,185
Posted By MegoltElek
Re: [CS:GO] PTaH - V1.0.8

It does work, if you have default knife. If you have any other knife in cs go, the plugin doesn't work anymore.
Forum: Scripting 04-29-2022, 11:41
Replies: 6
Views: 1,160
Posted By MegoltElek
Re: [CS:GO] How to show a picture in hint?

Working, ty :D
<img> tag don't work on it self, but works with <span>
Forum: Scripting 04-28-2022, 13:15
Replies: 6
Views: 1,160
Posted By MegoltElek
Re: [CS:GO] How to show a picture in hint?

yes, i do. I tried without the fixhintcolor plugin, tried with an older version, and tried with the newest version of the plugin. The result are all the same.
Forum: Scripting 04-28-2022, 12:33
Replies: 6
Views: 1,160
Posted By MegoltElek
Re: [CS:GO] How to show a picture in hint?

img tags don't work. Image: https://imgur.com/a/je3j9DX

https://forums.alliedmods.net/showthread.php?t=326935 is working, but it has a delay(around 1 sec) and you need to load it twice, because...
Forum: Scripting 04-28-2022, 06:48
Replies: 6
Views: 1,160
Posted By MegoltElek
[CS:GO] How to show a picture in hint?

I have a case system plugin on my server, that i made myself, but i want to upgrade it.
I want to show the picture of skins in the hint message, but i don't know how to.
Valve removed html tags...
Forum: Plugins 12-05-2020, 10:46
Replies: 3
Views: 2,171
Posted By MegoltElek
Re: Block ip in chat

I will update it when i have time for it.
Maybe this weekend or the next week. :)
Forum: Plugins 12-04-2020, 19:45
Replies: 3
Views: 2,171
Posted By MegoltElek
Block ip in chat

The plugin block every message that have some kind of ip address in it.
Admins can say ip address in chat.
This plugin can literally block every form of ip address, like:
255.255.255.255...
Showing results 1 to 10 of 10

 
Forum Jump

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


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