Moderators JLogan3o13 Posted July 18, 2017 Moderators Posted July 18, 2017 @MrKris1224 I would highly suggest you think through whom and what you're reporting before doing so. People are attempting, despite the caustic response, to help you - start reporting them and you'll guarantee yourself no further help. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
MrKris1224 Posted July 18, 2017 Author Posted July 18, 2017 Do you understand? It's not problem with continuation of line... It's just doesnt detecting keys when mouse staying... Only when i move mouse and press key it works...
Developers Jos Posted July 18, 2017 Developers Posted July 18, 2017 (edited) 3 minutes ago, MrKris1224 said: Do you understand? Do you understand that you posted invalid code because you didn't post enough lines? Edited July 18, 2017 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted July 18, 2017 Developers Posted July 18, 2017 You didn't answer my question: Do you understand why we see the error and you don't? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
MrKris1224 Posted July 18, 2017 Author Posted July 18, 2017 Because it's only part of mine code but other parts are not important. I don't wanna post all parts of code bacause it's over 2000 lines and the problem is only with steering
Developers Jos Posted July 18, 2017 Developers Posted July 18, 2017 (edited) You are really good at avoiding a simply exact question ..aren't you. It was a yes / No question and reading your answer I see no answer to confirm you finally understand what the issue was between the 2 lines causing the error and your code. I am going to leave you be now and wish you good luck with scripting, but would give as final advice to listen (read) feedback you get and take it as advice in stead of acting like a arrogant .... (fill in the blanks yourself as you feel appropriate). Jos Edited July 18, 2017 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
MrKris1224 Posted July 18, 2017 Author Posted July 18, 2017 You are real ... (fill by yourself ) because those lines working correctly: Global $hGui, $guiTitle, $guiW, $guiH, $hFront, $hBMP, $hBack, $buffW, $buffH, $vDll, _ $aChrs = StringSplit("0:1:2:3:4:5:6:7:8:9:a:b:c:d:e:f:g:h:i:j:k:l:m:n:o:p:q:r:s:t:u:v:w:x:y:z", ":"), _ $aDecs = StringSplit("30:31:32:33:34:35:36:37:38:39:41:42:43:44:45:46:47:48:49:4A:4B:4C:4D:4E:4F:50:51:52:53:54:55:56:57:58:59:5A", ":") And that e.g : IDToTexture($aMap[$iX][$iY], _ (($iX - ($oPlayer.X - 5)) * 48) + $oOffset.X, _ (($iY - ($oPlayer.Y - 5)) * 48) + $oOffset.Y) Cheers.
Developers Jos Posted July 18, 2017 Developers Posted July 18, 2017 (edited) .. and again no answer to the simple question! In case you would have understood what I have said, you wouldn't have made that statement in last post in that way as you would have understood why that works fine. Thread locked as this whole thing is too close to a full blown keylogger anyways. Those type of topics are not welcome in our forums. Jos Edited July 18, 2017 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts