View Single Post
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