10.01.2014, 19:42
Labels Creator[LC]
by FailerZ
by FailerZ
Introduce:
● Hello SA-MP, Today i made a script to create 3D Text Labels INGAME better and easier
------------------------------------------------------------------------------------------------
Features:
● Total dynamic system can control creating labels, You got 2 Settings to edit (they are optional)
pawn Code:
//Settings
#define LABELS_PATH "/Labels.txt"
#define DELAY_DELETE 10000 //[10 Seconds] - The time before the label will be deleted (it will still saved in scriptfiles)
● User friendly! Using colorful dialogs.
● Includes free! No includes just <a_samp> for sure.
● Tidy and Clean code.
------------------------------------------------------------------------------------------------
ScreenShots:
● Position Picking
● String Typing
● Color - Supporting 2 options
● Line Of Sight Choosing
● The label will be deleted from here but still saves in your scriptfiles
● If you clicked 'Cancel'
● When you open scriptfiles/Labels.txt (Generated Codes HERE)
------------------------------------------------------------------------------------------------
Download:
● Solidfiles (Recommended)
● Pastebin (Not Recommended || Code is messed up here)
------------------------------------------------------------------------------------------------
Installation & Usage:
● Place the LC.pwn and LC.amx in your filterscripts folder after downloading them.
● Open your server.cfg and type LC near the filterscripts line..
HTML Code:
filterscripts LC
● Go to your scriptfiles and open the Label.txt (Or if you changed the path from settings) then copy the generated code(s) to your GM/FS.
● Enjoy
------------------------------------------------------------------------------------------------
Credits:
● Kalcor/Kye, For SA-MP.
● Y_Less For hexstr & ishex stocks (taken from y_utils)
● ME (FailerZ), For making it from scratch.
● You, For downloading/using it
------------------------------------------------------------------------------------------------
Notes:
● You are ALLOWED to edit this FS to fit your server.
● You are NOT ALLOWED to re release it after editing.
● You are NOT ALLOWED to remove the credits.
pawn Code:
// /$$$$$$$$ /$$ /$$ /$$$$$$$$
// | $$_____/ |__/| $$ |_____ $$
// | $$ /$$$$$$ /$$| $$ /$$$$$$ /$$$$$$ /$$/
// | $$$$$ |____ $$| $$| $$ /$$__ $$ /$$__ $$ /$$/
// | $$__/ /$$$$$$$| $$| $$| $$$$$$$$| $$ \__/ /$$/
// | $$ /$$__ $$| $$| $$| $$_____/| $$ /$$/
// | $$ | $$$$$$$| $$| $$| $$$$$$$| $$ /$$$$$$$$
// |__/ \_______/|__/|__/ \_______/|__/ |________/
/*******************************************************************************
* Labels Creator [LC] - by FailerZ *
* Copyright © *
*******************************************************************************/