[DUDA/AYUDA]Me Podrian Ayudar Con Esto?
#1

Buenas A Todos, Salu2
Hoy vengo a pedirles algo que necesito de vital inportancia.

par losque saben es facil, lo aran quisas en 5 minutos por mucho que tarden...

bien, cree un textdraw con TextDrawEditor1.0es, y es de Matados: Muertes:
Y loque necesito es poner que diga las muertes y los matados...

que es esto:
Matados: PlayerInfo[player1][Deaths]
Muertes: Float:PlayerInfo[player1][Kills]

Pero no se como ponerselo al textdraw para que diga sus respectivas muertes y matadas, el FS del textdraw, ya lo agregue al FS de Ladmin, Pero no se como agregarle PlayerInfo[player1][Deaths] y Float:PlayerInfo[player1][Kills].

Ayuda selos agradeceria MUCHO!

Aqui el FS (sin agregar al FS Ladmin.) Solo aganem el favor de agregar PlayerInfo[player1][Deaths] y Float:PlayerInfo[player1][Kills], y yo miro como es y lo ago en el ladmin.

GRACIAS.

PHP код:
public OnFilterScriptInit()
{
    
Textdraw0 TextDrawCreate(481.000000312.000000"Muertes:  Matados:");
    
TextDrawBackgroundColor(Textdraw0255);
    
TextDrawFont(Textdraw01);
    
TextDrawLetterSize(Textdraw00.4400001.200000);
    
TextDrawColor(Textdraw0, -1);
    
TextDrawSetOutline(Textdraw00);
    
TextDrawSetProportional(Textdraw01);
    
TextDrawSetShadow(Textdraw01);
    
TextDrawUseBox(Textdraw01);
    
TextDrawBoxColor(Textdraw0, -791621582);
    
TextDrawTextSize(Textdraw0635.000000, -61.000000);
    for(new 
iMAX_PLAYERS++)
    {
        if(
IsPlayerConnected(i))
        {
            
TextDrawShowForPlayer(iTextdraw0);
        }
    }
    return 
1;

Reply


Messages In This Thread
[DUDA/AYUDA]Me Podrian Ayudar Con Esto? - by yesid001 - 03.01.2014, 20:12
Respuesta: [DUDA/AYUDA]Me Podrian Ayudar Con Esto? - by Malganys - 03.01.2014, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)