Problem with textdraws
#7

Quote:
Originally Posted by Cerealguy
Посмотреть сообщение
pawn Код:
CMD:operacion(playerid, params[])
{
    if(!gPlayerLogged{playerid}) return SendClientMessageEx(playerid, COLOR_GRAD2, "No estбs logeado!");
    if(!IsAtATM(playerid)) return SendClientMessageEx(playerid, COLOR_GREY, "No estбs en un Banco!");
    {
   /* TextDrawSetString(Textdraw20, "Dinero: $%d" , GetPlayerCash(playerid));
            TextDrawSetString(Textdraw21, "Banco: $%d" , Info[playerid][pAccount]);
    */

        SendClientMessage(playerid, COLOR_GREY, "LOS PROBLEMAS SON LOS TEXTDRAW Y NO EL COMAND");
         TextDrawShowForPlayer(playerid, Textdraw0);
        TextDrawShowForPlayer(playerid, Textdraw1);
        TextDrawShowForPlayer(playerid, Textdraw2);
        TextDrawShowForPlayer(playerid, Textdraw3);
        TextDrawShowForPlayer(playerid, Textdraw4);
        TextDrawShowForPlayer(playerid, Textdraw5);
       
    }
    return 1;
}
intenta asi y ve si sale el mensaje asi descartamos que sea el comando!
Pues son los textdraw
Reply


Messages In This Thread
Problem with textdraws - by yancarlos4500 - 27.12.2013, 16:43
Respuesta: Problem with textdraws - by Cerealguy - 27.12.2013, 16:45
Re: Respuesta: Problem with textdraws - by yancarlos4500 - 27.12.2013, 16:49
Re: Problem with textdraws - by VenomMancer - 27.12.2013, 16:54
Re: Problem with textdraws - by yancarlos4500 - 27.12.2013, 17:05
Respuesta: Problem with textdraws - by Cerealguy - 27.12.2013, 18:03
Re: Respuesta: Problem with textdraws - by yancarlos4500 - 27.12.2013, 18:10
Respuesta: Problem with textdraws - by Cerealguy - 27.12.2013, 18:33
Re: Problem with textdraws - by yancarlos4500 - 27.12.2013, 18:37
Respuesta: Problem with textdraws - by Cerealguy - 27.12.2013, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)