Author Topic: Question bout DrawText()  (Read 1759 times)

0 Members and 1 Guest are viewing this topic.

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Question bout DrawText()
« on: March 09, 2007, 04:09:17 am »
will "chr(10) + chr(13)" (=linebreak) work in the "text" parameter of the new DrawText function?
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host


Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Re: Question bout DrawText()
« Reply #2 on: March 09, 2007, 04:17:40 am »
sucks T_T

while we're at it, could you add a simple "Respawn(ID)" procedure which instantly respawns the chosen player?
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host


Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Re: Question bout DrawText()
« Reply #4 on: March 09, 2007, 04:29:21 am »
What???
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Question bout DrawText()
« Reply #5 on: March 09, 2007, 04:31:51 am »
You can use the DoDamage function to force someone to respawn...

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Re: Question bout DrawText()
« Reply #6 on: March 09, 2007, 07:50:31 am »
but he doesnt spawn immediatly plus he will get a selfkill.

i want a procedure that with no delay and other things happening (like the console message when using /setteam to respawn somebody) respawns a guy :(
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline DorkeyDear

  • Veteran
  • *****
  • Posts: 1507
  • I also go by Curt or menturi
Re: Question bout DrawText()
« Reply #7 on: March 29, 2007, 12:13:15 pm »
survival mode...
if some1 dies, they goda wait
not force respawn right there and then; big difference :P

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Question bout DrawText()
« Reply #8 on: March 29, 2007, 07:55:01 pm »
An update on the original post: You can now use chr(13)+chr(10) to put a newline in on DrawText.

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Re: Question bout DrawText()
« Reply #9 on: March 30, 2007, 08:05:02 am »
HAIL ENESCE!
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline yexxle

  • Major(1)
  • Posts: 22
Re: Question bout DrawText()
« Reply #10 on: June 15, 2007, 11:30:20 am »
An update on the original post: You can now use chr(13)+chr(10) to put a newline in on DrawText.
Were they previously filtered by the server or the client? Just making sure I can use them without it breaking on older clients.

Offline chrisgbk

  • Moderator
  • Veteran
  • *****
  • Posts: 1739
Re: Question bout DrawText()
« Reply #11 on: June 16, 2007, 01:39:30 am »
Why would you worry about older clients?

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Question bout DrawText()
« Reply #12 on: June 16, 2007, 01:59:14 am »
An update on the original post: You can now use chr(13)+chr(10) to put a newline in on DrawText.
Were they previously filtered by the server or the client? Just making sure I can use them without it breaking on older clients.
"Older clients" cant play in the latest dedicated server.