Wieso erhalte ich bei diesem Code immer "Keine SMS gefunden!"? Ich habe mir im Chat eine SMS geschrieben und dann /re eingegeben, aber es kommt immer die Meldung, dass keine SMS gefunden worden ist..
:?:/re::
Suspend Permit
Loop, read, %A_MyDocuments%\GTA San Andreas User Files/SAMP/chatlog.txt
{
if(InStr(A_LoopReadLine, "SMS:")) && InStr(A_LoopReadLine, "von:")
{
RegExMatch(A_LoopReadLIne, "SMS: (.*) \| von: (.*) \(Handy: (.*)\|ID: (.*)\)", getsms)
}
else if(InStr(A_LoopReadLine, "Connected. Joining the game"))
{
AddChatMessage("{B45F04}Keybinder: {FF0000}[FEHLER]{FFFFFF} Keine SMS gefunden!")
break
return
}
}
smsback := PlayerInput("[SMS an " getsms2 "] Text: ")
if(smsback == "")
{
return
}
SendChat("/sms " getsms3 " " smsback)
return
/// EDIT ///
Push - 13.04.15 - 15:24
Push - 15.04.15 - 17:12