Search found 2 matches

by antonioff
15 Jun 2021, 11:55
Forum: Gaming Help (v1)
Topic: Script GTA:SA
Replies: 3
Views: 1049

Re: swagfag

swagfag It doesn't work like this either: regexForMatchingPlayerNicknames := ?????? regexForMatchingPlayerIDs := ?????? F2:: FileRead, logs, %A_Documents%\GTA San Andreas User Files\chatlog.txt ; if (RegExMatch(logs, "`aim)Report: " regexForMatchingPlayerNicknames " \((?P<ID1>" regexForMatchingPlay...
by antonioff
15 Jun 2021, 03:05
Forum: Gaming Help (v1)
Topic: Script GTA:SA
Replies: 3
Views: 1049

Script GTA:SA

i need help with this code on gta:sa: Player1 = %Temp% PlayerID1 = %Temp% F2:: FileRead, logs, %A_Documents%\GTA San Andreas User Files\chatlog.txt ; if (RegExMatch(logs, "Report: %Player1% (%PlayerID1%) is stuck.")) { Send t/spec %PlayerID1%{Enter} } logs := "" report structure is: "Report: PlayerN...

Go to advanced search