Skip to content

Commit

Permalink
return 0 Under OnPlayerEditDynamicObject
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanasbari authored Jun 17, 2020
1 parent f26d8fc commit 5fca7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filterscripts/tstudio/tsmain.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public OnPlayerEditDynamicObject(playerid, objectid, response, Float:x, Float:y,
#if defined MA_OnPlayerEditDynamicObject
MA_OnPlayerEditDynamicObject(playerid, objectid, response, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz);
#endif
return 1;
return 0;
}
#if defined _ALS_OnPlayerEditDynamicObject
#undef OnPlayerEditDynamicObject
Expand Down Expand Up @@ -291,7 +291,7 @@ public OnPlayerSelectDynamicObject(playerid, objectid, modelid, Float:x, Float:y
}
}
}
return 1;
return 0;
}

// Streamer Error Log
Expand Down

0 comments on commit 5fca7be

Please sign in to comment.