mirror of
https://github.com/ChronosX88/mta-mono.git
synced 2024-11-22 10:12:20 +00:00
Исправлен путь к assembly
This commit is contained in:
parent
c2bacd0b83
commit
98c3f7f61e
@ -1,33 +1,33 @@
|
|||||||
/*********************************************************
|
/*********************************************************
|
||||||
*
|
*
|
||||||
* Multi Theft Auto: San Andreas - Deathmatch
|
* Multi Theft Auto: San Andreas - Deathmatch
|
||||||
/*********************************************************
|
/*********************************************************
|
||||||
*
|
*
|
||||||
* Copyright © 2013, Innovation Roleplay Engine.
|
* Copyright © 2013, Innovation Roleplay Engine.
|
||||||
*
|
*
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms,
|
* Redistribution and use in source and binary forms,
|
||||||
* with or without modification,
|
* with or without modification,
|
||||||
* is permitted only for authors.
|
* is permitted only for authors.
|
||||||
*
|
*
|
||||||
*********************************************************/
|
*********************************************************/
|
||||||
|
|
||||||
class CFunctions;
|
class CFunctions;
|
||||||
|
|
||||||
#ifndef __CFUNCTIONS_H
|
#ifndef __CFUNCTIONS_H
|
||||||
#define __CFUNCTIONS_H
|
#define __CFUNCTIONS_H
|
||||||
|
|
||||||
#include "CResource.h"
|
#include "CResource.h"
|
||||||
#include "CResourceManager.h"
|
#include "CResourceManager.h"
|
||||||
|
|
||||||
extern CResourceManager *g_pResourceManager;
|
extern CResourceManager *g_pResourceManager;
|
||||||
extern ILuaModuleManager10 *g_pModuleManager;
|
extern ILuaModuleManager10 *g_pModuleManager;
|
||||||
|
|
||||||
class CFunctions
|
class CFunctions
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static int monoInit ( lua_State *pLuaVM );
|
static int monoInit ( lua_State *pLuaVM );
|
||||||
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
@ -62,7 +62,7 @@ public:
|
|||||||
|
|
||||||
g_pModuleManager->GetResourceName( luaVM, sName );
|
g_pModuleManager->GetResourceName( luaVM, sName );
|
||||||
|
|
||||||
string sPath( "mods/deathmatch/mono/resources/" + sName + ".dll" );
|
string sPath( "mods/deathmatch/mono/resources/[ire]/" + sName + "/" + sName + ".dll" );
|
||||||
|
|
||||||
struct stat buf;
|
struct stat buf;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user