Hey,
ich hab das jetz so:
public OnPlayerSpawn(playerid)
{
if(Player[playerid][Wanteds] > 0)
{
new string[32];
format(string, 32, "Gesucht!", Player[playerid][Wanteds]);
Wanted[playerid] = Create3DTextLabel(string,COLOR_RED,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(Wanted[playerid], playerid, 0.0, 0.0, 0.7);
SetPVarInt(playerid, "WantedTimer", SetTimerEx("wantedshow",1000,1,"i",playerid) );
}
Aber das "Gesucht!" soll nur für Cops sichtbar sein, ...
Wie geht das wiederrum?!