warning 213: tag mismatch [REP+]
#1

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.
Reply
#2

Is your gCoords Float:gCoords?
Reply
#3

yes its Float:gCoords
Reply
#4

Its Float:gCoords Jamester
Reply
#5

PHP код:
serverInfo[i][falloutGlass] = CreateDynamicObject1649gCoords[i][0], gCoords[i][1], gCoords[i][2], -90.0000000.0000000.000000150.0); 
try it
Reply
#6

Quote:
Originally Posted by kesarthakur
Посмотреть сообщение
PHP код:
serverInfo[i][falloutGlass] = CreateDynamicObject1649gCoords[i][0], gCoords[i][1], gCoords[i][2], -90.0000000.0000000.000000150.0); 
try it
PHP код:
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : warning 213tag mismatch
C
:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : warning 215expression has no effect
C
:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : error 001expected token";"but found "["
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : error 029invalid expressionassumed zero
C
:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : warning 215expression has no effect
C
:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : error 001expected token";"but found "]"
C:\Users\sai\Desktop\sans\pawno\include\cnr/cnr_fallout.inc(80) : fatal error 107too many error messages on one line 
Error
Reply
#7

Show where you defined this

serverInfo
gCoords[i]
Reply
#8

Код:
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)