Skip to content

Instantly share code, notes, and snippets.

@devovh
devovh / lo.cpp
Created June 19, 2014 01:07 — forked from Rochet2/lo.cpp
//script made by SymbolixDEV
#include "ScriptPCH.h"
class login_script : public PlayerScript
{
public:
login_script() : PlayerScript("login_script") { }
void OnLogin(Player* player)
{
std::string msg;
@devovh
devovh / lo.cpp
Created June 19, 2014 01:07 — forked from Rochet2/lo.cpp
//script made by SymbolixDEV
#include "ScriptPCH.h"
class login_script : public PlayerScript
{
public:
login_script() : PlayerScript("login_script") { }
void OnLogin(Player* player)
{
std::string msg;
/************************************
* Custom Commands *
* *
* RealityNetGaming *
*************************************
*/
#include "ScriptPCH.h"
#include "Chat.h"