removes mapandreas from cannon module ... do it in gamemode

This commit is contained in:
Lorenc Pekaj 2018-07-12 10:26:18 +10:00
parent 2f689a843f
commit 2e3dd5b179

View File

@ -11,7 +11,6 @@
/* ** Includes ** */ /* ** Includes ** */
#include < YSI\y_hooks > #include < YSI\y_hooks >
#include < mapandreas >
/* ** Definitions ** */ /* ** Definitions ** */
#define ORBITAL_CANNON_TICK ( 100 ) #define ORBITAL_CANNON_TICK ( 100 )
@ -33,9 +32,6 @@ new
/* ** Hooks ** */ /* ** Hooks ** */
hook OnScriptInit( ) hook OnScriptInit( )
{ {
// start map andreas
MapAndreas_Init( MAP_ANDREAS_MODE_MINIMAL );
// textdraw // textdraw
g_orbitalAimTD = TextDrawCreate( 305.000000, 205.000000, "+" ); g_orbitalAimTD = TextDrawCreate( 305.000000, 205.000000, "+" );
TextDrawBackgroundColor( g_orbitalAimTD, 0 ); TextDrawBackgroundColor( g_orbitalAimTD, 0 );