mIRC Home    About    Download    Register    News    Help

Print Thread
#211425 15/04/09 05:15 PM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
alias recta {
set %xi 1
window -p @recta 300 300 400 200
;drawline @recta 3 2522 1 4 122 211
;drawtext @recta 8 2 2 ®2009 Shadow Script / Mirc 6.35
drawpic -ihmnotsclgN @recta [3] 3 3 1500 1500 2 2 2 1500 1500 c:\mirc\austi.bmp
}

i try to put a image on a windows but is blank any idea

thnx

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
[3] is not a valid argument, you probably meant 3. Note that "[parameter]" in mirc.hlp means the parameter is optional, the [] are not part of the command, the same way <>'s are not part of commands either.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
can you showme an example thnx

Joined: Jul 2006
Posts: 4,180
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,180
Code:
alias exemple {
window -p @ex
drawpic @ex 0 0 $qt($sfile($mircdir,Choose a picture))
}


Put this in your remote, type /exemple and choose a file.

Last edited by Wims; 16/04/09 03:38 PM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard