11.09.2013, 15:46
Intгo to com um pobleminha chato aqui, este comando ai em baixo nгo sei dizer bem mais tipo fica bugado, o ID 0 do player nгo buga mais quando entra o ID 1 ID 2 e por diante comeзa buga ai fica monte de letra com os otros leveis, vips e exp do player todo junto com os otros player tbm, como arrumo isso ??
PHP код:
new Text:gText3[MAX_PLAYERS];
PHP код:
gText3[i] = TextDrawCreate(0.0, 436, " ");
TextDrawUseBox(gText3[i], true);
TextDrawFont(gText3[i],3);
TextDrawSetOutline(gText3[i], 1);
TextDrawColor(gText3[i], 255);
TextDrawBoxColor(gText3[i], 0x000000AA);
TextDrawBackgroundColor(gText3[i], 0x00000000);
TextDrawUseBox(gText3[i], true);
PHP код:
format(string, sizeof(string), "~w~ Level %d | VIP %s | EXP %d", dini_Int(file, "Level"), vip, dini_Int(file, "EXP"));
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);