Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,619 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Names on players? #12111
03/17/03 00:38
03/17/03 00:38
Joined: Feb 2003
Posts: 204
England
BigDaz Offline OP
Member
BigDaz  Offline OP
Member

Joined: Feb 2003
Posts: 204
England
Is there a way to let the player type in his name and then have that name written on his characters back in the game? Either some sort of skin generation within the game or else some sort of sprite that follows the player?

Like Sierras SWAT 3 has names on backs if you've played that.

Re: Names on players? #12112
03/17/03 04:37
03/17/03 04:37
Joined: Jul 2002
Posts: 3,208
Germany
Error014 Offline
Expert
Error014  Offline
Expert

Joined: Jul 2002
Posts: 3,208
Germany
You could make it with a text-panel, like this:

code:
  
text name_of_the_player {
...
}

in game you make the string of this text become the name of the player.

And then "hang" the text on the player, use vec_to_screen (vector, view); !


Perhaps this post will get me points for originality at least.

Check out Dungeon Deities! It's amazing and will make you happy, successful and almost certainly more attractive! It might be true!
Re: Names on players? #12113
03/17/03 06:07
03/17/03 06:07
Joined: Feb 2003
Posts: 204
England
BigDaz Offline OP
Member
BigDaz  Offline OP
Member

Joined: Feb 2003
Posts: 204
England
Cool Thanks [Smile]


Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1