[FilterScript] Info panel for developers (v1.0)
#1

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
Reply
#2

Great job @Diman777! Keep up the good work

Quote:
Will +Rep you for your nice work
Reply
#3

The idea is good. Although it's too simple. You can just do a simple command, which can gather more info than that.
Reply
#4

Thanks)
Reply
#5

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
Reply
#6

I'm a little carried away
Backslash '\' really is not necessary in this case)
Reply
#7

Simple But Good
Reply
#8

Eyy,good job.nice work,so,it easy to make teleport and find satdm vehicle coordinate
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)