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;
}