23.05.2012, 07:39
Hmm, I think you can just tag the whole function instead.
Unsure if it works.
pawn Код:
stock Text3D:LabelText(playerid)
{
/*============================Gold VIP==================================*/
if(AccountInfo[playerid][AdminLevel] == 5 && AccountInfo[playerid][VIPlevel] == 3)
{
return Create3DTextLabel(""RED"Owner & "Gold"Gold "PURPLE"VIP *",0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
}
}
pawn Код:
new Text3D:gMyLabel = LabelText(playerid);