All Helbreath Client Source Discussion here.
-
viking0
- just visiting
- Posts: 5
- Joined: Wed Aug 02, 2006 6:19 am
Post
by viking0 »
Hi all this is my first post, i need help in create the special status.
I need create if your admin user level is > 0 saids "Game Master" and no said Elvine or Ares combatant :huh: Check this image
Ok Ty all
-
Blizaga
- Regular
- Posts: 68
- Joined: Sat Jul 08, 2006 7:39 pm
Post
by Blizaga »
lol that's mine
-
viking0
- just visiting
- Posts: 5
- Joined: Wed Aug 02, 2006 6:19 am
Post
by viking0 »
You can saidme the code =P
Ty
-
Acidx
- Member
- Posts: 198
- Joined: Tue Mar 23, 2004 4:27 am
Post
by Acidx »
Blizaga wrote: lol that's mine
Stolen +1 haha
-
Drajwer
- <3 bd long time
- Posts: 841
- Joined: Fri Dec 10, 2004 3:24 pm
Post
by Drajwer »
create gm nicks like "GM1-9"
and easy check :
if copy(nick,1,2)=GM then
if length(nick)=3 then
if isnum(copy(nick,3,1)) then
draw game master nick.
if you cant do it then dont try do it.
<img src='
http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='
http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
-
viking0
- just visiting
- Posts: 5
- Joined: Wed Aug 02, 2006 6:19 am
Post
by viking0 »
I put this code and dont works :S:S:S:S
CLIENT:
Game.cpp
Code: Select all
if (m_cPlayerName == "Kevin[GM]")
{
PutString2(sX, sY + 14, DEF_MSG_GAMEMASTER, 240, 200, 80);
iAddY = 14;
}
Lan_eng.h
Code: Select all
#define DEF_MSG_GAMEMASTER "GameMaster"
NO works :S
Plzz help!
TY
-
Treax2
- Loyal fan
- Posts: 281
- Joined: Fri Mar 04, 2005 5:05 pm
- Location: Estonia
-
Contact:
Post
by Treax2 »
seems correct ... but i think u adeed it to wrong place .D
-
viking0
- just visiting
- Posts: 5
- Joined: Wed Aug 02, 2006 6:19 am
Post
by viking0 »
Any can helpme?