warning 213: tag mismatch [REP+] - 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: warning 213: tag mismatch [REP+] (
/showthread.php?tid=574652)
warning 213: tag mismatch [REP+] -
LMaxCo - 19.05.2015
Hi guys,
i got some problem in Fallout event script,
here's the problem.
Код:
warning 213: tag mismatch
And here's the problem
Код:
serverInfo[falloutGlass][i] = CreateDynamicObject( 1649, gCoords[i][0], gCoords[i][1], gCoords[i][2], -90.000000, 0.000000, 0.000000, 150.0);
Thanks.
Re: warning 213: tag mismatch [REP+] -
J0sh... - 19.05.2015
Is your gCoords Float:gCoords?
Re: warning 213: tag mismatch [REP+] -
shourya - 19.05.2015
yes its Float:gCoords
Re: warning 213: tag mismatch [REP+] -
LMaxCo - 19.05.2015
Its Float:gCoords Jamester
Re: warning 213: tag mismatch [REP+] -
kesarthakur - 19.05.2015
PHP код:
serverInfo[i][falloutGlass] = CreateDynamicObject( 1649, gCoords[i][0], gCoords[i][1], gCoords[i][2], -90.000000, 0.000000, 0.000000, 150.0);
try it
Re: warning 213: tag mismatch [REP+] -
LMaxCo - 19.05.2015
Quote:
Originally Posted by kesarthakur
PHP код:
serverInfo[i][falloutGlass] = CreateDynamicObject( 1649, gCoords[i][0], gCoords[i][1], gCoords[i][2], -90.000000, 0.000000, 0.000000, 150.0);
try it
|
PHP код:
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : warning 213: tag mismatch
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : warning 215: expression has no effect
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : error 001: expected token: ";", but found "["
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : error 029: invalid expression, assumed zero
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : warning 215: expression has no effect
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : error 001: expected token: ";", but found "]"
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : fatal error 107: too many error messages on one line
Error
Re: warning 213: tag mismatch [REP+] -
kesarthakur - 19.05.2015
Show where you defined this
serverInfo
gCoords[i]
Re: warning 213: tag mismatch [REP+] -
X337 - 19.05.2015
Код:
serverInfo[falloutGlass][i] = CreateDynamicObject( 1649, gCoords[i][0], gCoords[i][1], gCoords[i][2], -90.000000, 0.000000, 0.000000, 150);
Virtual World must be integer.