Ayuda con estos errores por fa
#1

D:\Documents and Settings\AHHHHHHHHH\Escritorio\[GM]Los Angeles\gamemodes\larp.pwn(32) : warning 201: redefinition of constant/macro (symbol "cmd%1)")
D:\Documents and Settings\AHHHHHHHHH\Escritorio\[GM]Los Angeles\gamemodes\larp.pwn(13837) : error 025: function heading differs from prototype
D:\Documents and Settings\AHHHHHHHHH\Escritorio\[GM]Los Angeles\gamemodes\larp.pwn(13837 -- 13842) : error 021: symbol already defined: "zcmd"
D:\Documents and Settings\AHHHHHHHHH\Escritorio\[GM]Los Angeles\gamemodes\larp.pwn(13841) : error 025: function heading differs from prototype
D:\Documents and Settings\AHHHHHHHHH\Escritorio\[GM]Los Angeles\gamemodes\larp.pwn(13841 -- 13845) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply
#2

Somos programadores, no adivinos..

Pasanos las lнneas
Reply
#3

son esta amigo y disculpa no sabia

zcmd(p1, playerid, params[])
{
return ApplyAnimation(playerid,"Freeweights", "gym_free_B",4.0,1,1,1,1,500);
}
zcmd(astrip1, playerid, params[])
{
return ApplyAnimation(playerid,"STRIP","STR_C2",3.0, 1, 1, 1, 1, 1);
}
Reply
#4

Apoco esas son todas?

Usa [pawn ] [/pawn ] sin espacios para los cуdigos pawn.

Ejemplo

pawn Код:
zcmd(p1, playerid, params[])
{
return ApplyAnimation(playerid,"Freeweights", "gym_free_B",4.0,1,1,1,1,500);
}
zcmd(astrip1, playerid, params[])
{
return ApplyAnimation(playerid,"STRIP","STR_C2",3.0, 1, 1, 1, 1, 1);
}
Pon todas las lineas, que no creo que la primera sea la 32 y la ultima la 13845
Reply
#5

si man son solo esos del 38 al 45

[pawn ]zcmd(p1, playerid, params[])
{
return ApplyAnimation(playerid,"Freeweights", "gym_free_B",4.0,1,1,1,1,500);
}
zcmd(astrip1, playerid, params[])
{
return ApplyAnimation(playerid,"STRIP","STR_C2",3.0, 1, 1, 1, 1, 1);
}[/pawn ]
Reply
#6

pawn Код:
CMD:p1(playerid, params[])
{
    ApplyAnimation(playerid,"Freeweights", "gym_free_B",4.0,1,1,1,1,500);
    return 1;
}
CMD:astrip1(playerid, params[])
{
    ApplyAnimation(playerid,"STRIP","STR_C2",3.0, 1, 1, 1, 1, 1);
    return 1;
}
No serб asi ?
Reply
#7

Bien ahora me sale esto

D:\Documents and Settings\AHHHHHHHHH\Escritorio\[GM]Los Angeles\gamemodes\larp.pwn(24122) : error 021: symbol already defined: "NameTimer"

esta es la linea

public NameTimer()
Reply
#8

Ese error te avisa que tienes dos veces
pawn Код:
public NameTimer()
borra un
pawn Код:
public NameTimer()
y se arregla
Reply
#9

Ese maldito warning de NameTimer ¬¬
No es solucion asi nomas xD
Fijate si tenes todos los includes actualizados a tu pawno, (0.3c) y fijate que tengas el include <morphinc>


PD: El warning de "Symbol already defined" (simobolo ya definido) no si o si tiene que estar en el pawno. Por eso dije que tiene que fijarse en algun include (morphinc creo) que ahi debe estar xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)