Hello Ragezoners,
I've code a little code for UberEmulator, its a Welcome Message From: MySQL
Run this in your phpmyadmin:
Code For UberEmulator (REPLACE WITH CURRENT HOTEL ALERT) in GameClient.csCode:CREATE TABLE IF NOT EXISTS `welcome_message` ( `id` int(11) NOT NULL AUTO_INCREMENT, `message` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
P.S : U need to add the welcome message in your PHPMYADMINCode:string HotelAlert; HotelAlert = dbClient.ReadString("SELECT message FROM welcome_message ORDER BY id LIMIT 1"); SendNotif("" + HotelAlert + "");
100% Credits to me for coding it.





