#define TEAM_Supporter 0x7DFF00FF
wenn ich es so mache geht das
case 1:{aDuty[playerid] = Create3DTextLabel("Supporter",TEAM_Supporter,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Supporter);format(string,sizeof(string),"Supporter %s [ID:%d] ist nun im Dienst [Er ist grün markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Supporter, string);}
ich verstehe es nicht warum es nicht mit CreateDynamic3DTextLabel MfG