The Dink Network

Why do we?

May 16th 2005, 01:43 AM
pq_skull.gif
dinkme
Peasant He/Him India
 
why do we write void again in the brackets, why don't like this:
void main();

than void main(void)

and one more question
Can we use other fonts than arial in the Dmod, I mean will it cause soe inconvenience or somthing like that
May 16th 2005, 01:47 AM
burntree.gif
Striker
Noble She/Her United States
Daniel, there are clowns. 
I write my code without the extra void. It's totally superfluous.
May 16th 2005, 04:45 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
You can use other fonts, but not a font-per-sprite. If you change the font, then everyone will talk in that font until you change it again. The command is:

initfont(char string[200]);

So for example
initfont("Symbol");
will result in everyone talking Greek.

initfont("Arial");
is the default, as you already mentioned.

When using weird fonts, make sure the player also has them.
May 16th 2005, 10:03 AM
pq_skull.gif
dinkme
Peasant He/Him India
 
Everybody has times new roman and verdana but when we use verdana the font size is extra large.