Tag Mismatch & Warning md5
#1
Se que es una ayuda ridícula para algunos, pero agradecería quien me ayude..

Tag mismatch
Código PHP:
stock ShowDHUD_Message(idiColors[3] = { 255255255 }, Float:fPosX = -1.0Float:fPosY = -1.0Float:fTime 0.0szMessage[])
{
    
set_dhudmessage(000, -1.00, -1.000.00.01.02.0false);
    for (new 
08i++) show_dhudmessage(id"");
    
    
set_dhudmessage(iColors[0], iColors[1], iColors[2], fPosXfPosY0.0fTime1.02.0false);
    
show_dhudmessage(idszMessage);


Warning Md5
Código PHP:
public Clcmd_ConfPw(id)
{
    if (
Check_Var(g_bLoggedid) || Check_Var(g_bBannedid))
        return;
    
    static 
szPlayerPw[32];
    
read_args(szPlayerPwcharsmax(szPlayerPw));
    
szRemove_Quotes(szPlayerPwszPlayerPw);
    
trim(szPlayerPw);
    
    if (!
equal(g_szPlayerpassword[id], szPlayerPw))
    {
        
szPlayerPw[0] = '^0';
        
g_szPlayerpassword[id][0] = '^0';
        
        
SM_Register(id);
        
client_cmd(id"spk ^"%s^""g_szButton_error);
        
ShowDHUD_Message(id, { 2550}, -1.00.15.0"Las contraseñas no coincidieron^nInténtalo nuevamente");
        return;
    }
    
md5(g_szPlayerpassword[id], g_szPlayerpassword[id]); // ....
    
    
client_cmd(id"messagemode ^"INGRESAR_EMAIL^"");
    
client_cmd(id"spk ^"%s^""g_szButton_success);
    
ShowDHUD_Message(id, { 255255255 }, -1.00.15.0"En caso de perder tu contraseña^nIngresa tu E-Mail de recuperación");

Responder
#2
Código PHP:
/**
 * Sets display parameters for director hudmessages.
 *
 * @note For the hudmessage coordinates x and y, -1.0 will center the message
 *       on the respective axis.
 * @note These parameters stay until the next call to set_dhudmessage overwrites
 *       them. Multiple calls to show_dhudmessage will therefore re-use the same
 *       parameters. The parameters are not stored per-plugin, so other plugins
 *       can overwrite them.
 *
 * @param red           Red component of hudmessage color
 * @param green         Green component of hudmessage color
 * @param blue          Blue component of hudmessage color
 * @param x             Location of the message on the x axis in percent
 * @param y             Location of the message on the y axis in percent
 * @param effects       Display effect
 * @param fxtime        Duration of the effect
 * @param holdtime      Time the message stays on screen
 * @param fadeintime    Time it takes the message to fully appear (fade-in)
 * @param fadeouttime   Time it takes the message to fully disappear (fade-out)
 *
 * @noreturn
 */
native set_dhudmessage(red 200green 100blue 0Float:= -1.0Float:0.35effects 0Float:fxtime 6.0Float:holdtime 12.0Float:fadeintime 0.1Float:fadeouttime 0.2); 

Código PHP:
set_dhudmessage(000, -1.00, -1.000.00.01.02.0false); 

Código PHP:
set_dhudmessage(iColors[0], iColors[1], iColors[2], fPosXfPosY0.0fTime1.02.0false); 

edit: que alguien más te ayude con el login de la clave, a mi ya se me bug el cerebro viendo lo que estas tratando de hacer Interesting
[Imagen: b_350_20_323957_202743_f19a15_111111.png]

(18/11/2014, 05:47 PM)Neeeeeeeeeel.- escribió: Por qué necesitan una guía para todo? Meté mano y que salga lo que salga... es la mejor forma de aprender.

(16/05/2016, 11:08 PM)kikizon2 escribió: No cabe duda que tienen mierda en vez de cerebro, par de pendejos v:
Responder
#3
si te sale
Código PHP:
md5 is marked as deprecated 
usa
Código PHP:
hash_string 
[Imagen: 76561198090851442.png]
Responder


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)