Ban is not off y_ini
#9

Quote:
Originally Posted by Misiur
Посмотреть сообщение
Ok, sorry about that, it seems you are using YSI 3, not 4.
This should work now:
pawn Код:
memset(PlayerInfo[0], MAX_PLAYERS * _:pInfo, 0)
But if it doesn't simply try:
pawn Код:
for(new i = 0; i != MAX_PLAYERS; ++i) {
    for(new pInfo:j = 0; j != pInfo; j++) {
        PlayerInfo[i][j] = 0;
    }
}
Yes! this worked well
Reply


Messages In This Thread
Ban is not off y_ini - by maximthepain - 19.03.2015, 13:13
Re: Ban is not off y_ini - by Misiur - 19.03.2015, 13:24
Re: Ban is not off y_ini - by maximthepain - 19.03.2015, 13:56
Re: Ban is not off y_ini - by Misiur - 19.03.2015, 14:21
Re: Ban is not off y_ini - by maximthepain - 19.03.2015, 14:29
Re: Ban is not off y_ini - by Misiur - 19.03.2015, 14:53
Re: Ban is not off y_ini - by maximthepain - 19.03.2015, 15:12
Re: Ban is not off y_ini - by Misiur - 19.03.2015, 15:22
Re: Ban is not off y_ini - by maximthepain - 19.03.2015, 15:29

Forum Jump:


Users browsing this thread: 3 Guest(s)