-
Notifications
You must be signed in to change notification settings - Fork 0
/
0_main.pwn
40 lines (33 loc) · 1.13 KB
/
0_main.pwn
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
38
39
40
/*
*
*
*
* ---------------------------------------------------
*
* Creater - @Bren828
* 9 October 2023
*
* ---------------------------------------------------
*
*
* https://github.com/Bren828/inventory-rpg-SAMP
*
*
*
*/
#include "../source/inventory/1_news.pwn"
#include "../source/inventory/1_newsTD.pwn"
#include "../source/inventory/Theme.pwn"
#include "../source/inventory/Language.pwn"
#include "../source/inventory/ShowInventory.pwn"
#include "../source/inventory/HideInventory.pwn"
#include "../source/inventory/inventory/InventoryLoadItems.pwn"
#include "../source/inventory/inventory/InventoryLoadAccessories.pwn"
#include "../source/inventory/inventory/InventoryButtonPages.pwn"
#include "../source/inventory/trunk/InventoryTrunkLoadItems.pwn"
#include "../source/inventory/trunk/InventoryTrunkButtonPages.pwn"
#include "../source/inventory/public/On_ClickPlayerTD.pwn"
#include "../source/inventory/public/On_ClickTD.pwn"
#include "../source/inventory/public/On_Connect.pwn"
#include "../source/inventory/public/On_Death.pwn"
#include "../source/inventory/public/On_GameMode.pwn"