23.07.2018, 10:37
(
Последний раз редактировалось desu; 13.08.2018 в 12:02.
)
Hi, russian't))0
I wrote this library for the sake of interest without dependences on other libraries.
- Description
This library will allow you to load MTA map files without converting.
- Uses
Loading:
Destroying:PHP код:
map = LoadFromMapFile("PATH_TO_MAP_FILE");
Max maps:PHP код:
DestroyMap(map);
If you want to change this limit, then define MAX_MAPS before includePHP код:
#define MAX_MAPS 100
#include "st_mapobjects"
- Updates
V2: Using y_xml, sscanf2 and streamer plugins
- Dowload
GitHub