SA-MP Forums Archive
Errores al copilar - 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: Errores al copilar (/showthread.php?tid=533343)



Errores al copilar - Jeree10 - 24.08.2014

Hola necesito ayuda con estos errores gracias:
Errores:
Код:
(44446 -- 44447) : warning 215: expression has no effect
(51155) : warning 203: symbol is never used: "IsAForbidden"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

2 Warnings.
Linea:
44446:

Код:
Info[playerid][pRHours]+++
44447:

Код:
SendClientMessageEx(playerid, COLOR_YELLOW, string);
La 51155 no existe


Re: Errores al copilar - Unrea1 - 24.08.2014

Linea 44446:

Info[playerid][pRHours]++;

Linea 51155:

Apreta CTROL + F y busca la variable IsAForbidden y borrala.