kkkk tudo que eu queria foi postado
pawn Код:
cokfundo[i] = TextDrawCreate(1.0, 427.0, " ~w~[ ~b~City ~w~Of ~r~Killers~w~ ] [~g~Forum~w~: cokbr.forumbrasil.net ]");
TextDrawUseBox(cokfundo[i], true);
TextDrawBoxColor(cokfundo[i], 0x00000066);
TextDrawSetOutline(cokfundo[i], 1);
TextDrawFont(cokfundo[i], 2);
TextDrawSetProportional(cokfundo[i], true);
TextDrawAlignment(cokfundo[i], 1);
TextDrawLetterSize(cokfundo[i], 0.4, 2.0);
TextDrawSetShadow(cokfundo[i], 1);
Isso й um Textdraw com MAX_PLAYERS.
pawn Код:
afk = TextDrawCreate(260.000000,222.000000,"~r~AFK ~w~( sair: ~g~/afkoff~w~ )");
TextDrawSetOutline(afk, 1);
TextDrawFont(afk, 2);
TextDrawSetProportional(afk, true);
TextDrawAlignment(afk, 1);
TextDrawLetterSize(afk, 0.4, 3.0);
TextDrawSetShadow(afk, 1);
E esse й um sem.
O problema й que quando eu coloco todos para MAX_PLAYERS, alguns nгo aparecem, e quando coloco alguns sem MAX_PLAYERS, esses nгo funcionam.