Debug Mode [D-Mode] -
FailerZ - 22.05.2015
Debug Mode[D-Mode]
by FailerZ
Introduce:
● Hello SA-MP, Today i made a script to give you some information about the player with some useful tools to help the player to test bugs or something INGAME
------------------------------------------------------------------------------------------------
Features:
● User friendly! Using colorful dialogs.
● Debug Information in TEXTDRAWS! - More than 20 Textdraw used.
● Tidy and Clean code - You can edit it easily!
● Advance Teleporting, Spawners, Some Useful Tools awaiting you..
● It is only for RCON Admin but you can make anyone able to use it inside '
Settings' dialog.
● It is safe to run it on any server as it has master switch with '
/dmode' can fully Enable/Disable it!
------------------------------------------------------------------------------------------------
ScreenShots:
------------------------------------------------------------------------------------------------
Download:
●
Pastebin
------------------------------------------------------------------------------------------------
Installation & Usage:
● You will need the following Includes/Plugins:
- zcmd (
https://sampforum.blast.hk/showthread.php?tid=91354)
- mapandreas (
https://sampforum.blast.hk/showthread.php?tid=273263)
- sscanf2 (
https://sampforum.blast.hk/showthread.php?tid=570927)
● Place the
D-Mode.pwn and
D-Mode.amx in your
filterscripts folder after downloading them.
● Open your
server.cfg and type
D-Mode near the filterscripts line..
HTML Code:
filterscripts D-Mode
● Go InGame and type
/dmode after you login to Rcon Admin (/rcon login pass) then follow the instructions.
● Type
/dmode when you finish testing/debugging and everything will turn off.
● Enjoy
------------------------------------------------------------------------------------------------
Credits:
● Kalcor/Kye,
For SA-MP.
● Y_Less
For sscanf2 include & plugin.
● Zeex
For zcmd.
● RyDeR`
For mapandreas include.
●
For whoever made nInteriors filterscript as i took the teleports from it.
● 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:
// /$$$$$$$$ /$$ /$$ /$$$$$$$$
// | $$_____/ |__/| $$ |_____ $$
// | $$ /$$$$$$ /$$| $$ /$$$$$$ /$$$$$$ /$$/
// | $$$$$ |____ $$| $$| $$ /$$__ $$ /$$__ $$ /$$/
// | $$__/ /$$$$$$$| $$| $$| $$$$$$$$| $$ \__/ /$$/
// | $$ /$$__ $$| $$| $$| $$_____/| $$ /$$/
// | $$ | $$$$$$$| $$| $$| $$$$$$$| $$ /$$$$$$$$
// |__/ \_______/|__/|__/ \_______/|__/ |________/
/*******************************************************************************
* Debug Mode [D-Mode] - by FailerZ *
* Copyright © *
*******************************************************************************/
Re: Debug Mode [D-Mode] -
Azula - 22.05.2015
good work keep it up
Re: Debug Mode [D-Mode] -
Ahmad45123 - 22.05.2015
Nice..
+REP
Re: Debug Mode [D-Mode] -
FailerZ - 22.05.2015
Quote:
Originally Posted by Azula
good work keep it up
|
Quote:
Originally Posted by Ahmad45123
Nice..
+REP
|
Thank you very much, guys.
Re: Debug Mode [D-Mode] -
Ahmad45123 - 22.05.2015
Suggestion: Make it log all callbacks by sendclientmessage and not print.
Good idea is to add both abilites. /togcallbackslog (off, print, scm)