Ayuda Que error Cometi? -ShowPlayerDialog
#1

Код:
	ShowPlayerDialog(playerid,2, DIALOG_STYLE_LIST, "xd", "12 = PaqueteDeVida \n13 = M4 Assault Rifle \n14 = Topa \n15 = GasTeOrig \n16 = Capsula \n17 = SawkRojo(enCoche) \n18 = SawkNegro(enCoche) \n19 = SawkAzul(enCoche) \n20 = SawkVerde(enCoche) \n21 = SawkCespedViejo(enCoche) \n22 = SawkBlanco(enCoche) \n23 = Bandito \n24 = Fcr \n25 = Oceanic \n26 = Blade \n27 = Broadway \n28 = Remington \n29 = Savanna \n30 = Slamvan \n31 = Tahoma \n32 = Tornado \n33 = Voodoo \n34 = Reparacion \n35 = Nitro \n36 = UziPuntuacion \n37 = PistolaPuntuacion \n38 = SilenciadaPuntuacion \n39 = DesertPuntuacion \n40 = EscopetaPuntuacion \n41 = RecortadaPuntuacion \n42 = SplashPuntuacion \n42 = Mp5Puntuacion \n43 = Ak47Puntuacion \n44 = M4Puntuacion \n45 = SniperPuntuacion \n46 = Chaleco \n47 = Gas \n48 = PastillaParaBorrachera \n49 = HitmanPack","Seleccionar","Cancelar");
i me tira

Код:
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2938) : error 075: input line too long (after substitutions)
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : error 037: invalid string (possibly non-terminated string)
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : error 022: must be lvalue (non-constant)
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : error 017: undefined symbol "PaqueteDeVida"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : fatal error 107: too many error messages on one line

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


5 Errors.
Reply
#2

Quote:
Originally Posted by pooooolo
Код:
	ShowPlayerDialog(playerid,2, DIALOG_STYLE_LIST, "xd", "12 = PaqueteDeVida \n13 = M4 Assault Rifle \n14 = Topa \n15 = GasTeOrig \n16 = Capsula \n17 = SawkRojo(enCoche) \n18 = SawkNegro(enCoche) \n19 = SawkAzul(enCoche) \n20 = SawkVerde(enCoche) \n21 = SawkCespedViejo(enCoche) \n22 = SawkBlanco(enCoche) \n23 = Bandito \n24 = Fcr \n25 = Oceanic \n26 = Blade \n27 = Broadway \n28 = Remington \n29 = Savanna \n30 = Slamvan \n31 = Tahoma \n32 = Tornado \n33 = Voodoo \n34 = Reparacion \n35 = Nitro \n36 = UziPuntuacion \n37 = PistolaPuntuacion \n38 = SilenciadaPuntuacion \n39 = DesertPuntuacion \n40 = EscopetaPuntuacion \n41 = RecortadaPuntuacion \n42 = SplashPuntuacion \n42 = Mp5Puntuacion \n43 = Ak47Puntuacion \n44 = M4Puntuacion \n45 = SniperPuntuacion \n46 = Chaleco \n47 = Gas \n48 = PastillaParaBorrachera \n49 = HitmanPack","Seleccionar","Cancelar");
i me tira

Код:
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2938) : error 075: input line too long (after substitutions)
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : error 037: invalid string (possibly non-terminated string)
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : error 022: must be lvalue (non-constant)
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : error 017: undefined symbol "PaqueteDeVida"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
5 Errors.
El error parece ser por exceso de caracteres en "info[]", intenta disminuirlo o crear otro dialogo con la continuaciуn.
Reply
#3

mira,si sabes visual basic,sabes inmediatamente pawno,porque es casi lo mismo bueno a eso no voy.

Quote:
Originally Posted by Chiri
Quote:
Originally Posted by pooooolo
Код:
	ShowPlayerDialog(playerid,2, DIALOG_STYLE_LIST, "xd", "12 = PaqueteDeVida \n13 = M4 Assault Rifle \n14 = Topa \n15 = GasTeOrig \n16 = Capsula \n17 = SawkRojo(enCoche) \n18 = SawkNegro(enCoche) \n19 = SawkAzul(enCoche) \n20 = SawkVerde(enCoche) \n21 = SawkCespedViejo(enCoche) \n22 = SawkBlanco(enCoche) \n23 = Bandito \n24 = Fcr \n25 = Oceanic \n26 = Blade \n27 = Broadway \n28 = Remington \n29 = Savanna \n30 = Slamvan \n31 = Tahoma \n32 = Tornado \n33 = Voodoo \n34 = Reparacion \n35 = Nitro \n36 = UziPuntuacion \n37 = PistolaPuntuacion \n38 = SilenciadaPuntuacion \n39 = DesertPuntuacion \n40 = EscopetaPuntuacion \n41 = RecortadaPuntuacion \n42 = SplashPuntuacion \n42 = Mp5Puntuacion \n43 = Ak47Puntuacion \n44 = M4Puntuacion \n45 = SniperPuntuacion \n46 = Chaleco \n47 = Gas \n48 = PastillaParaBorrachera \n49 = HitmanPack","Seleccionar","Cancelar");
i me tira

Код:
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2938) : error 075: input line too long (after substitutions)
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : error 037: invalid string (possibly non-terminated string)
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : error 022: must be lvalue (non-constant)
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : error 017: undefined symbol "PaqueteDeVida"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(2939) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
5 Errors.
El error parece ser por exceso de caracteres en "info[]", intenta disminuirlo o crear otro dialogo con la continuaciуn.
es muy larga la linea del showplayerdialog por eso te tira error disminuyela
Reply
#4

Код:
	
   new string1[]="12 = PaqueteDeVida \n13 = M4 Assault Rifle \n14 = Topa \n15 = GasTeOrig \n16 = Capsula \n17 = SawkRojo(enCoche) \n18 = SawkNegro(enCoche) \n19 = SawkAzul(enCoche) \n20 = SawkVerde(enCoche)",
	string2[]="\n21 = SawkCespedViejo(enCoche) \n22 = SawkBlanco(enCoche) \n23 = Bandito \n24 = Fcr \n25 = Oceanic \n26 = Blade \n27 = Broadway \n28 = Remington \n29 = Savanna ",
	string3[]="\n30 = Slamvan \n31 = Tahoma \n32 = Tornado \n33 = Voodoo \n34 = Reparacion \n35 = Nitro \n36 = UziPuntuacion \n37 = PistolaPuntuacion \n38 = SilenciadaPuntuacion ",
	string4[]="\n39 = DesertPuntuacion \n40 = EscopetaPuntuacion \n41 = RecortadaPuntuacion \n42 = SplashPuntuacion \n42 = Mp5Puntuacion \n43 = Ak47Puntuacion \n44 = M4Puntuacion \n45 = SniperPuntuacion \n46 = Chaleco \n47 = Gas \n48 = PastillaParaBorrachera \n49 = HitmanPack",
	string[800];

  format(string, sizeof(string), "%s %s %s %s", string1, string2, string3, string4);
  ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "xd", string,"Seleccionar","Cancelar");
O puedes dividir tu dialogo, osea armas, vehiculos, etc...

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)