Advertisement
Johurt

[FNC] GetPlayerHealthEx

Nov 9th, 2012
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.12 KB | None | 0 0
  1. stock Float:GetPlayerHealthEx(playerid)
  2. {
  3.     new Float:Health;
  4.     GetPlayerHealth(playerid, Health);
  5.     return Health;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement