24.10.2015, 09:44
You dont even need a timer, make a stock then when he connects call a stock to check what is he and update a label.
And there is just 1 more place to put that code that is when you give him admin/vip
And _ Will not crash a client...
And there is just 1 more place to put that code that is when you give him admin/vip
Код:
stock UpdateStaffLabel(pid) { if(PlayerInfo[pid][pAdmin] > 0) { Update3DTextLabelText(YourLabel[pid], 0xFFFFFFFF, "Admin"); } else if(PlayerInfo[pid][pVIP] > 0) { Update3DTextLabelText(YourLabel[pid], 0xFFFFFFFF, "VIP"); } return 1; }