[Pedido] /reforзo
#2

Exemplo:

pawn Код:
CMD:refm(playerid, params[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(org[i] == 1 || org[i] == 2 || org[i] == 3 || org[i] == 16)
            {
                SetPlayerCheckPoint(i, x, y, z, 50.0);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
/reforзo - by pedrotvr - 22.04.2014, 00:51
Re: /reforзo - by Fel486 - 22.04.2014, 00:53

Forum Jump:


Users browsing this thread: 1 Guest(s)