Hello Guys So am still a beginner am trying to do a warning msg for the job users to Relogin when they sell the goods to receive the Points
the problem is the msg keeps repeating because the event ID is when they sell Each Good in the trade Not the entire package so it's like a loop but I only wanna do it once what is the solution for that?
the problem is the msg keeps repeating because the event ID is when they sell Each Good in the trade Not the entire package so it's like a loop but I only wanna do it once what is the solution for that?
Code:
else if [MENTION=2220328]Eventi[/MENTION]D = 97 or [MENTION=2220328]Eventi[/MENTION]D = 91 begin declare [MENTION=1008634]msgt[/MENTION]RADE varchar(max) declare [MENTION=318268]NAM[/MENTION] varchar(max) SET [MENTION=1008634]msgt[/MENTION]RADE ='Warning: Please Restart your Character After Each Trade To Recive your Points..!' SET [MENTION=318268]NAM[/MENTION] = (Select CharName16 from SRO_VT_SHARD.._Char where CharID =@CharID) EXEC [SRO_VT_SHARDLOG].[dbo].[_SendChat] 'Private' [MENTION=318268]NAM[/MENTION] [MENTION=1008634]msgt[/MENTION]RADE end