AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   CS:GO Mod [v2.5.11 - 08.11.2021] (https://forums.alliedmods.net/showthread.php?t=326913)

EFFx 09-06-2020 15:36

Re: CS:GO Mod [v2.1.1 - 04.09.2020]
 
The idea of API is acceptable as soon as you start making a MOD y'know? Owners will be able to download it and use it on another plugins instead of opening a 2 thousand lines plugin to find where he wants to edit something. There are a lot of CSGO Mods out there, make yours special ^^.

TheDoctor0 09-07-2020 04:23

Re: CS:GO Mod [v2.1.1 - 04.09.2020]
 
Quote:

Originally Posted by EFFx (Post 2716922)
The idea of API is acceptable as soon as you start making a MOD y'know? Owners will be able to download it and use it on another plugins instead of opening a 2 thousand lines plugin to find where he wants to edit something. There are a lot of CSGO Mods out there, make yours special ^^.

That is true for public mods, but not necessarily for private ones - which this was at start.
It was sold as a mod targeted mostly at "casual" server owners that cannot make any modification by themselves.
Developing a good API is a work that unfortunately clients do not care about, they care about features.
That's why natives that do exists are used only between its plugins, but with a help of community it may change.

TheDoctor0 09-09-2020 09:05

Re: CS:GO Mod [v2.1.1 - 04.09.2020]
 
Minor versions 2.1.2 and 2.1.3 have been released:
  • Make name/steamid columns non-nullable to fix primary key error on MySQL 5.7+ - #51.
  • Add new forwards: csgo_user_register and csgo_user_assist and csgo_user_login - #54 (thanks @ShadowsAdi).
  • Fix crash on autobuy caused by missing items/kevlar.wav sound removed by unprecacher module - #58 (thanks @boriscois).

TheDoctor0 09-13-2020 10:22

Re: CS:GO Mod [v2.1.4 - 13.09.2020]
 
Next minor version 2.1.4 has been released:
  • Add Turkish translation - #44 (thanks @Snakeren).
  • Fix invalid param conversion in csgo_get_skin_name native - #64.
  • Fix kick command string formatting in accounts plugin - #64.

TheDoctor0 09-25-2020 05:30

Re: CS:GO Mod [v2.1.4 - 13.09.2020]
 
Next minor version 2.1.5 has been released:
  • Fix more unexpected crash issues by removing all sounds from Unprecacher module - #67, #69
  • Fix translation string for market withdraw confirmation menu
  • Fix possible errors in notification loops
  • Remove unixtime.inc and stripweapons.inc

snijeg 10-13-2020 16:35

Re: CS:GO Mod [v2.1.5 - 25.09.2020]
 
Hey i got these problems and need some help to solve it

L 10/13/2020 - 22:32:52: [AMXX] Plugin file open error (plugin "VIP.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_core.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_clans.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_accounts.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_nades.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_vip_svip.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_server_menu.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_transfer.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_operations.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_molotov.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_smoke.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_zeus.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_runboost.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_inspect.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_buymenu.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_ranks.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_assist_revenge.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_stattrak.amxx")
L 10/13/2020 - 22:32:52: [AMXX] Load error 17 (invalid file format or version) (plugin "csgo_no_distractions.amxx")

Shadows Adi 10-13-2020 16:50

Re: CS:GO Mod [v2.1.5 - 25.09.2020]
 
You need to have at least AmxModX 1.9.0 installed.

TheDoctor0 10-17-2020 08:59

Re: CS:GO Mod [v2.1.5 - 25.09.2020]
 
Version 2.2.0 has been released:
- Add buyable flag for skins - #70.
- Add csgo_add_skin command - #70.
- Add plugin that adds physics for weapons (except C4) - #75.
- Add fallback for command execution - #72.
- Add use default 'showbriefing' command to open main menu - #71.
- Fix typos for some P228 skins path - #77 (thanks @regener)
- Fix missing .txt extension in skins_tr motd filename.

TheDoctor0 11-07-2020 06:47

Re: CS:GO Mod [v2.2.0 - 17.10.2020]
 
Version 2.2.1 has been released:
- Add csgo_min_player_filter cvar - (#82 (thanks @regener)
- Fix reset command name - (#82 (thanks @regener)
- Fix issue with weapon assignment in vip/svip menus - #81
- Fix zeus and molotov buying from custom buymenu - #84

ConnorMcLeod 11-07-2020 20:21

Re: CS:GO Mod [v2.2.1 - 07.11.2020]
 
Nice one :)


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

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