Author Topic: warning 213: tag mismatch  (Read 2817 times)

0 Members and 1 Guest are viewing this topic.

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
warning 213: tag mismatch
« on: July 25, 2013, 10:14:40 am »
I don't know why but it is showing here while( isDone == false )
I'm beginning to feel like a Lag God, Lag God

Offline dynavolt71

  • Crime Boss
  • ****
  • Posts: 371
    • View Profile
    • My Blog
Re: warning 213: tag mismatch
« Reply #1 on: July 25, 2013, 10:37:52 am »
[PAWNO]Fix Error " Failed to set data for "" " - http://forum.vicecitymultiplayer.com/index.php?topic=5743.0



:'(

Offline Elyks

  • Street Thug
  • *
  • Posts: 10
    • View Profile
Re: warning 213: tag mismatch
« Reply #2 on: July 25, 2013, 10:44:28 am »
Make sure that "isDone" is boolean. or use 0 instead of false

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: warning 213: tag mismatch
« Reply #3 on: July 25, 2013, 10:54:55 am »
Changing from boolean to integer solved the warning but problem but I'm still getting a Runtime Error (20)..  :-\ I thought changing it would solve it but apparently, that isn't the case.

Screw it.. I found the problem.. Thanks Elyks.

~Topic Locked~
« Last Edit: July 25, 2013, 10:58:30 am by Fuzzy168 »
I'm beginning to feel like a Lag God, Lag God