[Request] Script

04/06/2014 01:13 pombas88#1
It's possible to send coins to all players in database ?

Can anyone help me with script ?
04/06/2014 01:17 Farius~#2
Ejecute this in query analizer:

PHP Code:
USE [cash];
GO

UPDATE dbo
.user_cash
SET amount 
amount +700 
You can edit the "700" for the amount you want.
04/07/2014 08:29 SweetasCandy#3
Wow this is going to be useful didnt know you could do this but how we know this works 100%?
04/07/2014 08:41 Farius~#4
Yeah lol, my use this code.