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:
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();