[Project] Level anzeige

09/14/2010 14:02 .Rebel#1
ok i am the creator the Level anzeige by DB but have many stuff are not good so i have one idee for a new way to show the level but i am not a pyton undestander

maybe is something on the file

PHP Code:
uitarget.py 

ther a pic for explain what i mean

[Only registered and activated users can see links. Click Here To Register...]
09/14/2010 14:08 °°Lukasxx°°#2
it looks like paint made with

sieht eher aus als würde das mit paint gemacht ^^
09/14/2010 14:11 .Rebel#3
Quote:
Originally Posted by °°Lukasxx°° View Post
it looks like paint made with

sieht eher aus als würde das mit paint gemacht ^^
of corse is paint is just to show what i whant do with help because i am not a pyton undestander

if was not a ppaint i dont call project and need no help was done ^^
09/14/2010 14:41 Kevin93xx#4
It looks Good, but it look better behind the Rank :P
09/14/2010 15:12 .Rebel#5
Quote:
Originally Posted by Kevin93xx View Post
It looks Good, but it look better behind the Rank :P
lol

before or after the name is just a estetic for now we need find out how to do then make before or after :D
09/14/2010 17:59 Wanker #1#6
Quote:
Originally Posted by °°Lukasxx°° View Post
it looks like paint made with

sieht eher aus als würde das mit paint gemacht ^^
Jop, is paint,!
Aber wie der typ schon sagt, es is nur ne idee:D
09/14/2010 18:29 patrickstaar7x#7
It´s a good idea.

Are you Ruben Lexico?
09/14/2010 18:49 S7ZY#8
the idea is good.
lolkid must read the thread
09/14/2010 19:13 #EndLessD#9
it already exist:
09/14/2010 19:55 .M3nTal0™#10
Quote:
Originally Posted by Nitro94 View Post
it already exist:
[Only registered and activated users can see links. Click Here To Register...]
yes because this is not public ;)

my english ist bad :(

this is Clietside you have something that is in the client process in der root.epk/.eix ;)

more i know net
09/14/2010 22:01 .Rebel#11
Quote:
Originally Posted by .Toast View Post
It´s a good idea.

Are you Ruben Lexico?
yes :P


Quote:
Originally Posted by Nitro94 View Post
it already exist:
[Only registered and activated users can see links. Click Here To Register...]

yes genau that is great see is possible ^^

i need still mess up my uitarget.py to make that possible i see a light at the end of the tunnel now ^^
09/14/2010 22:11 Kriege203#12
Clientside:

Ich hab es gefunden er hat das Video gemacht unsow ;D:
09/14/2010 23:57 VeN.#13
Quote:
Originally Posted by Kriege203 View Post
Clientside:

Ich hab es gefunden er hat das Video gemacht unsow ;D:
Bringt uns auch nid so viel xD
09/15/2010 00:09 .achi#14
Maybe its like the Lv. in PN´s? I mean the same way.^^
09/15/2010 01:12 .Rebel#15
Quote:
Originally Posted by Achiiii View Post
Maybe its like the Lv. in PN´s? I mean the same way.^^
nah i have already try ^^

this is the PM say LVL

PHP Code:
    def SendWhisper(self):

        
text self.chatLine.GetText()
        
textLength len(text)

        if 
textLength 0:
            if 
net.IsInsultIn(text):
                
chat.AppendChat(chat.CHAT_TYPE_INFOlocale.CHAT_INSULT_STRING)
                return

            
net.SendWhisperPacket(self.targetName"Nivel " str(player.GetStatus(player.LEVEL) )+ " disse:" text)
            
self.chatLine.SetText("")

            
chat.AppendWhisper(chat.WHISPER_TYPE_CHATself.targetNameplayer.GetName() + " Nivel " str(player.GetStatus(player.LEVEL)) + " disse: " text)

    
def OnTop(self):
        
self.chatLine.SetFocus()