Shoutbox

From GMS to C++ - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: From GMS to C++ (/showthread.php?tid=32971)

From GMS to C++ by Brantje on 10-12-2004 at 06:18 PM

Hi i foud this script

code:
Set $minimum=1
Set $limit=(inp)
if $limit<$minimum
goto 2
end if
Set $counter=0
Set $target=(inp)
Set $message=(inp)
set $temp=$counter+1
msg $target $message
set $counter=$counter+1
if $counter=$limit
end
end if
goto 9

Who want covert this 2 a plugin voor msn?
bye brantje
RE: From GMS to C++ by Millenium_edition on 10-12-2004 at 06:25 PM

lovely.
add this line to your c++ application.

code:
// total rip.

RE: From GMS to C++ by Eljay on 10-12-2004 at 06:29 PM

quote:
Originally posted by Millenium_edition
lovely.
add this line to your c++ application.
code:
// total rip.


:rofl:
what is it ripped from??
RE: From GMS to C++ by Plik on 10-12-2004 at 06:34 PM

Brantje is this is to do with tis thread - Searching a C++ programer
Then look at this post - noelie's reply to Searching a C++ programer


RE: RE: From GMS to C++ by Yousef on 10-12-2004 at 08:07 PM

quote:
Originally posted by madman66
Brantje is this is to do with tis thread - Searching a C++ programer
Then look at this post - noelie's reply to Searching a C++ programer

Yes, I updated my reply as well.
(btw, take some english classes brantje :$)