Witam... chcia?em wyci?? z mapki POP kod z fajny TD aren Nie wiem ale wyskakuj? mi errory... dlaczego?
forward
[code]forward PlayerUpdate();
public PlayerUpdate()
{
new string[190];
format(string, sizeof string, "~y~/Arena (%d)__-__/Rpg (%d)__-__/Minigun (%d)__-__/AA (%d)",InPlayerEvent[1], InPlayerEvent[2], InPlayerEvent[0], PlayersAll);
TextDrawSetString(Arenki2, string);
[/code]
+ to (nie wiem czy dobrze doda?em)
[code]for(new x=0;x<MAX_GRACZY;x++){
Warningg[x] = TextDrawCreate(300.0, 244.0, "_");
TextDrawUseBox(Warningg[x], false);
TextDrawColor(Warningg[x], 0xFFFFFFFF);
TextDrawSetShadow(Warningg[x],0);
TextDrawFont(Warningg[x],1);
TextDrawTextSize(Warningg[x], 360, 360);
TextDrawAlignment(Warningg[x],2);
}
Arenki2 = TextDrawCreate(250.000000, 0.000000, "_");
TextDrawBackgroundColor(Arenki2, 255);
TextDrawFont(Arenki2, 1);
TextDrawLetterSize(Arenki2, 0.230000, 1.000000);
TextDrawColor(Arenki2, C_YELLOW);
TextDrawSetOutline(Arenki2, 0);
TextDrawSetProportional(Arenki2, 1);
TextDrawSetShadow(Arenki2, 1);
Zapisy[0] = TextDrawCreate(2.0, 230.0, "_");
TextDrawAlignment(Zapisy[0],1);
TextDrawBackgroundColor(Zapisy[0], 21);
TextDrawFont(Zapisy[0], 2);
TextDrawLetterSize(Zapisy[0], 0.25,0.77);
TextDrawColor(Zapisy[0], C_INFO);
TextDrawSetOutline(Zapisy[0], 1);
TextDrawSetProportional(Zapisy[0], 1);
TextDrawSetShadow(Zapisy[0], 1);
Zapisy[1] = Tex... |