19.02.2014, 11:49
I suggest you add it once he robs something that made him 6stars,
pawn Код:
//under the robbery that made him 6stars
new PlayerText3D:MW3d;
new Float:X, Float:Y, Float:Z;
GetPlayerPos( playerid, X, Y, Z );
MW3d = CreatePlayer3DTextLabel(playerid,"Most Wanted",0xFF0000AA,X,Y,Z,40.0);
Attach3DTextLabelToPlayer(MW3d, playerid, 0.0, 0.0, 0.7);