22.05.2012, 16:54
Have your function return "Create3DTextLabel(...)" and remove return 1;.
pawn Код:
stock 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);
}