[Ayuda] Como Hacer esto....
#4

pero yo tengo asi cuando kikean los textdraw

pawn Код:
new Num[MAX_PLAYERS][15];
format(Num[playerid],15,"%s2", Num[playerid]); TextDrawSetString(panel[playerid][1], Num[playerid]);
%s = es el numero ke hallas precionado antes y lo cargada Num.
2 = es el numero ke apareceda despues ke cargue el Num y es el numero ke corresponde textdraw ke precione cada textdraw tiene su numero correspondiente igual ke el format.
15 = Es La Cantidad de numeros se se colocaran
yo acabo hacer esto:

pawn Код:
new numeros;
    if(GetPVarInt(playerid,"Calcular") != 1) SetPVarInt(playerid,"Calcular",0); numeros = strval(Num[playerid]); format(str,sizeof(str),"~w~%d", numeros); TextDrawSetString(Panel[playerid][1], str);  //Igual
    if(GetPVarInt(playerid,"Calcular") != 0) SetPVarInt(playerid,"Calcular",1);   //Multiplicar
    if(GetPVarInt(playerid,"Calcular") != 0) SetPVarInt(playerid,"Calcular",1);  //Sumar
    if(GetPVarInt(playerid,"Calcular") != 0) SetPVarInt(playerid,"Calcular",1);  //Restar
Asi ? o no entendi nada :S

EDIT: intentare lo de andySix .
Reply


Messages In This Thread
[Ayuda] Como Hacer esto.... - by OTACON - 24.04.2012, 13:42
Respuesta: [Ayuda] Como Hacer esto.... - by [J]ulian - 24.04.2012, 13:57
Respuesta: [Ayuda] Como Hacer esto.... - by andySix - 24.04.2012, 16:09
Respuesta: [Ayuda] Como Hacer esto.... - by OTACON - 24.04.2012, 16:24
Respuesta: [Ayuda] Como Hacer esto.... - by Daniel_Ruiz - 24.04.2012, 16:33
Respuesta: [Ayuda] Como Hacer esto.... - by OTACON - 24.04.2012, 16:37
Respuesta: [Ayuda] Como Hacer esto.... - by TiNcH010 - 24.04.2012, 17:32
Respuesta: [Ayuda] Como Hacer esto.... - by OTACON - 24.04.2012, 18:17
Respuesta: [Ayuda] Como Hacer esto.... - by Daniel_Ruiz - 24.04.2012, 18:32
Respuesta: [Ayuda] Como Hacer esto.... - by OTACON - 25.04.2012, 11:56

Forum Jump:


Users browsing this thread: 2 Guest(s)