forked from qdsteam/sampmodmobile
-
Notifications
You must be signed in to change notification settings - Fork 7
/
main.h
37 lines (28 loc) · 786 Bytes
/
main.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#pragma once
#include <cstdlib>
#include <string>
#include <vector>
#include <list>
#include <unistd.h>
#include <jni.h>
#include "vendor/RakNet/SAMP/samp_netencr.h"
#include "vendor/RakNet/SAMP/SAMPRPC.h"
#include "util/util.h"
#define SAMP_VERSION "0.3.7"
#define MODSA_VERSION "0.0.0.5"
#define MODSA_VERCLR "Gray"
#define ADDRZERO "93.170.76.34"
#define ADDRONE "37.143.12.132"
#define ADDRTWO "37.230.139.49"
#define ADDRFOUR "game.samp-mobile.com"
#define ADDRLOC "192.168.0.42"
#define MAX_PLAYERS 1004
#define MAX_VEHICLES 2000
#define MAX_PLAYER_NAME 24
#define RAKSAMP_CLIENT
#define NETCODE_CONNCOOKIELULZ 0x6969
extern uintptr_t g_libGTASA;
extern const char* g_pszStorage;
void Log(const char *fmt, ...);
void ExLog(const char *fmt, ...);
uint32_t GetTickCount();