View Single Post
tm.
Member
Join Date: Apr 2010
Old 08-09-2010 , 04:01   Re: [CSTRIKE FIX] mp_autokick/cs_get_user_lastactivity FIX
Reply With Quote #4

In lastactivity_normalizer3.sma if you change MAX_PLAYERS to a value smaller than 32, compiler will return at this line:
Code:
get_players(iPlayers, iNum, "ach")
this error:
Code:
error 047: array size do not match, or destination array is to small
It seems that get_players requires an array of size 32 to work.

Last edited by tm.; 08-09-2010 at 04:18.
tm. is offline