Send Item from server to player!!

Results 1 to 2 of 2
  1. #1
    Apprentice Bxssumx is offline
    MemberRank
    Feb 2021 Join Date
    12Posts

    happy Send Item from server to player!!

    I use it make webshop!
    EXEC dbo.P_SendItemMail
    @charid = 'Enter Character ID', < Enter Character ID
    @Item_Code_1 = '268467012', < Enter Itemcode
    @Item_Count_1 = '1', < Enter Amount
    @Item_Cash_1 = 1, < Normal item enter 0 if it's cash enter 1
    @Item_Code_2 = '0',
    @Item_Count_2 = '0',
    @Item_Cash_2 = 1,
    @Item_Code_3 = '0',
    @Item_Count_3 = '0',
    @Item_Cash_3 = 1,
    @Item_Code_4 = '0',
    @Item_Count_4 = '0',
    @Item_Cash_4 = 1,
    @Item_Code_5 = '0',
    @Item_Count_5 = '0',
    @Item_Cash_5 = 1,
    @Title = 'Titele Text', < Enter Text title example Admin
    @Msg = 'Thank you for support!' < Enter Text description example Thank you for donated!


  2. #2
    Apprentice dwikifajar is offline
    MemberRank
    Oct 2022 Join Date
    6Posts
    where i should write this code?



Advertisement