IT error.
#6

No, only once in OnGameModeInit/OnFilterScriptInit callback.

If you use YSI 4, you can use a more optimized way:
pawn Код:
new Iterator:Gangs<4, MAX_PLAYERS>;
which is 4 + MAX_PLAYERS and not 4 * MAX_PLAYERS. With that, you don't need to call Iter_Init too.
Reply


Messages In This Thread
IT error. - by KessMan - 31.10.2016, 14:27
Re: IT error. - by KessMan - 31.10.2016, 16:24
Re: IT error. - by Eoussama - 31.10.2016, 16:57
Re: IT error. - by X337 - 31.10.2016, 17:14
Re: IT error. - by KessMan - 31.10.2016, 17:25
Re: IT error. - by Konstantinos - 31.10.2016, 17:30
Re: IT error. - by X337 - 31.10.2016, 17:31
Re: IT error. - by KessMan - 31.10.2016, 17:31
Re: IT error. - by KessMan - 31.10.2016, 18:09
Re: IT error. - by X337 - 31.10.2016, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)