[ZP] Problema niveles por frags e infecciones
#1
No me copila me aparece este error (se algo de scripting). El error al copilar es este: Error: Undefined symbol "Puntuacion" on line 8511

if (id != ID_SHOWHUD)
{
static name[32]
get_user_name(id, name, sizeof name - 1)

// Show name, health, class, and ammo packs
set_hudmessage(255, 255, 255, HUD_SPECT_X, HUD_SPECT_Y, 0, 6.0, 1.1, 0.0, 0.0, -1)
ShowSyncHudMsg(ID_SHOWHUD, g_MsgSync2, "%L %s^nHP: %d - %L %s - %L %d", ID_SHOWHUD, "SPECTATING", name, pev(id, pev_health), ID_SHOWHUD, "CLASS_CLASS", class, ID_SHOWHUD, "AMMO_PACKS1", g_ammopacks[id])
}
else
{
static szIncompleto[20]; formatex( szIncompleto, 19, "%d/%d [%s]", g_frags[id], FRAGS(g_nivel[id]), Puntuacion(FRAGS(g_nivel[id]) - g_frags[id]))
static szCompleto[20]; formatex( szCompleto, 19, "COMPLETADO [0]" )

static siIncompleto[20]; formatex( siIncompleto, 19, "%d/%d [%s]", g_infecciones[id], INFECCIONES(g_nivel[id]), Puntuacion(INFECCIONES(g_nivel[id]) - g_infecciones[id]))
static siCompleto[20]; formatex( siCompleto, 19, "COMPLETADO" )

// Show health, class and ammo packs
set_hudmessage(red, green, blue, HUD_STATS_X, HUD_STATS_Y, 0, 6.0, 1.1, 0.0, 0.0, -1)
}
}
___________________________________
SI NECESITAS UN PLUGIN TE LO HAGO $$$
COMUNICATE A MI DISCORD: emanuelitop15
Responder


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)