I checked, they dupe but not the same items UID Item.
They trade through the characters then the dupe items
How can I solve this problem, please let me know
thank you all
Here is the code of my used using but dupe
IF @

Type = '116'--Trade Item-remove item from originator
BEGIN
WAITFOR DELAY '00:00:05'--Time delay to give the duper time to log out fully
SELECT @

ave=Leave
FROM PS_userdata.dbo.Users_Master
WHERE UserUID=@UserUID
IF @

ave=0
BEGIN
EXEC PS_GameData.dbo.usp_Save_Char_Item_Del_E @

D @

D, @

ist=@Value1
END
END