SA-MP Forums Archive
[Server RP]Se bugea el mapa al compilar un GM - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [Server RP]Se bugea el mapa al compilar un GM (/showthread.php?tid=157709)



[Server RP]Se bugea el mapeo con Objetos al compilar un GM - TiNcH010 - 07.07.2010

Weno, la cosa es asi.
Tngo un GM d RP q c yama Latin-Rol RP i si lo dscomprimo i lo abro i entro c ve todo re bn, el mapeado todo.
Cuando lo compilo NO SE VE MAS EL MAPEADO CON OBJETOS, me sale el error d NameTimer, lo borro i me da 10 warnings, estos son:

Код:
warning 213: tag mismatch  //7 veces
Код:
warning 202: number of arguments does not match definition  //2 veces
Код:
warning 203: symbol is never used: "BankTimer"  //1 vez
Weno, esos son los warnings, espero q me puedan ayudar
Salu2


Respuesta: [Server RP]Se bugea el mapa al compilar un GM - xenowort - 07.07.2010

Decinos las lineas. y postealas


Re: [Server RP]Se bugea el mapa al compilar un GM - TiNcH010 - 07.07.2010

uuu, mira no c q lineas.. aver si sirve esto? Es cuando compilo

Код:
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(12370) : warning 213: tag mismatch
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(12371) : warning 213: tag mismatch
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(12372) : warning 213: tag mismatch
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(12373) : warning 213: tag mismatch
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(12374) : warning 213: tag mismatch
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(12375) : warning 213: tag mismatch
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(12376) : warning 213: tag mismatch
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(15457) : warning 202: number of arguments does not match definition
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(15458) : warning 202: number of arguments does not match definition
C:\DOCUME~1\viqqi\MISDOC~1\KOSASM~1\LATINR~1.-\GAMEMO~1\LR-RP.pwn(57318) : warning 203: symbol is never used: "BankTimer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          10120 bytes
Code size:          2241064 bytes
Data size:         10982924 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5266 cells (21064 bytes)
Total requirements:13250492 bytes

10 Warnings.
PD: Sino t paso el GM x MP o x ak i alguien TAAN amable me lo soluciona


Respuesta: [Server RP]Se bugea el mapa al compilar un GM - xenowort - 07.07.2010

las lienas que tiran los errores me posteas la linea que tira error o sea las lineas 12370, esas lineas que dicen los warinings, no se si me entendes xD


Re: [Server RP]Se bugea el mapa al compilar un GM - TiNcH010 - 07.07.2010

Mmm estas?
213:
Код:
forward GateClose4();
202:
Код:
forward IsAGangCar4(carid);
203:
Код:
forward IsAGangCar5(carid);*/
PD: sino es asi, dcime q posteo el GM bldo xD


Re: [Server RP]Se bugea el mapa al compilar un GM - TheChaoz - 07.07.2010

Quote:
Originally Posted by FeniXzone-Tincho2009
Посмотреть сообщение
Mmm estas?
213:
Код:
forward GateClose4();
202:
Код:
forward IsAGangCar4(carid);
203:
Код:
forward IsAGangCar5(carid);*/
PD: sino es asi, dcime q posteo el GM bldo xD
no no, las lineas: 12370, 12371, 12372, 12373, 12374, 12375, ,12376, 15457, 15458 y 57318.


Re: [Server RP]Se bugea el mapa al compilar un GM - TiNcH010 - 07.07.2010

Ahhhhhhhhhhhhhh graCIAS CHAOZ, ESTAS SON:
12370 a 12376:
Код:
glob20D8 = TextDrawCreate(31.0, 427.0, "  Los-SantosRP.tk");
	TextDrawBackgroundColor(glob20D8, 0x000000FF);
	TextDrawFont(glob20D8, 0);
	TextDrawLetterSize(glob20D8, 0.46, 1.3999);
	TextDrawColor(glob20D8, 0xFFFFFFFF);
	TextDrawSetOutline(glob20D8, 1);
	TextDrawSetProportional(glob20D8, true);
15457 y 15458:
Код:
CreateObject(2990, 1539.6860351563, -1623.5401611328, 16.296792984009, 0, 0, 270.22937011719, 500);
CreateObject(2990, 1539.6666259766, -1631.6136474609, 16.296792984009, 0, 0, 269.92352294922, 500);
57318:
Код:
Ni siqiera tngo creada esa linea xD



Respuesta: Re: [Server RP]Se bugea el mapa al compilar un GM - Cesar_Biker - 07.07.2010

Quote:
Originally Posted by FeniXzone-Tincho2009
Посмотреть сообщение
Ahhhhhhhhhhhhhh graCIAS CHAOZ, ESTAS SON:
12370 a 12376:
Код:
glob20D8 = TextDrawCreate(31.0, 427.0, "  Los-SantosRP.tk");
	TextDrawBackgroundColor(glob20D8, 0x000000FF);
	TextDrawFont(glob20D8, 0);
	TextDrawLetterSize(glob20D8, 0.46, 1.3999);
	TextDrawColor(glob20D8, 0xFFFFFFFF);
	TextDrawSetOutline(glob20D8, 1);
	TextDrawSetProportional(glob20D8, true);
15457 y 15458:
Код:
CreateObject(2990, 1539.6860351563, -1623.5401611328, 16.296792984009, 0, 0, 270.22937011719, 500);
CreateObject(2990, 1539.6666259766, -1631.6136474609, 16.296792984009, 0, 0, 269.92352294922, 500);
57318:
Код:
Ni siqiera tngo creada esa linea xD
їCуmo tienes definido el "glob20D8" si no estб asн:
pawn Код:
new Text:glob20D8;
Ponlo asн.
El CreateObject tiene demasiados argumentos(numeros).
Tendrнa que ser asн: (id del modelo, coordenada X, coordenada y, coordenada Z, rotaciуn X, rotaciуn Y, rotaciуn Z)

El "BankTimer" posiblemente no lo uses en ningъn sitio del GM y por eso da una linea (invalida), buscalo con "CTRL + F" y comentalo entre " /* " y " */ "

Saludos.


Re: [Server RP]Se bugea el mapa al compilar un GM - TheChaoz - 08.07.2010

Quote:
Originally Posted by FeniXzone-Tincho2009
Посмотреть сообщение
Ahhhhhhhhhhhhhh graCIAS CHAOZ, ESTAS SON:
12370 a 12376:
Код:
CreateObject(2990, 1539.6860351563, -1623.5401611328, 16.296792984009, 0, 0, 270.22937011719, 500);
CreateObject(2990, 1539.6666259766, -1631.6136474609, 16.296792984009, 0, 0, 269.92352294922, 500);
deja los numeros con 4 decimales a ver que pasa y sacale el 500 del final.


Re: [Server RP]Se bugea el mapa al compilar un GM - TiNcH010 - 08.07.2010

Quote:
Originally Posted by the_chaoz
Посмотреть сообщение
deja los numeros con 4 decimales a ver que pasa y sacale el 500 del final.
Nono, peor igualment, no c buegea solo eso, C BUGEAN TO2 los objetos q viene..
Mira, si tas dispuesto a ayudarme t posteo el GM (el originial)...
Salu2