30.06.2014, 17:16
(
Последний раз редактировалось Miguel_Leopold; 14.06.2015 в 23:26.
Причина: update, include a_actor.inc
)
Update 0.3.7 14/06/2015
TestFunctions FilterScript
INFO:TestFunctions FilterScript
Now you can test all function of includes (a_players.inc, a_objects.inc, a_samp.inc, a_vehicles.inc, float.inc, string.inc, time.inc) InGame by means of commands.
This FilterScript also includes a dialog with all #defines found in abovementioned includes.
Commands:
[*]/includes //Display a dialog with a list of includes for you can browse in them.
[*]/[include].inc //Displays a list of all functions from this include
[*]/[include].def //Displays a list of all #defines found in this include
[*]/[functionName] //If the function need someone parameter then display syntaxis of function. Otherwise it show the result, if the function have byRef parameter it will show in result.
Screens:
![](http://i.imgur.com/C4ZfkY9.jpg)
![](http://i.imgur.com/3RdUZEX.jpg)
![](http://i.imgur.com/peZb762.jpg)
![](http://i.imgur.com/yuFSdcO.jpg)
![](http://i.imgur.com/KT4lADq.jpg)
![](http://i.imgur.com/twEtHK1.jpg)
![](http://i.imgur.com/wYcU54A.jpg)
![](http://i.imgur.com/42V8ogb.jpg)
![](http://i.imgur.com/rDzxUwK.jpg)
![](http://i.imgur.com/NoxvRI9.jpg)
![](http://i.imgur.com/ZlIWNhq.jpg)
![](http://i.imgur.com/gTgDLkE.jpg)
![](http://i.imgur.com/ZDErMf3.jpg)
![](http://i.imgur.com/sDtm1u1.jpg)
![](http://i.imgur.com/vMZ1f98.jpg)
![](http://i.imgur.com/Vr4iI9C.jpg)
![](http://i.imgur.com/a8qRAMb.jpg)
http://imgur.com/a/y1R52/embed
Download:
![](http://cdn.embed.ly/providers/logos/pastebin.png)
Notes:
You can send the commands with format
"/FunctionName(parameter1, parameter2, parameter3, parameterX);"
or you can only send
"/functionname parameter1 parameter2 parameter3 parameterX"
This filterscript was auto-generate by c++ code, this code takes from half a day (it explain the not very understandable code
![Roll Eyes (Sarcastic)](images/smilies/rolleyes.png)
main.cpp