09.09.2013, 17:32
I add this after OnPlayerSpawn
And get errors :@
PHP код:
{
if(PlayerInfo[playerid][pAdmin] <= 3)
new Text3D:admin = Create3DTextLabel("ADMIN", COLOR_RED, 100.0, 100.0, 100.0, 100.0, 0);
Attach3DTextLabelToPlayer(admin, playerid, 0.0, 0.0, 0.25);
}
{
if(PlayerInfo[playerid][pVip] <= 2)
new Text3D:vip = Create3DTextLabel("V.I.P", COLOR_RED, 100.0, 100.0, 100.0, 100.0, 0);
Attach3DTextLabelToPlayer(vip, playerid, 0.0, 0.0, 0.25);
}