This is my first release here, it's a mapicons system which uses sqlitei to save/load mapicons.
Admins are able to create/delete mapicons directly ingame, by choosing mapicon ID and text.
Commands:
/cmapicon [mapicon id] [text] - Please note: mapicon id DOESN'T refer to database map icon created, but the SaMp mapicon id's: https://wiki.sa-mp.com/wiki/MapIcons
/rmapicon [map icon database id - Remove a mapicon stored in database.
/rallmapicons - Removes ALL mapicons stored in database.
You can easily increase or decrease limit of mapicons and mapicons text by editing this values:
Mapicons are created instantly with a textlabel with the text chosen.
I think this would come in handy for many people.
Dependencies:
SQLite Improved
zcmd
Bugs Found:
None for now.
Download:
https://codetainer.com/2
No mirrors please.
Admins are able to create/delete mapicons directly ingame, by choosing mapicon ID and text.
Commands:
/cmapicon [mapicon id] [text] - Please note: mapicon id DOESN'T refer to database map icon created, but the SaMp mapicon id's: https://wiki.sa-mp.com/wiki/MapIcons
/rmapicon [map icon database id - Remove a mapicon stored in database.
/rallmapicons - Removes ALL mapicons stored in database.
You can easily increase or decrease limit of mapicons and mapicons text by editing this values:
pawn Code:
#define MAX_MAP_ICONS (100)
#define MAX_MAP_ICON_TEXT (100)
Mapicons are created instantly with a textlabel with the text chosen.
I think this would come in handy for many people.
Dependencies:
SQLite Improved
zcmd
Bugs Found:
None for now.
Download:
https://codetainer.com/2
No mirrors please.