06.04.2013, 15:37
Hello, i have an Problem the Code etc works but when the Player have ID 1 he have the VIP Label, although he dont have VIP. Why is that so? Here is the code:
Код:
if(pInfo[i][pVipLevel] >= 1) { vip[i] = Create3DTextLabel("I'M A VIP", 0xFFFF00FF, 30.0, 40.0, 50.0, 50.0, 0); Attach3DTextLabelToPlayer(evacuated[i], i, 0.0, 0.0, 0.7); }