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

GATHER SYSTEM PUG Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Hartmann
Senior Member
Join Date: Nov 2014
Old 02-25-2019 , 16:15   Re: GATHER SYSTEM PUG Mod
Reply With Quote #21

Quote:
Originally Posted by Nia View Post
i try your plugin and like it so much but i found two erros which force my cs1.6 server shutdown

1) Error is regarding skillpoints.sma




2) 2nd Error forces my server shutting down
Try now.

Quote:
Originally Posted by GBLTeam View Post
While compiling it has some problem when changing to MAX_PLAYERS 32.
Using latest AMXX 1.8.3

Code:
menu.sma(208) : error 047: array sizes do not match, or destination array is too small
menu.sma(223) : error 047: array sizes do not match, or destination array is too small
menu.sma(241) : error 047: array sizes do not match, or destination array is too small
menu.sma(354) : error 047: array sizes do not match, or destination array is too small
Lines are showing same this:
Code:
	get_players(g_iPlayers, g_iNum, "h");
And if the MAX_PLAYERS is 33 it show this:
Code:
menu.sma(23) : warning 201: redefinition of constant/macro (symbol "MAX_PLAYERS"

Resolution: I replace MAX_PLAYERS with MAXP_LAYERS and no error, but when i use the normal CHAT at "Y" and write something it say "s1 - s2" "s1-s2" whats the problem?
Also disabled the chat prefix and style but same ? Just to add i have ChatFix.amxx at top of the plugins and still same s1-s2
You can that or put 33 and ignore warnings. Put on top of plugins, restart and change map and wait 2-3 minutes.
__________________

RETAKES v1.0
github.com/alghtryer/retakes

Contact : [email protected]

BTC Donate: 1QAh1NLmeHy81LF9r8PaeGjYqHL2BBcJTx

Hartmann is offline
GBLTeam
Senior Member
Join Date: Mar 2012
Location: Republic of Macedonia
Old 02-25-2019 , 20:22   Re: GATHER SYSTEM PUG Mod
Reply With Quote #22

The plugins are on top of the plugins.ini and still same problem with CHAT, when write it show s1 - s2

; Admin Base - Always one has to be activated
inf-mix.amxx
menu.amxx
skillpoints.amxx
ChatFix.amxx
GBLTeam is offline
Send a message via MSN to GBLTeam Send a message via Skype™ to GBLTeam
Hartmann
Senior Member
Join Date: Nov 2014
Old 02-25-2019 , 21:59   Re: GATHER SYSTEM PUG Mod
Reply With Quote #23

Quote:
Originally Posted by GBLTeam View Post
The plugins are on top of the plugins.ini and still same problem with CHAT, when write it show s1 - s2

; Admin Base - Always one has to be activated
inf-mix.amxx
menu.amxx
skillpoints.amxx
ChatFix.amxx
That not on top of plugins.ini. Put ChatFix.amxx before all plugins.
__________________

RETAKES v1.0
github.com/alghtryer/retakes

Contact : [email protected]

BTC Donate: 1QAh1NLmeHy81LF9r8PaeGjYqHL2BBcJTx


Last edited by Hartmann; 02-25-2019 at 22:00.
Hartmann is offline
jajaz
Junior Member
Join Date: Jun 2019
Old 06-06-2019 , 06:05   Re: GATHER SYSTEM PUG Mod
Reply With Quote #24



can gave link?
jajaz is offline
Hartmann
Senior Member
Join Date: Nov 2014
Old 06-06-2019 , 22:17   Re: GATHER SYSTEM PUG Mod
Reply With Quote #25

Quote:
Originally Posted by jajaz View Post


can gave link?
I can, here:
http://www.mediafire.com/file/nm589a...odels.zip/file
__________________

RETAKES v1.0
github.com/alghtryer/retakes

Contact : [email protected]

BTC Donate: 1QAh1NLmeHy81LF9r8PaeGjYqHL2BBcJTx

Hartmann is offline
jajaz
Junior Member
Join Date: Jun 2019
Old 08-17-2019 , 06:45   Re: GATHER SYSTEM PUG Mod
Reply With Quote #26

Quote:
Originally Posted by Hartmann View Post
thanks
jajaz is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 08-24-2019 , 19:43   Re: GATHER SYSTEM PUG Mod
Reply With Quote #27

Hello !!
Few Suggestions & Bugs Report.

Quote:
Password on server, When 10 players Join/Whatever set by cvar & Remove when less than 10 players/whatever set by cvar to start PUG.
Quote:
HUD Msg for- ACE, Mini-ACE, Knive Kill, Suicide. [Even in warm up].
Quote:
Cvar for Auto Record Demo "enable/disable"?
Quote:
Additional Plugin For BlockFirstMotd.
as BlockFirstMotd By Exolent
Quote:
Add Commands:
.dmg [Show dmg done by you]
.rank [Show Ranks]
.ranks [Show Ranks]
.level [Show Ranks]
.xp [Show Ranks]

[Show Ranks = Your Rank is Silver I with 10 Kills & 0.25 Skill points, Your Next Rank is Silver II on 200 kills.
Quote:
Match don't start automatically, when admin is present, even if it's 10 vs 10
Quote:
Knife Round should be added as toss, you can take code from Pimp's Automix or Clanwar Plugin.
Quote:
It counts spec bots like KGB Bots as players too and make them ready too

Last edited by Alber9091; 08-25-2019 at 20:30.
Alber9091 is offline
Hartmann
Senior Member
Join Date: Nov 2014
Old 08-25-2019 , 21:35   Re: GATHER SYSTEM PUG Mod
Reply With Quote #28

Quote:
Originally Posted by Alber9091 View Post
Hello !!
Few Suggestions & Bugs Report.
#1 That can with plugin api, maybe i make this.

#2 You have already for that plugin. https://forums.alliedmods.net/showpo...8&postcount=14

#3 Will be added.

#4 Why this?

#5 You have this command. (skill, restartskill, rankskill, topskill...)

#6 I tested and never have similar problem, but will be checked.

#7 ...

#8 Yes, bot don't skipped. If you want skip bot you must added in every get_players in code flag "c"

Code:
get_players(players,num,"ch");
__________________

RETAKES v1.0
github.com/alghtryer/retakes

Contact : [email protected]

BTC Donate: 1QAh1NLmeHy81LF9r8PaeGjYqHL2BBcJTx

Hartmann is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 08-26-2019 , 03:13   Re: GATHER SYSTEM PUG Mod
Reply With Quote #29

1. I had inbox you, a code.
2. OK, I will use it, but it uses chat, not HUD.
3. Will wait for update.
4. Ok, Leave it
5. It was not mentioned in main post, hence missed it.
6. We played 2 Mix yesterday & on both occasions, I had to start with .ready map even .ready cap also didn't work. (Players were 10/10 in 10 slots server). The only reason I had to change Mix Plugin. I have AMXX 1.90 [5249].
7. ??? It would be great feature, I would love to see it in future update.
8. I will do it, but before I will wait for an update.
9. You should add stats. .(dmg, .hp) plugin too.

To Do?
1., 3.,6., 7., 9.?

Thanks !!

Last edited by Alber9091; 08-26-2019 at 03:23.
Alber9091 is offline
jajaz
Junior Member
Join Date: Jun 2019
Old 08-26-2019 , 06:14   Re: GATHER SYSTEM PUG Mod
Reply With Quote #30

Hello, can add commands .notready ?
jajaz is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:48.


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