Wie erstell ich so eine box , wo sich die zahl direkt ändert wenn jemand joint
Siehe..
Mein script bis jetzt
Textdraw[4] = TextDrawCreate(516.000000,380.000000,"Arenen");
Textdraw[5] = TextDrawCreate(548.000000,380.000000,"Arenen");
Textdraw[6] = TextDrawCreate(548.000000,380.000000,"/DEAGLE: 0");
Textdraw[7] = TextDrawCreate(548.000000,380.000000,"/DM: 0");
Textdraw[8] = TextDrawCreate(548.000000,380.000000,"/1o1: 0");
Textdraw[9] = TextDrawCreate(548.000000,380.000000,"/TEAMDM: 0");
Textdraw[10] = TextDrawCreate(548.000000,380.000000,"/INSEL: 0");
TextDrawUseBox(Textdraw[4],1);
TextDrawBoxColor(Textdraw[4],0x00000066);
TextDrawTextSize(Textdraw[4],632.000000,1.000000);
//DESWEITEREM//
format(String,sizeof(String),"/DEAGLE: %d - /DM: %d - /1O1: %d - /GANGFIGHT: %d - /SNIPER: %d - /TEAMDM: %d - /INSEL: %d - /CBUG: %d - KEIN MODUS: %d",Dm[0],Dm[1],Dm[2],Dm[3],Dm[4],Dm[5],Dm[6],Dm[7],Dm[8]);
TextDrawSetString(Textdraw[4],String);
Nun zum Problem , erzeigt nicht an wie viele dort joinen zahl bleibt immer auf 0...
Bitte um hilfe