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

Showing results 1 to 25 of 50
Search took 0.01 seconds.
Search: Posts Made By: MAGNET12
Forum: Plugins 09-06-2020, 06:28
Replies: 75
Views: 49,615
Posted By MAGNET12
Re: [CSGO/?] Advanced Music Player [Updated: 2020-08-27]

Unfortunately, I can't get plugin to work

[SM] Unable to load plugin "advmusicplayer.smx": Required extension "Audio" file("audio.ext") not running

"Audio" has been of course uploaded and...
Forum: Snippets and Tutorials 08-25-2020, 15:49
Replies: 23
Views: 27,238
Posted By MAGNET12
Re: [CSGO] New HTML Font supported hud element

Works exactly the same way on my server
Forum: Snippets and Tutorials 08-25-2020, 11:16
Replies: 23
Views: 27,238
Posted By MAGNET12
Re: [CSGO] New HTML Font supported hud element

Nah, I haven't modified any files. I might try to tamper in the language settings
Forum: Snippets and Tutorials 08-25-2020, 04:45
Replies: 23
Views: 27,238
Posted By MAGNET12
Re: [CSGO] New HTML Font supported hud element

Strange...here's the most I could squeeze:

https://imgur.com/a/9pEsQ91

Also, did u manage to change the font size somehow? font size doesn't work for me
Forum: Snippets and Tutorials 08-24-2020, 20:02
Replies: 23
Views: 27,238
Posted By MAGNET12
Re: [CSGO] New HTML Font supported hud element

How did u manage to set up so many colors? new hud is limited to 128 characters only

as for clearing the message, simply send blank ("")
Forum: Plugins 06-07-2020, 10:14
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: [CS:GO] AchievementsGO 2.0 - create your own achievements!

#include <AchievementsGO>
#include <store>
#include <sdkhooks>

#define MISSIONS_NUM 10
#define LEVELS 4

#define KILLER 0
#define HEAD_HUNTER 1
#define GRENADIER 2
Forum: Plugins 06-07-2020, 06:18
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: [CS:GO] AchievementsGO 2.0 - create your own achievements!

I compiled you code - it seems to work just fine. Perhaps there's something wrong with your store.inc file

Try do download the latest version of the compiler and put the latest store.inc there
Forum: Plugins 06-06-2020, 09:29
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: [CS:GO] AchievementsGO 2.0 - create your own achievements!

Sure, thanks!

Bare in mind however, that these sample missions I created might not actually work, since they rely on player_death,bomb_defused,bomb_planted events from CS:GO and I'm not sure is...
Forum: Plugins 06-06-2020, 08:51
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: [CS:GO] AchievementsGO 2.0 - create your own achievements!

I marked it as [CS:GO], because it was only tested in csgo. Can u test it and let me know? I would update range of games then

Yes, this plugin can be used in any place you find suitable. You're...
Forum: Plugins 06-06-2020, 08:21
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: [CS:GO] AchievementsGO 2.0 - create your own achievements!

I'm not sure what needs to be adjusted for this plugin to work with css

Have you actually tried to run it?
Forum: Plugins 06-03-2020, 10:59
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: [CS:GO] AchievementsGO 2.0 - create your own achievements!

Look at it from my perspective - you've requested some abstract fraction of what should have been provided. I don't get what do u want man.
Forum: Plugins 06-03-2020, 05:51
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: [CS:GO] AchievementsGO 2.0 - create your own achievements!

Perhaps you should update languange file?

https://github.com/MAGNET1/AchievementsGO/blob/master/addons/sourcemod/translations/ago.phrases.txt
Forum: Plugins 05-29-2020, 18:20
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: [CS:GO] AchievementsGO 2.0 - create your own achievements!

@UPDATE

2.1 - added "enforce" parameter in functions that add points. It allows to grant points even if there's not enough players on the server
Forum: Plugins 05-19-2020, 11:41
Replies: 35
Views: 11,499
Posted By MAGNET12
Forum: Plugins 05-19-2020, 11:40
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: [CS:GO] AchievementsGO 2.0 - create your own achievements!

This feature was available in the old version, however i decided to remove it, since i didn't find it useful
Forum: Plugins 05-17-2020, 09:25
Replies: 35
Views: 11,499
Posted By MAGNET12
Re: AchievementsGO 2.0

This plugin doesn't seem to have any natives that can set the currency. You'd need to modify the plugin and add some
Forum: Plugins 05-17-2020, 08:17
Replies: 35
Views: 11,499
Posted By MAGNET12
[CS:GO] AchievementsGO 2.0 - create your own achievements!

I present second release of a plugin, that allows creating your own achievements/missions on the server in easy way. The previous version has had a lot of flaws and it was written in a very poor way....
Forum: Scripting 05-11-2020, 11:07
Replies: 0
Views: 439
Posted By MAGNET12
(CS:GO) Detect narrow corridors/doorways etc.

Hello everyone,

I'm trying to create a function that checks if player is standing in a narrow spot, cause I want him to prevent creating exploding mines in such places. I've received a lot of help...
Forum: General 11-12-2019, 10:00
Replies: 1
Views: 784
Posted By MAGNET12
ED_Malloc: No free edicts...really?

I get quite frequent crashes when >10 players joins my server. I concluded recently, that the issue is caused by the lack of free edicts, as provided in the crash log:...
Forum: General 11-10-2019, 06:39
Replies: 1
Views: 718
Posted By MAGNET12
Server crashes...can't tell why based on Accelerator

Here I am...once again...can't tell what's the reason behind this crash:
https://crash.limetech.org/yafggiopmart

Any help would be appreciated ^^
Forum: Scripting 10-27-2019, 13:53
Replies: 1
Views: 899
Posted By MAGNET12
Server crashes due to GiveNamedItem

It appears my server crashes due to GiveNamedItem
Crashlog: https://crash.limetech.org/w4o7xlandok4

Are there any tips you can give me so that I can acknowledge which plugin causes crashes? It...
Forum: General 08-17-2019, 10:48
Replies: 10
Views: 2,046
Posted By MAGNET12
Re: Server crashes right after restart and logon attempt

Apparently GOTV is not your concern then. If it is visible on a players list, you might need to create a new thread
Forum: General 08-17-2019, 10:30
Replies: 10
Views: 2,046
Posted By MAGNET12
Forum: General 08-16-2019, 16:43
Replies: 10
Views: 2,046
Posted By MAGNET12
Re: Server crashes right after restart and logon attempt

I've managed to fix this by enabling GOTV on my server. I was certain this function was turned on, but as it turned out, there is a run command that lets u turn it on. Since that time everything...
Forum: General 08-14-2019, 17:52
Replies: 10
Views: 2,046
Posted By MAGNET12
Re: Server crashes right after restart and logon attempt

It's CS:GO
It's okay to send it right here: https:/steamcommunity.com/id/amxxmagnet
Showing results 1 to 25 of 50

 
Forum Jump

All times are GMT -4. The time now is 02:57.


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