seek nephrite Posted August 19, 2021 Posted August 19, 2021 Am facut un VIP 3dtextlabel, adica sa se afiseze un tag "VIP" deasupra capului fiecarui jucator care are VIP. Problema e ca se afiseaza si celor fara VIP si celor cu. VIPLABEL[playerid] = Create3DTextLabel("VIP", COLOR_ULTRARED, 0.0, 0.0, 40.0, 20.0, 0, 1); Onplayerspawn: if(PlayerInfo[playerid][VIP] > 0) Attach3DTextLabelToPlayer(VIPLABEL[playerid], playerid, 0.0, 0.0, 0.32);
Toader Mihai Posted August 20, 2021 Posted August 20, 2021 Arata incarcarea la contul vip, mai exact, onplayerlogin
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now