30-05-2006, 08:00 AM
Sorry for doulbe post. But do you really need to do this:
Will that actually help at all?
Isnt it better to use a Fixed String than a String since FIxed String is only its length?
I just had this idea now, for all the different player commands you are using as Long, because that can handle more than a byte (255). But no MS game needs to be able to carry more than 255. SO why not make all those longs into bytes. Wouldn't that like half the packet size all over the game?
Quote:Finally. Converting from If/Else/ElseIf/End Ifs, to Select Case. Select Case is just a faster function.
Will that actually help at all?
Isnt it better to use a Fixed String than a String since FIxed String is only its length?
I just had this idea now, for all the different player commands you are using as Long, because that can handle more than a byte (255). But no MS game needs to be able to carry more than 255. SO why not make all those longs into bytes. Wouldn't that like half the packet size all over the game?

