BBot - The best bot of the world
Player name in application title. - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: BBot (https://forums.bmega.net/forum-3.html)
+--- Forum: Sugestions (https://forums.bmega.net/forum-21.html)
+---- Forum: Closed Sugestions (https://forums.bmega.net/forum-25.html)
+---- Thread: Player name in application title. (/thread-15076.html)



Player name in application title. - dicebot.pl - 05-23-2014

Hello, my suggestions is very helpful for all botters, and very simple to make for you.
Please add player nickname on tittle, becouse if we have many clients and bots It is very hard to find a proper bot....

now :

[Image: JqAzWj0.png]


in my project name in title bar:
[Image: KsMVJM1.png]



BBot are in delphi sure?
soo
now you have somethink like that (dont know your func/procedur name to get player name)
form1.Caption:='BBot 36.1 - '+getPlayerName();

so, please add too something like (copied from my project)

Application.Title := getPlayerName();

I think that it will be very helpfull to find bot if we have many clients opened ; )


see ya


RE: Player name in application title. - Dexter - 05-23-2014

Nice ideia! Big Grin


RE: Player name in application title. - hasior - 05-24-2014

(05-23-2014, 01:20 AM)dicebot.pl Wrote: Hello, my suggestions is very helpful for all botters, and very simple to make for you.
Please add player nickname on tittle, becouse if we have many clients and bots It is very hard to find a proper bot....

now :

[Image: JqAzWj0.png]


in my project name in title bar:
[Image: KsMVJM1.png]



BBot are in delphi sure?
soo
now you have somethink like that (dont know your func/procedur name to get player name)
form1.Caption:='BBot 36.1 - '+getPlayerName();

so, please add too something like (copied from my project)

Application.Title := getPlayerName();


Use option Bbot tray icon and u can see your chras name Smile

I think that it will be very helpfull to find bot if we have many clients opened ; )


see ya



RE: Player name in application title. - MegaNo0body - 05-24-2014

Cool, implemented.