tag mismatch
#8

Quote:
Originally Posted by TheToretto
Посмотреть сообщение
Reading your code a second time I noticed this:

pawn Код:
if(response==EDIT_RESPONSE_FINAL)
I am unsure, either response is defined as a boolean or just an integer which has a value of 0 or 1, avoid that as your line of code doesn't make sense, instead use this:

pawn Код:
if(response)
And yes define which specific line.

Edit: if you want to check a condition along with the response, just add another condition:

pawn Код:
if(response && pEditResponse[playerid] > 0)
actually EDIT_RESPONSE_FINAL maybe already defined, it not giving me any error,

actual error line is this
PHP код:
DynamicDoor[id][door_sqlid]=cache_insert_id(); 
Reply


Messages In This Thread
tag mismatch - by akib - 07.03.2019, 10:27
Re: tag mismatch - by feartonyb - 07.03.2019, 11:39
Re: tag mismatch - by Jularra - 07.03.2019, 12:38
Re: tag mismatch - by TheToretto - 07.03.2019, 16:10
Re: tag mismatch - by akib - 07.03.2019, 16:28
Re: tag mismatch - by TheToretto - 07.03.2019, 16:39
Re: tag mismatch - by TheToretto - 07.03.2019, 18:12
Re: tag mismatch - by akib - 11.03.2019, 07:42
Re: tag mismatch - by raydx - 11.03.2019, 16:29
Re: tag mismatch - by akib - 12.03.2019, 01:49

Forum Jump:


Users browsing this thread: 1 Guest(s)