04.03.2014, 13:53
pawn Код:
if(pInfo[i][pVipLevel] >= 1)
{
VIPLabel[playerid] = 1; //add new VIPLabel[MAX_PLAYERS]; near the other news..
format(string, sizeof(string), "VIP");
VIPLabel[playerid] = Create3DTextLabel(string, COLOR_VIP, 0, 0, -20, 25, -1, 1);
Attach3DTextLabelToPlayer(VIPLabel[playerid], playerid, 0, 0, 0.25);
}