pText_Float( text[], float ) - AideedGameZ/SAMP_pText_Include GitHub Wiki
Syntax: pText_Float( text[], float ) / pTF( text[], float )
text[] : String float: Float variable
The example indicate where the player at x: 23.23123121 position
Example:
new Float:x, Float:y, Float:z;
GetPlayerName(playerid,x,y,z);
SendClientMessage(playerid,0xFFFFF, pText_Float( "Your x position is ", x) );
Output:
Your x position is 23.23123121