<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://wiki.samp-udf.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=K3Ksii</id>
		<title>San Andreas Multiplayer UDF - Benutzerbeiträge [de]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.samp-udf.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=K3Ksii"/>
		<link rel="alternate" type="text/html" href="https://wiki.samp-udf.net/index.php?title=Spezial:Beitr%C3%A4ge/K3Ksii"/>
		<updated>2026-04-17T13:11:11Z</updated>
		<subtitle>Benutzerbeiträge</subtitle>
		<generator>MediaWiki 1.28.1</generator>

	<entry>
		<id>https://wiki.samp-udf.net/index.php?title=GetPlayerHealth&amp;diff=65</id>
		<title>GetPlayerHealth</title>
		<link rel="alternate" type="text/html" href="https://wiki.samp-udf.net/index.php?title=GetPlayerHealth&amp;diff=65"/>
				<updated>2014-09-08T21:08:29Z</updated>
		
		<summary type="html">&lt;p&gt;K3Ksii: /* Beispiele */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Information ==&lt;br /&gt;
Diese Funktion gibt als Rückgabewert die Lebenspunkte (HP) des Spielers zurück.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GetPlayerHealth()&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Ausgabe&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Datei:GPH.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Code Beispiele ==&lt;br /&gt;
=== AutoHotKey ===&lt;br /&gt;
==== Benutzung ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;autohotkey&amp;quot;&amp;gt;GetPlayerHealth()&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Beispiele ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;autohotkey&amp;quot;&amp;gt;&lt;br /&gt;
~1::&lt;br /&gt;
AddChatMessage(&amp;quot;{FFFFFF}Lebenspunkte: {B30303}&amp;quot; . GetPlayerhealth())&lt;br /&gt;
return&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;autohotkey&amp;quot;&amp;gt;&lt;br /&gt;
Leben := GetPlayerHealth()&lt;br /&gt;
~2::&lt;br /&gt;
AddChatMessage(&amp;quot;{FFFFFF}Lebenspunkte: {B30303}&amp;quot; . Leben)&lt;br /&gt;
return&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Allgemeine Funktionen]][[Kategorie:Funktionen]]&lt;/div&gt;</summary>
		<author><name>K3Ksii</name></author>	</entry>

	<entry>
		<id>https://wiki.samp-udf.net/index.php?title=GetPlayerHealth&amp;diff=63</id>
		<title>GetPlayerHealth</title>
		<link rel="alternate" type="text/html" href="https://wiki.samp-udf.net/index.php?title=GetPlayerHealth&amp;diff=63"/>
				<updated>2014-09-08T21:07:38Z</updated>
		
		<summary type="html">&lt;p&gt;K3Ksii: /* Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Information ==&lt;br /&gt;
Diese Funktion gibt als Rückgabewert die Lebenspunkte (HP) des Spielers zurück.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GetPlayerHealth()&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Ausgabe&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Datei:GPH.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Code Beispiele ==&lt;br /&gt;
=== AutoHotKey ===&lt;br /&gt;
==== Benutzung ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;autohotkey&amp;quot;&amp;gt;GetPlayerHealth()&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Beispiele ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;autohotkey&amp;quot;&amp;gt;&lt;br /&gt;
~1::&lt;br /&gt;
AddChatMessage(&amp;quot;{FFFFFF}Lebenspunkte: {B30303}&amp;quot; . GetPlayerhealth())&lt;br /&gt;
return&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;autohotkey&amp;quot;&amp;gt;&lt;br /&gt;
Leben := GetPlayerHealth()&lt;br /&gt;
~2::&lt;br /&gt;
AddChatMessage(&amp;quot;{FFFFFF}Lebenspunkte: {B30303}&amp;quot; . Leben)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Allgemeine Funktionen]][[Kategorie:Funktionen]]&lt;/div&gt;</summary>
		<author><name>K3Ksii</name></author>	</entry>

	<entry>
		<id>https://wiki.samp-udf.net/index.php?title=Datei:GPH.jpg&amp;diff=59</id>
		<title>Datei:GPH.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.samp-udf.net/index.php?title=Datei:GPH.jpg&amp;diff=59"/>
				<updated>2014-09-08T20:56:39Z</updated>
		
		<summary type="html">&lt;p&gt;K3Ksii: GetPlayerHealth Ausgabe&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GetPlayerHealth Ausgabe&lt;/div&gt;</summary>
		<author><name>K3Ksii</name></author>	</entry>

	</feed>