Jump to content
  • 0
Sign in to follow this  
Photons

Unknown command when players are using @

Question

http://herc.ws/board/topic/7463-gm-99-below-commands-fail-like-admin/ << A code like this. But instead of lvl 99 gms below i want it to be like a normal player .

 

Like this screenshot

Tried this code

But still fails

if ( pc_get_group_level(sd) > 0 ) {							
sprintf(output, msg_txt(153), command);							
clif->message(fd, output);							
return true;						
}						
return false;				
} 
else					
return false;/* display as normal message */			
}

 

post-12816-0-04854000-1459913741_thumb.jpg

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I think the problem is your emulator, because here is fine using '@' commands and '#' commands.

 

@EDIT

 

My screenshots showing how is working:

First screenshot is a player group level 0.

Second screenshot is a game master group level 99.

 

 

2FKRO3J.jpg

 

bhJ0vOv.jpg

 

 

Edited by Cretino

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.