[Pedido] /reforзo
#1

Alguйm me ajuda num cmd q qnd o cara desse /refm
setava um checkpoint para todos da ORG 1,2,3,16, alguйm pode quebrar essa?
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)