01.08.2012, 14:09
I am trying to make a tag which will say VIP over a VIP's Head. It works but it shows over other peoples heads sometimes even if they are not VIP.
This is my code which is at the top of OnPlayerSpawn for LuxAdmin.
It compiles with 2 errors.. I don't know if they change anything.
Thats all thats in the script at the top of my script ofc is the
I will be greatful for your help!
Код:
public OnPlayerSpawn(playerid) { if(AccInfo[playerid][pVip] >= 1) { PlayerLabel[playerid] = Create3DTextLabel("VIP",0xF97804FF,30.0,40.0,50.0,30,-1,1); Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid, 0.0, 0.0, 0.3); }
It compiles with 2 errors.. I don't know if they change anything.
Код:
C:\Users\\filterscripts\LuxAdmin.pwn(891) : warning 213: tag mismatch C:\Users\\filterscripts\LuxAdmin.pwn(892) : warning 213: tag mismatch
Quote:
PlayerLabel[MAX_PLAYERS]; |