/images/killer/custom/forumbanner2.png
SFO Archive Forums SFO Archive Forums SFO Archive Forums SFO Archive Forums

Go Back   SFO Archive Forums > Street Fighter Online > General Comments and Strategies

User Tag List

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wheres link for vip member Gfx artist Members Help Center 1 10-23-2004 02:31 PM
Wheres the site to get sponsered ? - Where is it ? evilhadoken Members Help Center 4 07-15-2004 08:54 AM
Wheres my topic - ... HELLOTHERE Members Help Center 10 11-29-2003 06:30 PM
What happened to Omnislasher? - wheres he gone nOOb General Comments and Strategies 27 02-17-2002 06:36 AM
wheres charlie Vin Diesel General Comments and Strategies 6 11-07-2001 07:29 PM

Reply
Thread Tools Display Modes
Old 09-08-2004, 11:05 AM   #1
RyusRevenge
Senior Member
Senior Member
 
Join Date: Nov 2003
Posts: 1,020
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Default

euuurggghhhh i just found out what tmyapps name means, damn it aint even worth saying.....nothing special thats all i can tell you.
RyusRevenge is offline   Reply With Quote
Old 09-08-2004, 11:48 AM   #2
gouki2008
Senior Member
Senior Member
 
Join Date: Nov 2003
Location: spain
Posts: 829
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Send a message via MSN to gouki2008
Default

i think tmypp haves better things to do
__________________
[img:sig_uid]http://img.photobucket.com/albums/v255/ryzcvk2711/Requested%20Sigs/gouki2008copy.jpg[/img:sig_uid]
gouki2008 is offline   Reply With Quote
Old 09-08-2004, 12:51 PM   #3
Evil-Blanka
Senior Member
Senior Member
 
Join Date: Nov 2003
Posts: 1,549
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Send a message via ICQ to Evil-Blanka
Default

[quoteost_uid0="SBYRD5"]LOL Riseabove got to admit your one of the few new users that make me laugh.(In a good way...lol)

Only about honestily....12% actually impress me out of the new cast...the rest...welll umm...they'll come around..


Yo son I ate a bunch of wafers....those cookie joints...

Yeah tasted the before taste too.


but yo i made this very same thread back in the day..


you have to catch TMyApp on sunday.....err 1am-2am
[/quote]
they are like wafles armt they i like the strawbery they are super good this ant the real evil blanka this is his brother
__________________
[img:sig_uid]http://www.chez.com/futuramazone/autres_img13.gif[/img:sig_uid]
Evil-Blanka is offline   Reply With Quote
Old 09-08-2004, 01:00 PM   #4
Dark~Blanka
Senior Member
Senior Member
 
Join Date: Jun 2004
Location: i forgot damn...lmao
Posts: 580
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Send a message via MSN to Dark~Blanka
Default

what does tmyapp mean? the master yet and people peep <<<<that dont make sense..



Edited By Dark~Blanka on 1094673656
__________________
[img:sig_uid]http://upl.silentwhisper.net/uplfolders/upload7/darkblanka.jpg[/img:sig_uid]

Top Ryu Fighters

Dark_Blanka,RyusInvasion,Estset,Hollis,Da_Vipa,iSH

Edit More Later...
Dark~Blanka is offline   Reply With Quote
Old 09-08-2004, 05:55 PM   #5
Riseabove
Senior Member
Junior Member
 
Join Date: Jul 2004
Location: Long Island NY
Posts: 116
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Send a message via AIM to Riseabove Send a message via MSN to Riseabove Send a message via Yahoo to Riseabove
Default

/shrugs.
__________________
[img:sig_uid]http://img.photobucket.com/albums/v371/Riseaboveone/omgf.jpg[/img:sig_uid]
<marquee> Textbook ownage right here...

http://www.media.ebaumsworld.com/ind...e=jockbeat.wmv
Riseabove is offline   Reply With Quote
Old 09-08-2004, 06:35 PM   #6
RyusRevenge
Senior Member
Senior Member
 
Join Date: Nov 2003
Posts: 1,020
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Default

[quoteost_uid0="Dark_Blanka"]what does tmyapp mean? the master yet and people peep <<<<that dont make sense..[/quote]

From a website:

All of TV-based applications are inherited from TApplication class. So, if you see the simplest TV program, it would be roughly look something like this:

uses App;

type
TMyApp = object(TApplication)
end;

var MyApp : TMyApp;

begin
MyApp.Init;
MyApp.Run;
MyApp.Done;
end.
Wow, simple! Let's run it and see how is it look like. Then, to extend your application, you can simply inherit the methods in TApplication. That's how it works.
-----------------------------------------------------------
its basically a procedure used in pascal for dos programming.

T = tv
My = means what it says
App = application




Edited By RyusRevenge on 1094693814
RyusRevenge is offline   Reply With Quote
Old 09-08-2004, 06:40 PM   #7
VampireNinja
Senior Member
Senior Member
 
Join Date: Oct 2003
Location: Miami,FL
Posts: 1,536
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Send a message via AIM to VampireNinja
Default

woah man, hail Revenge
__________________
[img:sig_uid]http://www.usounds.com/images/gorillaz.jpg[/img:sig_uid]
VampireNinja is offline   Reply With Quote
Old 09-08-2004, 07:09 PM   #8
imported_--(-
Member
New Member
 
Join Date: Sep 2004
Location: S.O.C RyDeR
Posts: 79
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Default

heh ifs its true revenge ur smart XD
imported_--(- is offline   Reply With Quote
Old 09-09-2004, 02:51 PM   #9
SBYRD5
Banned
Senior Member
 
Join Date: Jun 2002
Location: North Carolina
Posts: 6,549
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Send a message via AIM to SBYRD5
Default

[quoteost_uid0="RyusRevenge"][quoteost_uid0="Dark Blanka"]what does tmyapp mean? the master yet and people peep <<<<that dont make sense..[/quote]

From a website:

All of TV-based applications are inherited from TApplication class. So, if you see the simplest TV program, it would be roughly look something like this:

uses App;

type
TMyApp = object(TApplication)
end;

var MyApp : TMyApp;

begin
MyApp.Init;
MyApp.Run;
MyApp.Done;
end.
Wow, simple! Let's run it and see how is it look like. Then, to extend your application, you can simply inherit the methods in TApplication. That's how it works.
-----------------------------------------------------------
its basically a procedure used in pascal for dos programming.

T = tv
My = means what it says
App = application
[/quote]
:Oo: :suspect: :O ???
SBYRD5 is offline   Reply With Quote
Old 09-09-2004, 03:56 PM   #10
EvilAkuma
Senior Member
Senior Member
 
Join Date: Sep 2003
Posts: 2,847
Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Send a message via ICQ to EvilAkuma Send a message via AIM to EvilAkuma Send a message via MSN to EvilAkuma
Default

That wrong I did that they said it was wrong
__________________

[img:sig_uid]http://www.boomspeed.com/resident3/logo.gif[/img:sig_uid]

^It's up running. CLICK ON IT
EvilAkuma is offline   Reply With Quote
Reply
Forum Jump



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT -7. The time now is 08:15 AM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Resources saved on this page: MySQL 0%
Page generated in 0.11728 seconds with 27 queries