//-----------------------------// //--------------//
// Bayside Roleplay //--------------// By Meller //
//-----------------------------// //--------------//
#include <a_samp>
#include <YSI\y_hooks>
#include <YSI\y_ini> //dont worry about this and filemanager, switching to mysql.
#include <FileManager>
#include <sscanf2>
#include <easy-mysql>
#include "../BSRP/packages/database/index.pwn"
#include "../BSRP/packages/dialogs.pwn"
#include "../BSRP/packages/textdraws.pwn"
#include "../BSRP/packages/server/functions.pwn"
#include "../BSRP/packages/server/index.pwn"
#include "../BSRP/packages/player/index.pwn"
#include "../BSRP/packages/player/functions.pwn"
hook OnGameModeInit()
{
SQL::Connect("localhost", "root", "BSRP", "dont worry about the pass");
}
#include <YSI\y_hooks>
PHP код:
|
#include <YSI\y_hooks>
hook OnGameModeInit()
{
print("First");
return 1;
}
#include <YSI\y_hooks>
hook OnGameModeInit()
{
print("Second");
return 1;
}