mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-08 01:15:23 +00:00
Add files via upload
This commit is contained in:
24
Trident/modscript.c
Normal file
24
Trident/modscript.c
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @ MAJOR DISTRIBUTION EXTEND
|
||||
* @ Version MDv13 TRIDENT
|
||||
* @ MADE BY - DEVILSDESIGN && IIV NATHAN VII
|
||||
*/
|
||||
|
||||
#include <natives.h>
|
||||
#include "MD_Base_Setup/MDB_Strings.h"
|
||||
#include <common.h>
|
||||
|
||||
void main(void)
|
||||
{
|
||||
THIS_SCRIPT_IS_SAFE_FOR_NETWORK_GAME();
|
||||
if(IS_NETWORK_SESSION())
|
||||
{
|
||||
Autoload("MD_Superior_Network",true);
|
||||
Autoload("network_protection",true);
|
||||
}
|
||||
WAIT(100); //if supernet fucks load it before this wait..
|
||||
Autoload("MD_Trident", true);
|
||||
Autoload("MD_Verification",false);
|
||||
WAIT(1000);
|
||||
TERMINATE_THIS_SCRIPT();
|
||||
}
|
||||
Reference in New Issue
Block a user