05.06.2016, 13:28
Have from the gamemode the public function with Float: tag to return the float value and in filterscript:
pawn Код:
new
health = CallRemoteFunction("GetPlayerHealthEx", "i", playerid);
printf("health from fs: %f", Float: health);