Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Show level code (not sheldons versions pls)


Bloodmorphed
 Share

Recommended Posts

Before I do that, maybe you can help with this…

When I open VB6 to edit the client it says
"Unable (something something) Registry" it only does it once.

After that error it says this:
"Errors during load. Refer to
'(file path).log' for details'
OR when I open frmMain

and her eis the errors
Line 819: Class ShockwaveFlashObjectsCtl.ShockwaveFlash of control Flash was not a loaded control class.
Line 825: The property name _cx in Flash is invalid.
Line 826: The property name _cy in Flash is invalid.
Line 827: The property name FlashVars in Flash is invalid.
Line 828: The property name Movie in Flash is invalid.
Line 829: The property name Src in Flash is invalid.
Line 830: The property name WMode in Flash is invalid.
Line 831: The property name Play in Flash is invalid.
Line 832: The property name Loop in Flash is invalid.
Line 833: The property name Quality in Flash is invalid.
Line 834: The property name SAlign in Flash is invalid.
Line 835: The property name Menu in Flash is invalid.
Line 836: The property name Base in Flash is invalid.
Line 837: The property name AllowScriptAccess in Flash is invalid.
Line 838: The property name Scale in Flash is invalid.
Line 839: The property name DeviceFont in Flash is invalid.
Line 840: The property name EmbedMovie in Flash is invalid.
Line 841: The property name BGColor in Flash is invalid.
Line 842: The property name SWRemote in Flash is invalid.
Line 843: The property name MovieData in Flash is invalid.
Line 844: The property name SeamlessTabbing in Flash is invalid.
Line 845: The property name Profile in Flash is invalid.
Line 846: The property name ProfileAddress in Flash is invalid.
Line 847: The property name ProfilePort in Flash is invalid.
Line 848: The property name AllowNetworking in Flash is invalid.
Line 849: The property name AllowFullScreen in Flash is invalid.

(I'm using Nova 2.6)
Link to comment
Share on other sites

OKay I took that code and made it do this

Name(LeveL)

This is how I did it, is there a more efficent wat of it?

```
Name = Trim$(Player(Index).Name) & ("(" & GetPlayerLevel(Index) & ")")
```
Ah I see you edited it haha…. But i took your orignal one you posted for

Name; Level #

But both of our ways did exactly what I wanted.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...