Sry das ich euch nochmal störe aber ich hab nen neues problem ^^ hier source
PHP Code:
Label15 = GUICtrlCreateLabel("Aktueller Standpunkt:", 104, 248, 106, 17)
GUICtrlSetColor(-1, 0x00FF00)
$Label16 = GUICtrlCreateLabel("HP=", 40, 280, 25, 17)
GUICtrlSetColor(-1, 0x00FF00)
$Label17 = GUICtrlCreateLabel("MP=", 160, 280, 25, 33)
GUICtrlSetColor(-1, 0x00FF00)
$Label18 = GUICtrlCreateLabel("700", 72, 280, 40, 17)
GUICtrlSetColor(-1, 0x00FF00)
$Label19 = GUICtrlCreateLabel("400", 192, 280, 40, 17)
Global $HP[3] = [0, ISTMEINSSRY, istMEINSSRY]
Global $MP[3] = [0, ISTMEINSSRY, ISTMeINSSRY]
$HP = _MemorypointerRead($iv_Adress,$ah_Handle,$HP)
Global $AKT_HP = GUICtrlRead($label18)
$MP = _MemorypointerRead($iv_Adress,$ah_Handle,$MP)
global $AKT_MP = GUICtrlRead($label19)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
ExitEndSwitch
If $HP[1] <> $AKT_HP Then
$AKT_HP = $HP[1]
GUICtrlSetData($Label18, $AKT_HP)
EndIf
If $MP[1] <> $AKT_MP Then
$AKT_MP = $MP[1]
GUICtrlSetData($Label19, $AKT_MP)
EndIf
Das prooblem hierbei ist das sich die Werte nicht akutaliesieren z.b. wen ich ein monster angreifen will und leben verliere zeigt er das dorrt nciht an wass ist zutuN?
PLS HELP!