[Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
New version of AutoCashpoint by TimePlay is available in here :
http://forum.ragezone.com/f479/relea...r-fix-1055040/
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
good Job Sobat...
give me more like this,.. haha lol
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
Alhamdulilah ada yg replay wkwkwwkkw
Thx Nova and sir Busman for press Like button on my thread. :wink:
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
Quote:
Originally Posted by
ROSLAW
Alhamdulilah ada yg replay wkwkwwkkw
Thx Nova and Breaker for press Like button on my thread. :wink:
not breaker, but sir BUSMAN..
Gajebo lu nyeet, but youre a brillian for this one
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
lol wrong sorry my bad ahahah i will edit my post
va OL ym oe
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
Quote:
Originally Posted by
ROSLAW
lol wrong sorry my bad ahahah i will edit my post
va OL ym oe
i think RZ need a spoiler plugin for off topic like roslaw doing :P
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
Nice release kaang :shakehand
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
Use this to Create Bonus Colums
Code:
Use [BILLING]
ALTER TABLE tbl_UserStatus
ADD Bonus int NOT NULL DEFAULT ((0))
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
that's national code must RU ?
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
yes just RU nation code and RU database :lol:
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
You do not see this ?
Code:
Use [BILLING]
ALTER TABLE tbl_UserStatus
ADD Bonus int NOT NULL DEFAULT ((0))
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
yeah that's query is done,,,and many people has success it... just try that's methode slowly
re: [Release] SQL Query Trigger (AutoReward CashPoint by TimePlay)
Quote:
Originally Posted by
federal
I add Use BILLING ERROR SIR
Msg 2705, Level 16, State 4, Line 3
Column names in each table must be unique. Column name 'Bonus' in table 'tbl_UserStatus' is specified more than once.
Use [BILLING]
ALTER TABLE tbl_UserStatus
ADD Bonus int NOT NULL DEFAULT ((0))