[FilterScript] Info panel for developers (v1.0) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Info panel for developers (v1.0) (
/showthread.php?tid=597127)
Info panel for developers (v1.0) -
Diman777 - 27.12.2015
Info panel for developers
Description:
This filterscript creates a info panel (textdraw), which will
show some
details of the player.
At its core, the panel is designed to develop the game mods.
Therefore, use this script just for the game would not be
quite reasonable.
Installation:
1. Move to folder
filterscripts files info.pwn and info.amx;
2. The config file
server.cfg add in key filterscripts
line info.
Using:
In the game enter the command /info
Files (.pwn + .amx) and screens attached below.
The source .pwn for quick viewing -
http://pastebin.com/QM8Bd6U5
Re: Info panel for developers (v1.0) -
MicroKyrr - 27.12.2015
Great job @Diman777! Keep up the good work
Quote:
Will +Rep you for your nice work
|
Re: Info panel for developers (v1.0) -
CrazyChoco - 27.12.2015
The idea is good. Although it's too simple. You can just do a simple command, which can gather more info than that.
Re: Info panel for developers (v1.0) -
Diman777 - 29.12.2015
Thanks)
Re: Info panel for developers (v1.0) -
Pottus - 29.12.2015
Code:
timer_id[playerid] = SetTimerEx("UpdateDevInfo",\
TIME_UPDATE_DI, 1, "d", playerid);
LOL
&
Code:
static Text:td_id[MAX_PLAYERS] = {Text:INVALID_TEXT_DRAW, ...};
LOL
Re: Info panel for developers (v1.0) -
Diman777 - 30.12.2015
I'm a little carried away

Backslash
'\' really is not necessary in this case)
Re: Info panel for developers (v1.0) -
Amunra - 31.12.2015
Simple But Good
Re: Info panel for developers (v1.0) -
Elegy - 31.12.2015
Eyy,good job.nice work,so,it easy to make teleport and find satdm vehicle coordinate