#2

Loop.

pawn Код:
CMD:maskforall(playerid, params[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        PlayerInfo[i][Mask] = 1; // Change with your mask variable.
    }
    return 1;
}
Reply


Messages In This Thread
Mask - by GuardedMerchant - 28.12.2014, 10:23
Re: Mask - by HY - 28.12.2014, 10:42
Re: Mask - by GuardedMerchant - 28.12.2014, 10:49

Forum Jump:


Users browsing this thread: 1 Guest(s)