Problema al crear TextDrawn y balance de equipos
#1

El problema es el siguiente, hice un textdrawn que cubre toda la pantalla pero al momento de mostrarlo no aparece, aqui les dejo el code:
pawn Код:
new Text:Pc;

public OnGameModeInit()
{
        Pc = TextDrawCreate(1.000000,1.000000,"_");
    TextDrawTextSize(Pc,640.000000,10.000000);
    TextDrawLetterSize(Pc,3.600000,47.600010);
    TextDrawUseBox(Pc,1);
    TextDrawAlignment(Pc,0);
    TextDrawFont(Pc,3);
    TextDrawSetOutline(Pc,1);
    TextDrawSetProportional(Pc,1);
    TextDrawSetShadow(Pc,1);
    TextDrawBackgroundColor(Pc,0x00000000);
    TextDrawColor(Pc,0x00000000);
    TextDrawBoxColor(Pc,0x00000000);
return 1;
}

public OnPlayerDeath(playerid,killerid);
{
TextDrawShowForAll(Pc);
return 1;
}

public OnPlayerSpawn(playerid)
{
TextDrawHideForAll(Pc);
return 1;
}
y el otro problema es que si alguien me puede crear o pasar un sistema de balance de equipos (4 equipos) si no es mucha molestia
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)