Ajuda com dini!
#2

pawn Код:
if(dini_Exists(PlayerName(playerid)))
{
    SendClientMessage(playerid, COLOR_RED, "Vocк jб estб registrado. Logue-se digitando /logar [senha]");
    return 1;
}
if(!dini_Exists(PlayerName(playerid)))
{
    SendClientMessage(playerid, COLOR_RED, "Vocк nгo estб registrado. Por Favor Registre-se digitando /registrar [senha]");
    return 1;
}
if(Procurados[playerid] == 1)
{
    Procurados[playerid] = 0;
    Presos[playerid] = 1;
    dini_Set(PlayerName(playerid),"Prisao",1);
    LogarPlayer(playerid);
}
Reply


Messages In This Thread
Ajuda com dini! - by Chavequinho - 25.12.2010, 01:41
Respuesta: Ajuda com dini! - by ipsBruno - 25.12.2010, 02:19

Forum Jump:


Users browsing this thread: 2 Guest(s)