Nothing error!
#1

PHP код:
    if(pInfo[playerid][pVipLevel] == 2)
    {
        new 
Text3D:label Create3DTextLabel("Supporter"0xFFFF00AA30.040.050.040.00);
        
Attach3DTextLabelToPlayer(labelplayerid0.00.00.3);
    }
    if(
pInfo[playerid][pVipLevel] == 3)
    {
        new 
Text3D:label Create3DTextLabel("Supporter"0xFFFF00AA30.040.050.040.00);
        
Attach3DTextLabelToPlayer(labelplayerid0.00.00.3);
    }
    if(
pInfo[playerid][pVipLevel] == 4)
    {
        new 
Text3D:label Create3DTextLabel("Sponsor"0xFFFF00AA30.040.050.040.00);
        
Attach3DTextLabelToPlayer(labelplayerid0.00.00.3);
    }
    if(
pInfo[playerid][pVipLevel] == 5)
    {
        new 
Text3D:label Create3DTextLabel("Elite"0xFFFF00AA30.040.050.040.00);
        
Attach3DTextLabelToPlayer(labelplayerid0.00.00.3);
    } 
I add this on playerspawn and this work in vipLevels But sometimes he show the label and in player (Not in vip level)If he isnt vip level. He show it sometimes
Reply
#2

anyone?
Reply
#3

Bump
Reply
#4

first, the new do in the upside on the code....
second you need to realse the attach (delete the 3dtextlabel) after the player comes out...
and if you do it check maybe you dont reset the new pInfo for the playerid...

sorry for my bad english.
Reply
#5

I dont understand nothing -.-
Reply
#6

Any One >?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)