Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error (
/showthread.php?tid=499758)
Error -
Gold_Master - 09.03.2014
help??
Код:
(3546) : warning 215: expression has no effect
(3546) : error 001: expected token: ";", but found "-string-"
(3546) : warning 215: expression has no effect
(3546) : error 001: expected token: ";", but found ")"
(3546) : fatal error 107: too many error messages on one line
LINE
Код:
SCM(playerid,BELA, ""ZELENA"INFO:"BELA"Kukja e otkucena!");
Re: Error -
nmader - 09.03.2014
Well, are ZELENA and BELA colors of some sort in your script?
Re: Error -
Matess - 09.03.2014
Try
SCM(playerid,BELA, "\"ZELENA\"INFO:\"BELA\"Kukja e otkucena!");
Re: Error -
Gold_Master - 09.03.2014
i fix that new error
Quote:
(3560) : error 032: array index out of bounds (variable "KucaInfo")
|
LINE
Quote:
KucaInfo[i][kZatvoreno] = 1; strmid(KucaInfo[i][kInfo],"Kukja",0,strlen("Kukja"),255);
|