26.04.2011, 13:34
Hello sa-mp scripters.
I decided to create new include to new scripters/to everyone, that they dont have power to do variables to many 'Get'
Functions, so if you realy need it... this is your thread.
1. Function number one:
Explanation: The function get the health amount of the player directly.
-
2. Function number two:
Explanation: The function get the armour amount of the player directly.
-
3. Function number three:
Explanation: The function get the coords of the X, Y, Z without variables.
-
4. Function number four:
Explanation: The function get the coord of the Angle player.
-
5. Function number five:
Explanation: The function get the name of the player, good for messages, Textdraws and more...
-
6. Function number six:
Explanation: The function get the ip of player, good for messages, Textdraws and more...
-
7. Function number seven:
Explanation: Get the ID of the vehicle fastest.
-------
Example for all functions in the include:
Picture to see in picture the function:

------
Tutorial to install the include:
1. Download the include at the end of the thread.
2. Get in to your main mode and type at the start of the mode:
3. Copy the include to your SAMP Script folder in: pawn/include.
4. Let's compile the main mode.
5. Start to use the new functions with the include.
-----
Download:
Here(http://www.2shared.com/file/oAXTXYiS...yActivest.html) - link from 2shared.
Password for file: Activest.
---
Contact-Email/Messenger: ActivestEmail@GMail.com.
I decided to create new include to new scripters/to everyone, that they dont have power to do variables to many 'Get'
Functions, so if you realy need it... this is your thread.
GetEx` Functions Include by Activest
The stocks are have one variable, at the end you will see example to the include functions.1. Function number one:
pawn Код:
GetPlayerHealthEx(playerid)
-
2. Function number two:
pawn Код:
GetPlayerArmourEx(playerid)
-
3. Function number three:
pawn Код:
GetPlayerPosEx(playerid)
-
4. Function number four:
pawn Код:
GetPlayerAngleEx(playerid)
-
5. Function number five:
pawn Код:
GetPlayerNameEx(playerid) | GPNEx(playerid)
-
6. Function number six:
pawn Код:
GetPlayerIPEx(playerid)
-
7. Function number seven:
pawn Код:
GetVehicleIDEx(playerid) | GetVIDEx(playerid)
-------
Example for all functions in the include:
pawn Код:
format(string, 256, "{177FFF}[GetEx-include by Activest] Name: %s - Health: %.1f - Armour: %.1f - IP: %s - Vehicle ID: %d.", GetPlayerNameEx(playerid),GetPlayerHealthEx(playerid),GetPlayerArmourEx(playerid),GetPlayerIPEx(playerid),GetVehicleIDEx(playerid));
SCM(playerid, Default, string);
format(string, 256, "{177FFF}Display position: X Coord: %d.%d, Y Coord: %d.%d, Z Coord: %d.%d, Angle Coord: %d.%d.", GetPlayerPosEx(playerid), GetPlayerAngleEx(playerid));
SCM(playerid, Default, string);

------
Tutorial to install the include:
1. Download the include at the end of the thread.
2. Get in to your main mode and type at the start of the mode:
pawn Код:
#include "GetExByActivest"
4. Let's compile the main mode.
5. Start to use the new functions with the include.
-----
Download:
Here(http://www.2shared.com/file/oAXTXYiS...yActivest.html) - link from 2shared.
Password for file: Activest.
---
Contact-Email/Messenger: ActivestEmail@GMail.com.