Jump to content
  • 0

TAG for vip player


luizinhomt

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  83
  • Reputation:   1
  • Joined:  01/05/13
  • Last Seen:  

I wanted to know if there is the possibility of adding a tag effect above the character's head with the image named vip so that as soon as the character becomes vip the tag appears above the head.  Sorry my english Google tradutor

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

yes possible just make your own HatEffect
and combine with 

OnPcLoginEvent:
if(getgroupid() == 5){
	hateffect,<your Hat effect ID>,true;
}

 

Edited by Mael
Use codebox
  • Upvote 1
  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  83
  • Reputation:   1
  • Joined:  01/05/13
  • Last Seen:  

Oops I'll check, thank you very much

parse_simpleexpr: unexpected end of expression
     2 :
     3 : OnPcLoginEvent:
     4 :
     5 : if(getgroupid() == 5){
     6 :
*    7 : hateffect','1100009,true;
     8 : }
     9 : end;
    10 : }

I'm having this error

 

thank you very much for your attention to be able to resolve and work perfectly

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  126
  • Reputation:   4
  • Joined:  10/31/12
  • Last Seen:  

On 10/29/2021 at 7:14 PM, luizinhomt said:
     6 :
*    7 : hateffect','1100009,true;
     8 : }

remove ','

hateffect ID,true;

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...