[PROBLEMA] Problema con skins de facciones
#3

soy algo nub me podrias decir como se hace?:/
en OnPlayerDisconnect(...) esta esto:



pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    //OnAntiDisconnect(playerid);
    if(EstoyConRopa[playerid] == 1)
    {
        EstoyConRopa[playerid] = 0
        AlguienEnRopa = 0;
    }
    YaRobo[playerid] = 0;
    KillTimer(TimerDinero[playerid]);
    Delete3DTextLabel(LabelDes[playerid]);
    Delete3DTextLabel(LOL[playerid]);
    IdiomaEst[playerid] = 0;
    CPAutoE[playerid] = 0;
    PPracticaC[playerid] = 0;
    VSegundosA[playerid] = 0;
    VMinutosA[playerid] = 0;
    new string[128];
    AvisosSH[playerid] = 0;
    VLavando[playerid] = 0;
    YaBajoSu[playerid] = 0;
    EstoyEnCat[playerid] = 0;
    EstoyConRopa[playerid] = 0;
    VideoA[playerid] = 0;
    PlayersOnline --;
    new Hora, Minuto, Segundo;
    gettime(Hora, Minuto, Segundo);


PD: estoy usando/editando el gm de role play de groveal no soy un experto pero voy aprendiendo:/
Reply


Messages In This Thread
[PROBLEMA] Problema con skins de facciones - by mankito - 09.04.2011, 12:43
Re: [PROBLEMA] Problema con skins de facciones - by zSuYaNw - 10.04.2011, 03:26
Re: [PROBLEMA] Problema con skins de facciones - by mankito - 10.04.2011, 08:40
Re: [PROBLEMA] Problema con skins de facciones - by murdoxix - 10.04.2011, 17:38
Re: [PROBLEMA] Problema con skins de facciones - by mankito - 10.04.2011, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)