Author |
Message |
blackmoon Novice
Joined: Aug 27 2003 Posts: 70 Offline
|
Posted: Wed Aug 04, 2004 2:36 am Post subject: Flood Arena w/ stats. |
 |
|
|
|
Okay... I am learning all of this, and it is slow going. I took the flag.dll plugin and cleaned up the Winners Stats somewhat then added a line to prize the arena. But now what I want to do is flood the player with his stats from the end of the game. Any help with that?? _________________ No, that was just a love tap... here's the bitch slap!
-Pimp Daddy Black |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: Wed Aug 04, 2004 7:20 am Post subject: |
 |
|
|
|
sendPrivate(p,"Your kills: " + (String)kills);
sendPrivate(p,"Your deaths: " + (String)deaths);
sendPrivate(p,"Your skill: 0");
where p is a Player* |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
|
Back to top |
|
 |
blackmoon Novice
Joined: Aug 27 2003 Posts: 70 Offline
|
Posted: Wed Aug 04, 2004 9:40 am Post subject: |
 |
|
|
|
thanks.. this gives me alot to work with! appreciate it! |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: Wed Aug 04, 2004 11:54 am Post subject: |
 |
|
|
|
You can also do a while-loop as well. _________________ Performance is often the art of cheating carefully. - James Gosling |
|
Back to top |
|
 |
blackmoon Novice
Joined: Aug 27 2003 Posts: 70 Offline
|
Posted: Wed Aug 04, 2004 12:37 pm Post subject: |
 |
|
|
|
Thanks... I will try that one too. Considering I am not a programmer by nature, this is difficult, but you guys are giving me some good info! thanks! |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Wed Aug 04, 2004 1:16 pm Post subject: |
 |
|
|
|
Or you could just write the ASM yourself, Cyph.
And d1s, that's 3 more lines of C++ and more than 3 more lines of ASM.  _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: Wed Aug 04, 2004 5:42 pm Post subject: |
 |
|
|
|
Well, considering I don't know ASM; LOL.. I doub't I'd be writting it in it..  |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Thu Aug 05, 2004 10:59 am Post subject: |
 |
|
|
|
Cyan, while using it for 3 isn't as helpful, if you had like 10 lines, it makes it a lot easier. Also, it allows you to define them at one time, and then control if maybe you didn't want to send them just yet. |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Fri Aug 06, 2004 4:51 pm Post subject: |
 |
|
|
|
Good call |
|
Back to top |
|
 |
|