[Help]Specials Status

All Helbreath Client Source Discussion here.
Post Reply
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

Image

Ok Ty all :lol:
Blizaga
Regular
Posts: 68
Joined: Sat Jul 08, 2006 7:39 pm

Post by Blizaga »

lol that's mine
<a href='http://imageshack.us' target='_blank'><img src='http://img224.imageshack.us/img224/2738/screenqu8.jpg' border='0' alt='user posted image' /></a><br>drajwer draw<br><a href='index.php?showtopic=7299' target='_blank'>index.php?showtopic=7299</a>
viking0
just visiting
Posts: 5
Joined: Wed Aug 02, 2006 6:19 am

Post by viking0 »

You can saidme the code =P

Ty
juanduran
noob
Posts: 19
Joined: Sat Dec 04, 2004 1:21 am

Post by juanduran »

L0L :o
Acidx
Member
Posts: 198
Joined: Tue Mar 23, 2004 4:27 am

Post by Acidx »

Blizaga wrote: lol that's mine
Stolen +1 haha
<b>-<span style='color:green'>ACiD-x </span><span style='color:red'> Owning PCs Since 1987</span><br><img src='http://img204.imageshack.us/img204/2245/hackertf5.gif' border='0' alt='user posted image' /><br><img src='http://img509.imageshack.us/img509/6697 ... 4sc4ed.png' border='0' alt='user posted image' /><br><span style='color:orange'>i am Pwn NetGAYLORDS !</span></b><br><span style='color:blue'><br>I Pwn HBUSA =)</span>
Drajwer
&lt;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?
Post Reply