SA-MP Forums Archive
ayuda map! - 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: ayuda map! (/showthread.php?tid=166748)



[AYUDA]ayuda mapeo no me sale algo. - darkmagic2 - 09.08.2010

Miren tengo mi server y esta todo bien pero mis mapeos no los puedo ver que creen que sea?


Respuesta: ayuda map! - xenowort - 09.08.2010

Necesitas un Xstream.


Re: ayuda map! - darkmagic2 - 09.08.2010

eso es lo mas raro es que tengo el xstreamer pero ni aun haci


Re: ayuda map! - TheChaoz - 09.08.2010

errores /warnings al compilar?


Re: ayuda map! - darkmagic2 - 10.08.2010

ESta en el GM
D:\san andreas SERVER\gamemodes\VL-Rp.pwn(54012) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 10008 bytes
Code size: 1755856 bytes
Data size: 3862644 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4982 cells (19928 bytes)
Total requirements: 5644892 bytes

1 Warning.

Esta en el mapeo

D:\san andreas SERVER\filterscripts\ayunta1.pwn(280) : error 025: function heading differs from prototype
D:\san andreas SERVER\filterscripts\ayunta1.pwn(285) : error 025: function heading differs from prototype
D:\san andreas SERVER\filterscripts\ayunta1.pwn(290) : error 025: function heading differs from prototype
D:\san andreas SERVER\filterscripts\ayunta1.pwn(315) : warning 235: public function lacks forward declaration (symbol "OnRconLoginAttempt")
D:\san andreas SERVER\filterscripts\ayunta1.pwn(320) : warning 235: public function lacks forward declaration (symbol "OnPlayerUpdate")
D:\san andreas SERVER\filterscripts\ayunta1.pwn(325) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamIn")
D:\san andreas SERVER\filterscripts\ayunta1.pwn(330) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamOut")
D:\san andreas SERVER\filterscripts\ayunta1.pwn(335) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamIn")
D:\san andreas SERVER\filterscripts\ayunta1.pwn(340) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamOut")
D:\san andreas SERVER\filterscripts\ayunta1.pwn(345) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
D:\san andreas SERVER\filterscripts\ayunta1.pwn(350) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayer")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.


Re: ayuda map! - TheChaoz - 10.08.2010

Quote:
Originally Posted by darkmagic2
Посмотреть сообщение
warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
#pragma unused GetPointDistanceToPointExMorph

Quote:
Originally Posted by darkmagic2
Посмотреть сообщение
Header size: 10008 bytes
Code size: 1755856 bytes
Data size: 3862644 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4982 cells (19928 bytes)
Total requirements: 5644892 bytes
estas usando mas espacio del que necesitas en la declaracion de arrays


con el resto por favor postea las lineas de codigo que tiran el error