luizinhomt Posted October 27, 2021 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 111 Reputation: 1 Joined: 01/05/13 Last Seen: April 16 Share Posted October 27, 2021 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 Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted October 28, 2021 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: Yesterday at 12:42 AM Share Posted October 28, 2021 (edited) yes possible just make your own HatEffect and combine with OnPcLoginEvent: if(getgroupid() == 5){ hateffect,<your Hat effect ID>,true; } Edited November 5, 2021 by Mael Use codebox 1 1 Quote Link to comment Share on other sites More sharing options...
0 luizinhomt Posted October 29, 2021 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 111 Reputation: 1 Joined: 01/05/13 Last Seen: April 16 Author Share Posted October 29, 2021 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 Quote Link to comment Share on other sites More sharing options...
0 markiez22 Posted April 16, 2022 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 126 Reputation: 5 Joined: 10/31/12 Last Seen: June 7, 2023 Share Posted April 16, 2022 On 10/29/2021 at 7:14 PM, luizinhomt said: 6 : * 7 : hateffect','1100009,true; 8 : } remove ',' hateffect ID,true; Quote Link to comment Share on other sites More sharing options...
Question
luizinhomt
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.