luizinhomt Posted October 27, 2021 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
0 LearningRO Posted October 28, 2021 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
0 luizinhomt Posted October 29, 2021 Author 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
0 markiez22 Posted April 16, 2022 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
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
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.