• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] tag mismatch?
#1
PHP Code:
482: if(isequal(operator_str"")) {

483:? ? ?if(int_check == 1PlayerInfo[playerid][pInfo:id] = strval(str_split[1]);

484:? ? ?else if(int_check == 2PlayerInfo[playerid][pInfo:id] = floatstr(str_split[1]);

485: }

486:?else {

487:? ? ?if(int_check == 1PlayerInfo[playerid][pInfo:id] = strval(str_split[1]);

488:? ? ?else if(int_check == 2PlayerInfo[playerid][pInfo:id] = floatstr(str_split[1]);

489:? ? ?else format(PlayerInfo[playerid][pInfo:id], 256"%s"str_split[1]);

490: } 



.pwn(488) : warning 213: tag mismatch



It's funny because lines 484 and 488 are basically the same, just the different operator and yet I get an error on 488. Why?
  Reply


Messages In This Thread
tag mismatch? - by mr_sacrimoni - 2019-04-25, 02:07 PM
RE: tag mismatch? - by Ihnify - 2019-04-25, 05:51 PM
RE: tag mismatch? - by iSpark - 2019-04-25, 07:36 PM
RE: tag mismatch? - by mr_sacrimoni - 2019-04-25, 09:14 PM
RE: tag mismatch? - by hual - 2019-04-25, 09:26 PM
RE: tag mismatch? - by Y_Less - 2019-04-27, 06:43 AM
RE: tag mismatch? - by mr_sacrimoni - 2019-04-27, 09:53 AM
RE: tag mismatch? - by Y_Less - 2019-05-01, 10:09 AM
RE: tag mismatch? - by mr_sacrimoni - 2019-05-01, 04:54 PM
RE: tag mismatch? - by iSpark - 2019-04-27, 12:53 PM
RE: tag mismatch? - by mr_sacrimoni - 2019-04-28, 05:32 PM
RE: tag mismatch? - by Y_Less - 2019-05-02, 09:15 AM

Forum Jump: