Has Any1 Found A Fix To The GM broadcast Command?
Mine Doesn't Work Just says [GM] in pink
Mine Doesn't Work Just says [GM] in pink
SELECT * FROM `cq_action` where type =125 and data =2011;
[Only registered and activated users can see links. Click Here To Register...]Quote:
what is the GM broadcast command i dont have it any more lost it 1 month ago ??:confused:
broadcast server down in 1 minute.
[COLOR="Red"][GM] server down in 1 minute.[/COLOR]
INSERT INTO `cq_action` VALUES ('700001', '0', '0000', '0125', '2011', 'Any thing you want here... Lol');
very cool, learn something everyday lolQuote:
I got a completely new way to Do this... But it requires the access to the DB..
Okay do this,
You dont need to put ~ in this, To do it, Edit this param and go to game, do /reloadaction 700001 and do /processaction 700001. It will say whatever you type in the param.Code:INSERT INTO `cq_action` VALUES ('700001', '0', '0000', '0125', '2011', 'Any thing you want here... Lol');
thanks :)Quote:
I got a completely new way to Do this... But it requires the access to the DB..
Okay do this,
You dont need to put ~ in this, To do it, Edit this param and go to game, do /reloadaction 700001 and do /processaction 700001. It will say whatever you type in the param.Code:INSERT INTO `cq_action` VALUES ('700001', '0', '0000', '0125', '2011', 'Any thing you want here... Lol');
yup opens up a lot more possibility - also gm actions etc can be by command instead of item just to name one thing :)Quote:
Yeah, endless possibilities :D
/processaction
Quote:
I got a completely new way to Do this... But it requires the access to the DB..
Okay do this,
You dont need to put ~ in this, To do it, Edit this param and go to game, do /reloadaction 700001 and do /processaction 700001. It will say whatever you type in the param.Code:INSERT INTO `cq_action` VALUES ('700001', '0', '0000', '[COLOR="Red"]0125[/COLOR]', '[COLOR="Red"]2011[/COLOR]', 'Any thing you want here... Lol');
See how CroW_ZeRo make sense. :awesome:Quote:
use this query.you will see all your GM broadcast in your database(IN DB ONLY)Code:SELECT * FROM `cq_action` where type =[COLOR="Red"]125[/COLOR] and data =[COLOR="Red"]2011[/COLOR];