Page 1 of 1

Small AHK Script  Topic is solved

Posted: 16 Nov 2017, 16:37
by Scofield
i wanna make script for samp in which i enter command /wo id (in variable name) then my script have to open chat(F6) and enter "....%name%..." but this line doesn't work!

:?:/wo::
SendInput, /wo{space}
input, name, V,{enter}
Sleep 100
SendInput, {F6}dsfdf%name%{enter} // doesn't work
Return

Thx for help in advance