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://imgur.com/a/y1R52/embed
Download:
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 ) you can get the source here:
main.cpp